Class |
Description |
AbstractCommonResultsBuilder<T> |
|
AbstractLeafQuery |
An abstract leaf node in a query tree.
|
AbstractResponse |
|
AbstractTermQuery |
|
Aggregatable |
|
AnnotatedText |
Container for text and annotations
|
Annotation |
Implementation of an Annotation.
|
Annotation.AnnotationBuilder |
|
Banner |
Response for triggered Banner rules.
|
BoostByValue |
Boosts by multiple values of a field
|
BoostByValueAbstractBuilder<T extends BoostByValueAbstractBuilder<T>> |
|
BoostByValueBuilder |
|
BoostByValueBuilder.Nested<R> |
|
BoostQuery |
A boost query.
|
BoostQueryAbstractBuilder<T extends BoostQueryAbstractBuilder<T>> |
|
BoostQueryBuilder |
|
BoostQueryBuilder.Nested<R> |
|
BufferingSolrServer |
Simple class that wraps a SolrClient instance and adds a simple buffer on top of it.
|
BufferingSolrServer.Action |
|
ChangableValueQuery |
An interface allowing modification of the String value underlying many {!link Query} implementations.
|
Collation |
|
Command |
|
CompoundQuery |
A multi-clause query that merges the result sets of independent subqueries
CompoundQuery wraps an arbitrary number of subqueries.
|
CompoundQuery.Operator |
|
CompoundQueryAbstractBuilder<T extends CompoundQueryAbstractBuilder<T>> |
|
CompoundQueryBuilder |
|
CompoundQueryBuilder.Nested<R> |
|
Context |
Additional context to pass along with messages in the pipeline
|
Context.Signal |
|
Copyable<T extends Copyable<T>> |
|
Debug |
|
DocList |
|
DslBase |
A common base for all DSL classes with standard implementations for some common methods.
|
DslCloneable |
|
DslRequest |
Container that holds all parameters for DSL request
|
DslRequestBuilder |
|
DslRequestValidator |
|
DslResponse |
|
DslStringUtils |
|
FacetBase |
Properties common to all types of request facet.
|
FacetDomain |
Changes to the set of documents the facet is computed on.
|
FacetDomainAbstractBuilder<T extends FacetDomainAbstractBuilder<T>> |
|
FacetDomainBuilder |
|
FacetDomainBuilder.Nested<R> |
|
FacetField |
Field facet parameters
|
FacetField.Sort |
|
FacetFieldAbstractBuilder<T extends FacetFieldAbstractBuilder<T>> |
|
FacetFieldBuilder |
|
FacetFieldBuilder.Nested<R> |
|
FacetRange |
Range facets parameters
|
FacetRange.Include |
Flags that specify inclusion and exclusion preferences for the upper and lower bounds of the range
|
FacetRange.Other |
Counts to include in addition to the counts for each facet range constraint
|
FacetRangeAbstractBuilder<T extends FacetRangeAbstractBuilder<T>> |
|
FacetRangeBuilder |
|
FacetRangeBuilder.Nested<R> |
|
Facets |
Facets parameters
|
Facets |
|
Facets.FacetGroupingMethod |
This field switches between grouped field facets counted based on header docs after collapse,
or based on number of groups which contain at least one document with a given value of a facet field.
|
FacetsAbstractBuilder<T extends FacetsAbstractBuilder<T>> |
|
FacetsBuilder |
|
FacetsBuilder.Nested<R> |
|
FieldCount |
|
FieldExistsQuery |
A query matching when the document contains the indicated field.
|
FieldExistsQueryAbstractBuilder<T extends FieldExistsQueryAbstractBuilder<T>> |
|
FieldExistsQueryBuilder |
|
FieldExistsQueryBuilder.Nested<R> |
|
FieldFacets |
|
FieldValueFunctionQuery |
Basic function query that just returns the value of a field
|
FunctionQuery |
|
GraphQuery |
A query to traverse graph-like relationships in indexed data.
|
GraphQueryAbstractBuilder<T extends GraphQueryAbstractBuilder<T>> |
|
GraphQueryBuilder |
|
GraphQueryBuilder.Nested<R> |
|
Group |
Grouping parameters
|
GroupAbstractBuilder<T extends GroupAbstractBuilder<T>> |
|
GroupBuilder |
|
GroupBuilder.Nested<R> |
|
GroupLeaderStrategy |
|
Highlight |
Specifies how matching document fragments ("highlights") are calculated and incorporated into the returned results.
|
HighlightAbstractBuilder<T extends HighlightAbstractBuilder<T>> |
|
HighlightBuilder |
|
HighlightBuilder.Nested<R> |
|
JoinQuery |
A query which joins or traces relationships between documents
A query ("query") identifies preliminary or seed matches.
|
JoinQueryAbstractBuilder<T extends JoinQueryAbstractBuilder<T>> |
|
JoinQueryBuilder |
|
JoinQueryBuilder.Nested<R> |
|
JsonBlobs |
Response for triggered JsonBlobs.
|
JSONResponse |
|
KeyAndBoost |
A field value and boost value combination
|
MatchAllQuery |
A query that matches all documents
|
MaxFieldStrategy |
Selects the group head document for each group based on which document has the max value of
the specified numeric field
|
Meta |
|
MinFieldStrategy |
Selects the group head document for each group based on which document has the min value of
the specified numeric field
|
MinimumMatch |
Represents the criteria for the minimum number of optional query clauses that must match for a result to be returned.
|
MinimumMatch.Operand |
|
MinimumMatchAbstractBuilder<T extends MinimumMatchAbstractBuilder<T>> |
|
MinimumMatchBuilder |
|
MinimumMatchBuilder.Nested<R> |
|
ModelQuery |
Query that will be based on provided Data Model
|
ModelQueryAbstractBuilder<T extends ModelQueryAbstractBuilder<T>> |
|
ModelQueryBuilder |
|
ModelQueryBuilder.Nested<R> |
|
NamedFilter |
A filter with an associated name.
|
NamedFilterAbstractBuilder<T extends NamedFilterAbstractBuilder<T>> |
|
NamedFilterBuilder |
|
NamedFilterBuilder.Nested<R> |
|
NegateQuery |
A wrapper a query which should be negated, i.e.
|
NegateQueryAbstractBuilder<T extends NegateQueryAbstractBuilder<T>> |
|
NegateQueryBuilder |
|
NegateQueryBuilder.Nested<R> |
|
NoOpQuery |
A query that doesn't have any effect on the query logic.
|
Pagination |
|
PhraseQuery |
A query that matches documents on phrase.
|
PhraseQueryAbstractBuilder<T extends PhraseQueryAbstractBuilder<T>> |
|
PhraseQueryBuilder |
|
PhraseQueryBuilder.Nested<R> |
|
PipelineDocument |
Fusion internal representation of a "SolrDocument".
|
PipelineField |
|
Query |
|
QueryableResponse |
|
QueryBuilder<T> |
|
QueryDefinition |
A container object for all queries in DSL request.
|
QueryDefinitionAbstractBuilder<T extends QueryDefinitionAbstractBuilder<T>> |
|
QueryDefinitionBuilder |
|
QueryDefinitionBuilder.Nested<R> |
|
QueryDefinitionValidator |
|
QueryRequestAndResponse |
|
QueryTreeAction |
Identifies what should be done at a particular node of the query tree, while walking it.
|
QueryTreeAction.Action |
|
QueryTreeWalker |
Walks a tree of Query objects, performing a user-specified callback at each "node" in the tree.
|
QueryTreeWalker.QueryWalkContext |
|
RangeFacets |
|
RangeQuery |
A query that matches on range of values
|
RangeQueryAbstractBuilder<T extends RangeQueryAbstractBuilder<T>> |
|
RangeQueryBuilder |
|
RangeQueryBuilder.Nested<R> |
|
RawResponse |
This represents a response that we do not know the contents of.
|
ReciprocalFunctionQuery |
A function of the form
|
Request |
|
Response |
|
ResponseDocument |
|
ResponseDocument |
|
ResponseValues |
Holds arbitrary response values in the response which can be arbitrarily
configured by each user for each rule (arbitrary key/value pairs).
|
Results |
Search results parameters
|
Results |
|
ResultsAbstractBuilder<T extends ResultsAbstractBuilder<T>> |
|
ResultsBuilder |
|
ResultsBuilder.Nested<R> |
|
Rules |
Rules-related aspects of the response - holds data from triggered rules.
|
SingleTermQuery |
A query matching on single term value
|
SingleTermQueryAbstractBuilder<T extends SingleTermQueryAbstractBuilder<T>> |
|
SingleTermQueryBuilder |
|
SingleTermQueryBuilder.Nested<R> |
|
SolrClient |
|
SolrClient.InvalidVersionException |
|
SolrClient.SolrVersionCheckError |
|
SolrClusterComponent |
Provides access to the Solr servers associated with a given collectionId.
|
SolrClusterComponent.OverrideCollectionSolrClient |
Class to remember the requested collection.
|
SortElement |
An element of sorting order.
|
SortElement.Order |
Sorting order
|
SortElement.Type |
Sort element type
|
SortStrategy |
Selects the group head document for each group based on which document comes first according to the specified
sort order
|
SortStrategyAbstractBuilder<T extends SortStrategyAbstractBuilder<T>> |
|
SortStrategyBuilder |
|
SortStrategyBuilder.Nested<R> |
|
Spellcheck |
|
StageCallback<M> |
|
StageTime |
|
Suggestion |
|
TermsQuery |
A query that checks a single field for exact matches against a series of specified values.
|
TermsQueryAbstractBuilder<T extends TermsQueryAbstractBuilder<T>> |
|
TermsQueryBuilder |
|
TermsQueryBuilder.Nested<R> |
|
TextQuery |
A query allowing search on a text string.
|
TextQueryAbstractBuilder<T extends TextQueryAbstractBuilder<T>> |
|
TextQueryBuilder |
|
TextQueryBuilder.Nested<R> |
|
TextQueryValueFunction |
|
Timing |
|
Utils |
|
WordFreq |
|
WriteableResponse<T> |
|
XMLResponse |
|