Serialized Form
-
Package com.lucidworks.apollo.aggregation
-
Class com.lucidworks.apollo.aggregation.AccumulateAllFunction extends com.lucidworks.apollo.aggregation.AggregationFunction implements Serializable
-
Class com.lucidworks.apollo.aggregation.AggregationFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
aggregationTime
long aggregationTime
-
aggregationType
com.lucidworks.apollo.aggregation.AggregationType aggregationType
-
associative
boolean associative
-
inputFromEvent
boolean inputFromEvent
-
outputToEvent
boolean outputToEvent
-
referenceTime
long referenceTime
-
sourceFields
java.util.List<java.lang.String> sourceFields
-
spec
com.lucidworks.apollo.aggregation.FunctionSpec spec
-
targetCounterField
java.lang.String targetCounterField
-
targetField
java.lang.String targetField
-
targetLenField
java.lang.String targetLenField
-
targetStatField
java.lang.String targetStatField
-
-
-
Class com.lucidworks.apollo.aggregation.AggregationFunctionBase extends com.lucidworks.apollo.aggregation.AggregationFunction implements Serializable
-
Class com.lucidworks.apollo.aggregation.AggregationType extends java.lang.Object implements Serializable
-
Serialized Fields
-
aggregates
java.util.List<com.lucidworks.apollo.aggregation.FunctionSpec> aggregates
-
aggregator
java.lang.String aggregator
-
groupingFields
java.util.List<java.lang.String> groupingFields
-
id
java.lang.String id
-
outputCollection
java.lang.String outputCollection
-
outputPipeline
java.lang.String outputPipeline
-
outputRollup
boolean outputRollup
-
paramMap
java.util.Map<java.lang.String,java.lang.String> paramMap
-
rollupAggregator
java.lang.String rollupAggregator
-
rollupPipeline
java.lang.String rollupPipeline
-
rollupSql
java.lang.String rollupSql
-
selectQuery
java.lang.String selectQuery
-
signalTypes
java.util.List<java.lang.String> signalTypes
-
sort
java.lang.String sort
-
sourceCatchup
boolean sourceCatchup
-
sourceRemove
boolean sourceRemove
-
sql
java.lang.String sql
-
statsFields
java.util.List<java.lang.String> statsFields
-
timeRange
java.lang.String timeRange
-
type
java.lang.String type
-
typeFieldName
java.lang.String typeFieldName
-
-
-
Class com.lucidworks.apollo.aggregation.AggregatorJobConfig extends com.lucidworks.apollo.spark.SparkJobConfig implements Serializable
-
Serialized Fields
-
aggregationTime
java.util.Date aggregationTime
-
aggregationType
com.lucidworks.apollo.aggregation.AggregationType aggregationType
-
inputCollection
java.lang.String inputCollection
-
readOptions
java.util.List<com.lucidworks.apollo.common.models.KeyValue> readOptions
-
referenceTime
java.util.Date referenceTime
-
rows
java.lang.Integer rows
-
skipCheckEnabled
java.lang.Boolean skipCheckEnabled
-
-
-
Class com.lucidworks.apollo.aggregation.CompositeCombineFunction extends com.lucidworks.apollo.aggregation.CompositeFunctionBase implements Serializable
-
Class com.lucidworks.apollo.aggregation.CompositeFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
aggregationType
com.lucidworks.apollo.aggregation.AggregationType aggregationType
-
combine
com.lucidworks.apollo.aggregation.CompositeCombineFunction combine
-
functions
java.util.List<com.lucidworks.apollo.aggregation.AggregationFunction> functions
-
map
com.lucidworks.apollo.aggregation.CompositeMapFunction map
-
-
-
Class com.lucidworks.apollo.aggregation.CompositeMapFunction extends com.lucidworks.apollo.aggregation.CompositeFunctionBase implements Serializable
-
Class com.lucidworks.apollo.aggregation.FunctionSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
mapper
boolean mapper
-
paramMap
java.util.Map<java.lang.String,java.lang.Object> paramMap
-
sourceFields
java.util.List<java.lang.String> sourceFields
-
targetField
java.lang.String targetField
-
type
java.lang.String type
-
-
-
Class com.lucidworks.apollo.aggregation.MapAggregatable extends java.lang.Object implements Serializable
-
Serialized Fields
-
map
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> map
-
-
-
-
Package com.lucidworks.apollo.common.pipeline
-
Class com.lucidworks.apollo.common.pipeline.PipelineDocument extends java.lang.Object implements Serializable
-
Serialized Fields
-
commands
java.util.List<Command> commands
-
fields
java.util.Map<java.lang.String,java.util.List<PipelineField>> fields
-
hints
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> hints
-
id
java.lang.String id
-
metadata
java.util.Map<java.lang.String,java.lang.String> metadata
-
-
-
-
Package com.lucidworks.apollo.component
-
Class com.lucidworks.apollo.component.BufferingSolrServer extends org.apache.solr.client.solrj.SolrClient implements Serializable
- serialVersionUID:
- -5916193552596868782L
-
Serialized Fields
-
buffer
java.util.Queue<com.lucidworks.apollo.component.BufferingSolrServer.BufferedRequest> buffer
-
concurrency
int concurrency
-
defaultSolrCollection
java.lang.String defaultSolrCollection
-
delegate
org.apache.solr.client.solrj.SolrClient delegate
-
docsPerRequestHisto
com.codahale.metrics.Histogram docsPerRequestHisto
-
lastFlush
long lastFlush
-
maxBufferSize
int maxBufferSize
-
maxFlushInterval
long maxFlushInterval
-
meters
java.util.Collection<com.codahale.metrics.Meter> meters
-
scheduledFuture
java.util.concurrent.ScheduledFuture<?> scheduledFuture
-
semaphore
java.util.concurrent.Semaphore semaphore
-
-
-
Package com.lucidworks.apollo.pipeline
-
Class com.lucidworks.apollo.pipeline.PipelineDefinition extends java.lang.Object implements Serializable
- serialVersionUID:
- -8898916103147363047L
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
id
Optional<java.lang.String> id
-
properties
java.util.Map<java.lang.String,java.lang.String> properties
-
stageConfigurations
java.util.List<com.lucidworks.apollo.pipeline.StageConfig> stageConfigurations
-
-
Class com.lucidworks.apollo.pipeline.PipelineRuntimeException extends com.lucidworks.cloud.error.FusionException implements Serializable
-
Class com.lucidworks.apollo.pipeline.QueryPipelineDefinition extends com.lucidworks.apollo.pipeline.PipelineDefinition<com.lucidworks.apollo.pipeline.QueryPipelineDefinition> implements Serializable
-
Class com.lucidworks.apollo.pipeline.RuntimeStage.StageException extends com.lucidworks.cloud.error.FusionException implements Serializable
-
-
Package com.lucidworks.apollo.pipeline.query
-
Class com.lucidworks.apollo.pipeline.query.ConcurrentMultivaluedHashMap extends AbstractMultivaluedMap<K extends java.lang.Object,V extends java.lang.Object> implements Serializable
- serialVersionUID:
- 554992285530689586L
-
-
Package com.lucidworks.apollo.solr.client
-
Class com.lucidworks.apollo.solr.client.SolrAPIException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -686282314875490479L
-
Serialized Fields
-
error
com.lucidworks.apollo.solr.client.models.SolrError error
-
-
Class com.lucidworks.apollo.solr.client.SolrClient.InvalidVersionException extends java.lang.Exception implements Serializable
-
Class com.lucidworks.apollo.solr.client.SolrClient.SolrVersionCheckError extends java.lang.Exception implements Serializable
-
-
Package com.lucidworks.apollo.solr.response
-
Class com.lucidworks.apollo.solr.response.ResponseDocument extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absolutePosition
long absolutePosition
-
fields
java.util.Map<java.lang.String,java.lang.Object> fields
-
-
Class com.lucidworks.apollo.solr.response.UnsupportedResponseTypeException extends java.lang.Exception implements Serializable
-
-
Package com.lucidworks.cloud.api.solr
-
Class com.lucidworks.cloud.api.solr.FusionSolrWrapperException extends com.lucidworks.cloud.error.FusionException implements Serializable
-
Class com.lucidworks.cloud.api.solr.PipelineCloudSolrClient extends org.apache.solr.client.solrj.impl.CloudSolrClient implements Serializable
-
Serialized Fields
-
loadbalancer
org.apache.solr.client.solrj.impl.LBHttpSolrClient loadbalancer
-
zkClientClusterStateProvider
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider zkClientClusterStateProvider
-
-
-
Class com.lucidworks.cloud.api.solr.SolrClusterComponent.OverrideCollectionSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
-
Serialized Fields
-
collectionId
java.lang.String collectionId
-
delegate
org.apache.solr.client.solrj.impl.CloudSolrClient delegate
-
-
-