Skip navigation links
A B C D E F G H I J L M N O P Q R S T U W X 

A

AbstractResponse - Class in com.lucidworks.apollo.solr.response
 
AbstractResponse() - Constructor for class com.lucidworks.apollo.solr.response.AbstractResponse
 
ADD - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
add(SolrInputDocument, int) - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
add(Collection<SolrInputDocument>) - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
add(Collection<SolrInputDocument>, int) - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
add(String, Collection<SolrInputDocument>, int) - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
add(String, SolrInputDocument, int) - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
addAnnotation(Annotation) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
addAnnotation(Annotation) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
addAnnotations(Collection<Annotation>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
addCommand(String, Map<String, String>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addCommand(Command) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addCommands(List<Command>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addFeature(String, String) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
Deprecated.
addFeatures(Map<String, String>) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
Deprecated.
addField(String, Object) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
addField(String, Object) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
This will add a field to the document.
addField(String, Object, String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addField(String, Object, List<Annotation>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addField(PipelineField) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addField(String, Object) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
addFieldIfDifferent(String, Object, String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addFieldIfDifferent(String, Object, List<Annotation>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addFieldIfDifferent(PipelineField) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addFields(String, Collection<?>) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
addFields(String, Collection<?>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addFields(Collection<PipelineField>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addFields(String, Collection<?>) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
addHint(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addHints(String, Collection<String>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addHints(String, String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addMetadata(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
addMetadata(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
addParam(String, String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
Aggregatable - Interface in com.lucidworks.apollo.aggregation
 
ALL_RESERVED_PREFIXES - Static variable in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
ANNOTATED_QUERY - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
AnnotatedText - Class in com.lucidworks.apollo.common.models.nlp
Container for text and annotations
AnnotatedText(String) - Constructor for class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
Annotation - Class in com.lucidworks.apollo.common.pipeline
Implementation of an Annotation.
Annotation() - Constructor for class com.lucidworks.apollo.common.pipeline.Annotation
 
Annotation(Annotation) - Constructor for class com.lucidworks.apollo.common.pipeline.Annotation
 
Annotation(String, long, long, Map<String, String>, String) - Constructor for class com.lucidworks.apollo.common.pipeline.Annotation
 
Annotation(String, long, long) - Constructor for class com.lucidworks.apollo.common.pipeline.Annotation
 
Annotation(String, long, long, Map<String, String>) - Constructor for class com.lucidworks.apollo.common.pipeline.Annotation
 
Annotation.AnnotationBuilder - Class in com.lucidworks.apollo.common.pipeline
Builder to build Annotation.
appendMultiMap(String, MultivaluedMap<String, String>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
appendMultiMap(String, MultivaluedMap<String, String>) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
appendMultiMap(String, MultivaluedMap<String, String>) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
appendMultiMap(String, MultivaluedMap<String, String>) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
appendObject(String, Object) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
appendString(String, String) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
appendString(String, String) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
appendString(String, String) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
appendString(String, String) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
appendStringList(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
appendStringList(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
appendStringList(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
appendStringList(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
asAnnotatedText() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
Return text and annotations as AnnotatedText instance.
ASYNC - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
AUTHZ_CONTEXT - Static variable in interface com.lucidworks.apollo.pipeline.Context
 

B

BufferingSolrServer - Class in com.lucidworks.apollo.component
Simple class that wraps SolrClient instance and adds a simple buffer on top of it.
BufferingSolrServer(SolrClient, int, long) - Constructor for class com.lucidworks.apollo.component.BufferingSolrServer
 
BufferingSolrServer(SolrClient, int, long, int, String, String, MetricRegistry, String) - Constructor for class com.lucidworks.apollo.component.BufferingSolrServer
 

C

clear() - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
clear() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
clear() - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
clearParams() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
clearSignal() - Method in interface com.lucidworks.apollo.pipeline.Context
 
close() - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
close() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
COLLECTION_PROPERTY - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
collectionExists(String) - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
com.lucidworks.apollo.aggregation - package com.lucidworks.apollo.aggregation
 
com.lucidworks.apollo.common - package com.lucidworks.apollo.common
 
com.lucidworks.apollo.common.models.nlp - package com.lucidworks.apollo.common.models.nlp
 
com.lucidworks.apollo.common.pipeline - package com.lucidworks.apollo.common.pipeline
 
com.lucidworks.apollo.component - package com.lucidworks.apollo.component
 
com.lucidworks.apollo.pipeline - package com.lucidworks.apollo.pipeline
 
com.lucidworks.apollo.pipeline.query - package com.lucidworks.apollo.pipeline.query
 
com.lucidworks.apollo.solr.client - package com.lucidworks.apollo.solr.client
 
com.lucidworks.apollo.solr.response - package com.lucidworks.apollo.solr.response
 
Command - Class in com.lucidworks.apollo.common.pipeline
 
Command(String, Map<String, String>) - Constructor for class com.lucidworks.apollo.common.pipeline.Command
 
COMMAND_ADD - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
COMMAND_COMMIT - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
COMMAND_DELETE - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
COMMAND_PING - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
COMMIT - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
COMMIT_WITHIN - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
compareTo(Annotation) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
containsField(String) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
Context - Interface in com.lucidworks.apollo.pipeline
Additional context to pass along with messages in the pipeline
Context.Signal - Class in com.lucidworks.apollo.pipeline
 
Copyable<T extends Copyable<T>> - Interface in com.lucidworks.apollo.common
 
copyField(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
copyOf() - Method in interface com.lucidworks.apollo.common.Copyable
 
copyOf() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
copyOf() - Method in interface com.lucidworks.apollo.pipeline.Context
 
copyOf() - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
copyOfParams() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
create() - Method in class com.lucidworks.apollo.common.pipeline.Annotation.AnnotationBuilder
 
create(Request, Response, long) - Static method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
create(MultivaluedHashMap, MultivaluedHashMap, MultivaluedHashMap, String, byte[], MediaType) - Static method in class com.lucidworks.apollo.pipeline.query.Request
 
create(MultivaluedHashMap) - Static method in class com.lucidworks.apollo.pipeline.query.Response
 
create(String) - Static method in class com.lucidworks.apollo.solr.response.JSONResponse
 
create(InputStream) - Static method in class com.lucidworks.apollo.solr.response.JSONResponse
 
create(String, Optional<MediaType>, Optional<Charset>) - Static method in class com.lucidworks.apollo.solr.response.RawResponse
 
create(InputStream, Optional<MediaType>, Optional<Charset>) - Static method in class com.lucidworks.apollo.solr.response.RawResponse
 
create(InputStream, String, Optional<Charset>) - Static method in class com.lucidworks.apollo.solr.response.RawResponse
 
create(String) - Static method in class com.lucidworks.apollo.solr.response.XMLResponse
 
create(String, Charset) - Static method in class com.lucidworks.apollo.solr.response.XMLResponse
 
create(InputStream) - Static method in class com.lucidworks.apollo.solr.response.XMLResponse
 
CREATOR - Static variable in class com.lucidworks.apollo.common.pipeline.PipelineField
 

D

DEBUG - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
DEFAULT_CHARSET - Static variable in interface com.lucidworks.apollo.solr.response.WriteableResponse
 
DELETE - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
DELETE_QUERY - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
detach(Annotation) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
Detach text and annotations covered by inputAnnotation into it's own AnnotatedText instance with annotation offsets correctly set relative to detached text

E

Echo - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EchoMaxCount - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EndOfBatchSignal - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
equals(Object) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
equals(Object) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
equals(Object) - Method in class com.lucidworks.apollo.common.pipeline.Command
 
equals(Object) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
equals(Object) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
equals(Object) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
EVENT_TYPES - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EVENTS_COLLECTION - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EVENTS_PIPELINE - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EXCLUDE_EXTENSIONS - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EXPERIMENT_COLLECTION_FOR_SIGNALS - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EXPERIMENT_ID - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
EXPERIMENT_VARIANT - Static variable in interface com.lucidworks.apollo.pipeline.Context
 

F

F_RAW_CONTENT - Static variable in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
F_RESERVED_PREFIX - Static variable in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
F_SEPARATOR - Static variable in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
flatten() - Method in interface com.lucidworks.apollo.pipeline.Context
 
flush() - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
FUSION_NODE - Static variable in class com.lucidworks.apollo.solr.response.AbstractResponse
 

G

getAbsolutePosition() - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
getAllFieldNames() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
This method returns all field names, including those that are reserved for internal use.
getAnnotation(int) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getAnnotations() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getAnnotationsAsList() - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
Return all annotations in a flat list Annotations of all types are mixed together and no guarantees are given with regards to order.
getAnnotationsBetweenCharOffsets(int, int, boolean) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
getAnnotationsBetweenCharOffsetsByType(int, int, String, boolean) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
Get all annotations for given type that are either enclosed or connected to supplied start/end token offsets See https://github.com/google/guava/wiki/RangesExplained#interval-operations for difference between enclosed/connected ranges
getAnnotationsByType(String) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
getAnnotationsSize() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getBaseUri(boolean) - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getBaseUri() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getBufferingSolrServer(String) - Method in interface com.lucidworks.apollo.component.SolrClientFactory
 
getCharRange() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
getCommands() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getCommitWithin(String) - Method in interface com.lucidworks.apollo.component.SolrClientFactory
 
getConnectedAnnotations(Annotation) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
Get all annotations connected to the input annotation's offsets.
getContent() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getContentCharset() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getContentCharset() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getContentCharset() - Method in interface com.lucidworks.apollo.solr.response.WriteableResponse
 
getContentCharset() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getContentType() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getContentType() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getContentType() - Method in interface com.lucidworks.apollo.solr.response.WriteableResponse
 
getContentType() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getCoreAdminAPI() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getCoveredAnnotations(Annotation) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
Get all annotations covered by the input annotation's offsets For example, pass in a sentence annotation and to retrieve all annotations within that sentence
getCoveredText(Annotation) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
getCoveredTokens(Annotation) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
getCursorMark() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
getCursorMark() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getCursorMark() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getCursorMark() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getDocIds() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Convenience method for returning all doc ids
getDocIds(String) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
getDocuments() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Returns documents.
getDocumentsForGroupValue(String) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
getDocumentsForGroupValue(String, String) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Returns documents (corresponding to groupValue) Makes defensive copies, detached from underlying response object.
getEnd() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
getEntityBytes() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getEntityMediaType() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getFacets() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return facet info as nested objects: {facet type -> field name -> facet count entries} NOTE: The actual Java type of facet count entries may differ between implementations.
getFacets() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getFacets() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getFacets() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getFeatureCount() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
Deprecated.
getFeatures() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
Deprecated.
getFeatures() - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
Get [features] pseudo-field as a LinkedHashMap Updating the returned object does not actually update the response.
getField(String) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
getFieldNames() - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
getFieldNames() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
This method returns a subset of field names excluding those that are reserved for internal use.
getFieldNames() - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
getFieldOrDefault(String, Object) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
getFields() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Return all fields as an (unmodifiable) Map.
getFields(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getFieldsAsMap() - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
getFieldValues(String) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
getFieldValues(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getFieldValues(String) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
getFilteredFieldNames(String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Returns a filtered subset of field names, where names that start with one of excludePrefixes are excluded.
getFirstField(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getFirstFieldValue(String) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
getFirstFieldValue(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getFirstFieldValue(String) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
getFirstFieldValue(String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getFirstParam(String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getFlattenedFields() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getGroups(String) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return groups in the response with all accompanying document data Each list entry contains information about the groupValue and the Solr doclist (which includes the docs as well as numFound and rows info).
getGroups(String) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getGroups(String) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getGroups(String) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getGroupValues() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
getGroupValues(String) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
If group=true, return an ordered list of group values
getGroupValues() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getGroupValues(String) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getGroupValues() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getGroupValues(String) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getGroupValues() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getGroupValues(String) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getHeaders() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getHeaders() - Method in class com.lucidworks.apollo.pipeline.query.Response
 
getHighlighting() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return highlighting info as nested objects: {Doc ID -> Field name -> Snippets} Makes defensive copies, detached from underlying response object.
getHighlighting() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getHighlighting() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getHighlighting() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getHints(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getHints() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getHttpMethod() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getId() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getInfoAPI() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getInitialParams() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getInnerResponse() - Method in class com.lucidworks.apollo.pipeline.query.Response
 
getJerseyClient() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getLabel() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
getLastField(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getMaxScore() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return Solr maxScore
getMaxScore() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getMaxScore() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getMaxScore() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getMBeanAPI() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getMediaType() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getMediaType() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getMediaType() - Method in interface com.lucidworks.apollo.solr.response.WriteableResponse
 
getMediaType() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getMetadata() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getMetadata(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getMetadata() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getMetadata(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getMetadataNames() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
getMetadataNames() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getName() - Method in class com.lucidworks.apollo.common.pipeline.Command
 
getName() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getNumFound() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return Solr numFound
getNumFound() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getNumFound() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getNumFound() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getParam(String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getParams() - Method in class com.lucidworks.apollo.common.pipeline.Command
 
getParams() - Method in class com.lucidworks.apollo.pipeline.query.Request
 
getParentContext() - Method in interface com.lucidworks.apollo.pipeline.Context
Return this context's immediate parent
getPingAPI() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getQTime() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return Solr QTime
getQTime() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getQTime() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getQTime() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getRawResponse() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getReservedFieldNames() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
This method returns a subset of field names that are reserved for internal use, i.e.
getResponseHeaderParams() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Get params in responseHeader Makes defensive copies, detached from underlying response object.
getResponseHeaderParams() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getResponseHeaderParams() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getResponseHeaderParams() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getSchemaAPI() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getSearchAPI() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getServerVersion() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
getSignal() - Method in interface com.lucidworks.apollo.pipeline.Context
 
getSignal() - Method in class com.lucidworks.apollo.pipeline.Context.Signal
 
getSolrClientForCollection(String) - Method in interface com.lucidworks.apollo.component.SolrClientFactory
 
getSolrClientForSearchCluster(String) - Method in interface com.lucidworks.apollo.component.SolrClientFactory
 
getSolrServer(String) - Method in interface com.lucidworks.apollo.component.SolrClientFactory
 
getStageCallback() - Method in interface com.lucidworks.apollo.pipeline.Context
 
getStart() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
getStart() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
getStart() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getStart() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getStart() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getStatusCode() - Method in class com.lucidworks.apollo.pipeline.query.Response
 
getText() - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
getTokens() - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
getTokensBetweenCharOffsets(int, int) - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
Get all tokens that are completely enclosed by start / end character offsets
getTotalTime() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Return Fusion Query Pipeline time
getTotalTime() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getTotalTime() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getTotalTime() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getType() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
getUnderlyingObject() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
getUnderlyingObject() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
getUnderlyingObject() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
getUnderlyingObject() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
getValue() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
getValue() - Method in class com.lucidworks.apollo.pipeline.Context.Signal
 

H

hasField(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Return true if this document has the given field.
hashCode() - Method in class com.lucidworks.apollo.common.models.nlp.AnnotatedText
 
hashCode() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
hashCode() - Method in class com.lucidworks.apollo.common.pipeline.Command
 
hashCode() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
hashCode() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
hashCode() - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
hasHint(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
hasMetadata(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
hasMetadata(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
hasParam(String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
HTTP_METHOD - Static variable in interface com.lucidworks.apollo.pipeline.Context
 

I

initialEntity - Variable in class com.lucidworks.apollo.pipeline.query.Response
Deprecated.
INNER_PIPELINE - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
InvalidVersionException(String) - Constructor for exception com.lucidworks.apollo.solr.client.SolrClient.InvalidVersionException
 
isCloud() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
isGrouped() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Checks to see if response is grouped (group=true Solr parameter) See https://lucene.apache.org/solr/guide/7_4/result-grouping.html
isGrouped() - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
isGrouped() - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
isGrouped() - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
isServerVersionAtLeast(int, int, int) - Method in class com.lucidworks.apollo.solr.client.SolrClient
 
isSignal() - Method in interface com.lucidworks.apollo.pipeline.Context
 
isSignal(String) - Method in interface com.lucidworks.apollo.pipeline.Context
 
iterate(String) - Method in class com.lucidworks.apollo.solr.response.QueryableResponse
 

J

JobId - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
JSONResponse - Class in com.lucidworks.apollo.solr.response
 
JSONResponse() - Constructor for class com.lucidworks.apollo.solr.response.JSONResponse
 
JSONResponse(Map<String, Object>) - Constructor for class com.lucidworks.apollo.solr.response.JSONResponse
 

L

listCollections() - Method in class com.lucidworks.apollo.solr.client.SolrClient
 

M

matches(String) - Method in class com.lucidworks.apollo.solr.response.QueryableResponse
 
metadataKey(String, String, String...) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Prefix a key with our reserved prefix PipelineDocument.F_RESERVED_PREFIX and join remaining parts with underscores

N

newAnnotation() - Static method in class com.lucidworks.apollo.common.pipeline.Annotation
 
newChildContext() - Method in interface com.lucidworks.apollo.pipeline.Context
 
newChildContext(StageCallback<?>) - Method in interface com.lucidworks.apollo.pipeline.Context
 
newCommit() - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newCommit(Map<String, String>) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDelete(String, boolean) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDelete(String, int) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDeleteById(String, Map<String, String>) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDeleteByQuery(String, Map<String, String>) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDeleteByQuery(String, boolean) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDocument() - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newDocument(String) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newOptimize(Map<String, String>) - Static method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
newRequest(MultivaluedMap<String, String>, MultivaluedMap<String, String>, String) - Static method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
newRequest(MultivaluedMap<String, String>, MultivaluedMap<String, String>, String, byte[], MediaType) - Static method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 

O

onStageEmit(M, Context, String, StageConfig, boolean) - Method in interface com.lucidworks.apollo.pipeline.StageCallback
 
onStageError(M, Context, String, StageConfig, Throwable) - Method in interface com.lucidworks.apollo.pipeline.StageCallback
 
onStageEvent(Object) - Method in interface com.lucidworks.apollo.pipeline.StageCallback
 
OPTIMIZE - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 

P

PING - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
PipelineDocument - Class in com.lucidworks.apollo.common.pipeline
Fusion internal representation of a "SolrDocument".
PipelineDocument() - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
PipelineDocument(String) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
PipelineDocument(String, List<PipelineField>, Map<String, String>, List<Command>, Map<String, Set<String>>) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
PipelineDocument(PipelineDocument) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
PipelineField - Class in com.lucidworks.apollo.common.pipeline
 
PipelineField() - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineField(String, Object) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineField(String, Object, String...) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineField(String, Object, Map<String, String>) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineField(String, Object, List<Annotation>) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineField(PipelineField) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineField(String, Object, Map<String, String>, List<Annotation>) - Constructor for class com.lucidworks.apollo.common.pipeline.PipelineField
 
PipelineId - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
PipeLineInstanceId - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
putAll(MultivaluedMap<String, String>) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
putField(String, Object) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
putParams(String, List<String>) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
putSingleParam(String, String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
putSingleParamIfAbsent(String, String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 

Q

QUERY - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 
query(String) - Method in class com.lucidworks.apollo.solr.response.QueryableResponse
 
QueryableResponse - Class in com.lucidworks.apollo.solr.response
 
QueryableResponse(JXPathContext) - Constructor for class com.lucidworks.apollo.solr.response.QueryableResponse
 
QueryRequestAndResponse - Class in com.lucidworks.apollo.pipeline.query
 

R

RawResponse - Class in com.lucidworks.apollo.solr.response
This represents a response that we do not know the contents of.
RawResponse(InputStream, String, String) - Constructor for class com.lucidworks.apollo.solr.response.RawResponse
 
RawResponse(InputStream, String, String, boolean) - Constructor for class com.lucidworks.apollo.solr.response.RawResponse
 
removeAllHints(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
removeAnnotation(int) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
removeCommands() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
removeField(String) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
removeFields(String) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
removeFields(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Remove all fields from document that match the given field name.
removeFields(String) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
removeHint(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
removeHints(String, String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
removeHints(String, Collection<String>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
removeMetadata(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
removeMetadata(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
removeParam(String) - Method in class com.lucidworks.apollo.pipeline.query.Request
 
renameField(String, String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
reorderGroupValues(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Reorder group values in the response.
reorderGroupValues(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
reorderGroupValues(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
reorderGroupValues(String, List<String>) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
request(SolrRequest, String) - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 
request - Variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
REQUEST - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
Request - Class in com.lucidworks.apollo.pipeline.query
 
Request(MultivaluedMap<String, String>, MultivaluedMap<String, String>, String) - Constructor for class com.lucidworks.apollo.pipeline.query.Request
 
Request(MultivaluedMap<String, String>, MultivaluedMap<String, String>, String, byte[], MediaType) - Constructor for class com.lucidworks.apollo.pipeline.query.Request
 
REQUEST_CONTENT_TYPE - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
REQUEST_HANDLER - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
REQUEST_HEADERS - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
REQUEST_HTTP_METHOD - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
REQUEST_PARAMS - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
REQUEST_PARAMS - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
response - Variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
RESPONSE - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
Response - Class in com.lucidworks.apollo.pipeline.query
 
Response(MultivaluedMap<String, String>, AbstractResponse) - Constructor for class com.lucidworks.apollo.pipeline.query.Response
 
Response(MultivaluedMap<String, String>, Object) - Constructor for class com.lucidworks.apollo.pipeline.query.Response
Deprecated.
RESPONSE_ENTITY - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
RESPONSE_HEADERS - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
RESPONSE_TRANSFORMER - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
ResponseDocument - Class in com.lucidworks.apollo.solr.response
 
ResponseDocument(Map<String, Object>, long) - Constructor for class com.lucidworks.apollo.solr.response.ResponseDocument
 
ROLLBACK - Static variable in class com.lucidworks.apollo.common.pipeline.Command
 

S

set(String, Object) - Method in interface com.lucidworks.apollo.pipeline.Context
 
setAnnotations(List<Annotation>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
setContent(byte[]) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setEnd(long) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
setFeatures(LinkedHashMap<String, Double>) - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
Update [features] pseudo-field
setField(String, Object) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
setField(String, Object) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Set the value of the given field to the given value.
setField(String, Object, String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setField(String, Object, List<Annotation>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setField(String, Object) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
setFields(String, Collection<?>) - Method in interface com.lucidworks.apollo.aggregation.Aggregatable
 
setFields(Map<String, List<PipelineField>>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
Set all fields for this document by clearing existing fields and adding all content from the given fields Map.
setFields(String, Collection<?>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setFields(String, Collection<?>) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
setHints(String, Collection<String>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setHints(String, String...) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setId(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setMetadata(Map<String, String>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
setMetadata(Map<String, String>) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
setName(String) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
setNumFound(Long) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
setNumFound(Long) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
setNumFound(Long) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
setNumFound(Long) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
setShared(String, Object) - Method in interface com.lucidworks.apollo.pipeline.Context
 
setSignal(String, String) - Method in interface com.lucidworks.apollo.pipeline.Context
 
setStageCallback(StageCallback<?>) - Method in interface com.lucidworks.apollo.pipeline.Context
 
setStart(long) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
setStart(Long) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
setStart(Long) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
setStart(Long) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
setStart(Long) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
setStatusCode(int) - Method in class com.lucidworks.apollo.pipeline.query.Response
 
setTotalTime(Long) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Set Fusion Query Pipeline time if and only if the responseHeader object already exists.
setTotalTime(Long) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
setTotalTime(Long) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
setTotalTime(Long) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
setType(String) - Method in class com.lucidworks.apollo.common.pipeline.Annotation
 
setValue(Object) - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
Signal - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
Signal(String, String) - Constructor for class com.lucidworks.apollo.pipeline.Context.Signal
 
Simulate - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
SIMULATE - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
size() - Method in class com.lucidworks.apollo.solr.response.ResponseDocument
 
SolrClient - Class in com.lucidworks.apollo.solr.client
 
SolrClient(Client, MetricRegistry) - Constructor for class com.lucidworks.apollo.solr.client.SolrClient
 
SolrClient.InvalidVersionException - Exception in com.lucidworks.apollo.solr.client
 
SolrClient.SolrVersionCheckError - Exception in com.lucidworks.apollo.solr.client
 
SolrClientFactory - Interface in com.lucidworks.apollo.component
Represents a component that can return SolrClients.
SolrCommitSignal - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
SolrDeleteByIdSignal - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
SolrDeleteByQuerySignal - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
SolrVersionCheckError(String, Throwable) - Constructor for exception com.lucidworks.apollo.solr.client.SolrClient.SolrVersionCheckError
 
STAGE_INDEX - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
StageCallback<M> - Interface in com.lucidworks.apollo.pipeline
 
startTime - Variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
Stats - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
syncFlush() - Method in class com.lucidworks.apollo.component.BufferingSolrServer
 

T

ThrowOnError - Static variable in interface com.lucidworks.apollo.pipeline.Context
 
toByteArray() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
toString() - Method in class com.lucidworks.apollo.common.pipeline.Annotation
Returns a String representation of the Annotation
toString() - Method in class com.lucidworks.apollo.common.pipeline.Command
 
toString() - Method in class com.lucidworks.apollo.common.pipeline.PipelineDocument
 
toString() - Method in class com.lucidworks.apollo.common.pipeline.PipelineField
 
toString() - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
 
TOTAL_TIME - Static variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
totalTime - Variable in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 

U

updateDocuments(List<ResponseDocument>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Update documents in underlying response object Use this method to commit changes (like reordering, redactions, rewritings) made to document objects returned from AbstractResponse.getDocuments()
updateDocumentsForGroupValue(String, List<ResponseDocument>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
updateDocumentsForGroupValue(String, String, List<ResponseDocument>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Update documents (corresponding to groupValue) in underlying response object
updateFacets(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Update facets in underlying response object
updateFacets(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
updateFacets(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
updateFacets(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
updateHighlighting(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Update highlighting in underlying response object
updateHighlighting(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
updateHighlighting(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
updateHighlighting(Map<String, Map<String, Object>>) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
updateResponseHeaderParams(Map<String, Object>) - Method in class com.lucidworks.apollo.solr.response.AbstractResponse
Update responseHeader params if and only if responseHeader already exists.
updateResponseHeaderParams(Map<String, Object>) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
updateResponseHeaderParams(Map<String, Object>) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
updateResponseHeaderParams(Map<String, Object>) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 

W

withCharOffsets(long, long) - Method in class com.lucidworks.apollo.common.pipeline.Annotation.AnnotationBuilder
 
withLabel(String) - Method in class com.lucidworks.apollo.common.pipeline.Annotation.AnnotationBuilder
 
withResponse(MultivaluedMap<String, String>, AbstractResponse, long) - Method in class com.lucidworks.apollo.pipeline.query.QueryRequestAndResponse
 
withType(String) - Method in class com.lucidworks.apollo.common.pipeline.Annotation.AnnotationBuilder
 
write(OutputStream) - Method in class com.lucidworks.apollo.solr.response.JSONResponse
 
write(OutputStream) - Method in class com.lucidworks.apollo.solr.response.RawResponse
 
write(OutputStream) - Method in interface com.lucidworks.apollo.solr.response.WriteableResponse
 
write(OutputStream) - Method in class com.lucidworks.apollo.solr.response.XMLResponse
 
WriteableResponse<T> - Interface in com.lucidworks.apollo.solr.response
 

X

XMLResponse - Class in com.lucidworks.apollo.solr.response
 
XMLResponse(Document) - Constructor for class com.lucidworks.apollo.solr.response.XMLResponse
 
XMLResponse() - Constructor for class com.lucidworks.apollo.solr.response.XMLResponse
 
A B C D E F G H I J L M N O P Q R S T U W X 
Skip navigation links