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

A

AbstractSearchComponent - Class in de.julielab.elastic.query.components
Superclass for all search components to enable some centralized functions such as the creation of a trace in the SearchCarrier about which components have been visited in a chain.
AbstractSearchComponent() - Constructor for class de.julielab.elastic.query.components.AbstractSearchComponent
 
addAggregationCommand(AggregationCommand) - Method in class de.julielab.elastic.query.components.data.SearchServerCommand
 
addAggregationUnit(ISignificantTermsAggregationUnit) - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationResult
 
addAggregationUnit(ITermsAggregationUnit) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationResult
 
addClause(BoolClause) - Method in class de.julielab.elastic.query.components.data.query.BoolQuery
 
addFacetField(String) - Method in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
addField(String, int, int) - Method in class de.julielab.elastic.query.components.data.HighlightCommand
 
addField(String) - Method in class de.julielab.elastic.query.components.data.HighlightCommand
 
addField(String) - Method in class de.julielab.elastic.query.components.data.query.InnerHits
 
addField(String) - Method in class de.julielab.elastic.query.components.data.query.MultiMatchQuery
 
addField(String) - Method in class de.julielab.elastic.query.components.data.SearchServerCommand
 
addHighlightCmd(HighlightCommand) - Method in class de.julielab.elastic.query.components.data.SearchServerCommand
 
addIncludeField(String) - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregation
 
addOrder(AggregationCommand.OrderCommand) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
 
addQuery(SearchServerQuery) - Method in class de.julielab.elastic.query.components.data.query.BoolClause
 
addQuery(SearchServerQuery) - Method in class de.julielab.elastic.query.components.data.query.DisMaxQuery
 
addSearchServerCommand(SearchServerCommand) - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
addSearchServerResponse(ISearchServerResponse) - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
addSortCommand(String, SortCommand.SortOrder) - Method in class de.julielab.elastic.query.components.data.SearchServerCommand
 
addSubaggregation(AggregationCommand) - Method in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand
 
addSubaggregationResult(IAggregationResult) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
addTerm(Object) - Method in class de.julielab.elastic.query.components.data.query.TermsQuery
 
addTopHitsDocument(ISearchServerDocument) - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
aggregationCmds - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
AggregationCommand - Class in de.julielab.elastic.query.components.data.aggregation
This class is meant as a part of SearchServerCommand.
AggregationCommand() - Constructor for class de.julielab.elastic.query.components.data.aggregation.AggregationCommand
 
AggregationCommand.OrderCommand - Class in de.julielab.elastic.query.components.data.aggregation
 
AggregationCommand.OrderCommand.Metric - Enum in de.julielab.elastic.query.components.data.aggregation
 
AggregationCommand.OrderCommand.ReferenceType - Enum in de.julielab.elastic.query.components.data.aggregation
 
AggregationCommand.OrderCommand.SortOrder - Enum in de.julielab.elastic.query.components.data.aggregation
Enumeration constants to determine whether to sort ascending or descending by reference.
analyzer - Variable in class de.julielab.elastic.query.components.data.query.LuceneSyntaxQuery
 
analyzer - Variable in class de.julielab.elastic.query.components.data.query.MatchQuery
 

B

bind(ServiceBinder) - Static method in class de.julielab.elastic.query.services.ElasticQueryComponentsModule
 
BoolClause - Class in de.julielab.elastic.query.components.data.query
 
BoolClause() - Constructor for class de.julielab.elastic.query.components.data.query.BoolClause
 
BoolClause.Occur - Enum in de.julielab.elastic.query.components.data.query
 
BoolQuery - Class in de.julielab.elastic.query.components.data.query
This query type is equivalent to Lucene's BooleanQuery.
BoolQuery() - Constructor for class de.julielab.elastic.query.components.data.query.BoolQuery
 
boost - Variable in class de.julielab.elastic.query.components.data.query.SearchServerQuery
A boost to make this query more (> 1) or less (<1) important than other query clauses, if used in a compound query, e.g.
boostMode - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
 
buildAggregation(AggregationCommand) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 
buildMultiMatchQuery(MultiMatchQuery) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 
buildQuery(SearchServerQuery) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 
buildQueryStringQuery(LuceneSyntaxQuery) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 
buildTermQuery(TermQuery) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 

C

chainName - Variable in class de.julielab.elastic.query.components.data.SearchCarrier
 
clauses - Variable in class de.julielab.elastic.query.components.data.query.BoolQuery
 
clearIndex(String) - Method in class de.julielab.elastic.query.services.ElasticSearchIndexingService
 
clearIndex(String) - Method in interface de.julielab.elastic.query.services.IIndexingService
 
commit(String) - Method in class de.julielab.elastic.query.services.ElasticSearchIndexingService
 
commit(String) - Method in interface de.julielab.elastic.query.services.IIndexingService
 
ConstantScoreQuery - Class in de.julielab.elastic.query.components.data.query
 
ConstantScoreQuery() - Constructor for class de.julielab.elastic.query.components.data.query.ConstantScoreQuery
 

D

de.julielab.elastic.query - package de.julielab.elastic.query
 
de.julielab.elastic.query.components - package de.julielab.elastic.query.components
 
de.julielab.elastic.query.components.data - package de.julielab.elastic.query.components.data
 
de.julielab.elastic.query.components.data.aggregation - package de.julielab.elastic.query.components.data.aggregation
 
de.julielab.elastic.query.components.data.query - package de.julielab.elastic.query.components.data.query
 
de.julielab.elastic.query.services - package de.julielab.elastic.query.services
 
de.julielab.elastic.query.util - package de.julielab.elastic.query.util
 
defaultField - Variable in class de.julielab.elastic.query.components.data.query.LuceneSyntaxQuery
 
DisMaxQuery - Class in de.julielab.elastic.query.components.data.query
 
DisMaxQuery() - Constructor for class de.julielab.elastic.query.components.data.query.DisMaxQuery
 
downloadCompleteResults - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
Causes the return of all results of the query, not only a page or a batch.

E

ElasticQueryComponentsModule - Class in de.julielab.elastic.query.services
 
ElasticQueryComponentsModule() - Constructor for class de.julielab.elastic.query.services.ElasticQueryComponentsModule
 
ElasticQuerySymbolConstants - Class in de.julielab.elastic.query
 
ElasticQuerySymbolConstants() - Constructor for class de.julielab.elastic.query.ElasticQuerySymbolConstants
 
ElasticSearchClient - Class in de.julielab.elastic.query.services
 
ElasticSearchClient(Logger, String, String, int) - Constructor for class de.julielab.elastic.query.services.ElasticSearchClient
 
ElasticSearchClientProvider - Class in de.julielab.elastic.query.services
 
ElasticSearchClientProvider(Logger, LoggerSource, String, String, int) - Constructor for class de.julielab.elastic.query.services.ElasticSearchClientProvider
 
ElasticSearchComponent - Class in de.julielab.elastic.query.components
 
ElasticSearchComponent(Logger, ISearchClientProvider) - Constructor for class de.julielab.elastic.query.components.ElasticSearchComponent
 
ElasticSearchDocumentHit - Class in de.julielab.elastic.query.components.data
 
ElasticSearchDocumentHit(SearchHit) - Constructor for class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
ElasticSearchIndexingService - Class in de.julielab.elastic.query.services
 
ElasticSearchIndexingService(Logger, ISearchClientProvider) - Constructor for class de.julielab.elastic.query.services.ElasticSearchIndexingService
 
ElasticSearchServerResponse - Class in de.julielab.elastic.query.components.data
 
ElasticSearchServerResponse(Logger, SearchResponse, Client) - Constructor for class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
ElasticSearchServerResponse(Logger) - Constructor for class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
enteredComponents - Variable in class de.julielab.elastic.query.components.data.SearchCarrier
 
ES_CLUSTER_NAME - Static variable in class de.julielab.elastic.query.ElasticQuerySymbolConstants
 
ES_HOST - Static variable in class de.julielab.elastic.query.ElasticQuerySymbolConstants
 
ES_PORT - Static variable in class de.julielab.elastic.query.ElasticQuerySymbolConstants
 
exclude - Variable in class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
Either a string that will be interpreted as a regular expression matching terms to exclude or an instance of #Collection or an array containing field values (of type String, Long or Double) exactly enumerating the excluded items.
excludeFields - Variable in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregation
The fields that should not be returned, even if in TopHitsAggregation.addIncludeField(String) a wildcard expression did match the field.
expDecay - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
NOTE: No implementation yet
explain - Variable in class de.julielab.elastic.query.components.data.query.InnerHits
 

F

FacetCommand - Class in de.julielab.elastic.query.components.data
Deprecated.
FacetCommand() - Constructor for class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
FacetCommand.SortOrder - Enum in de.julielab.elastic.query.components.data
Deprecated.
 
factor - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor
Optional factor to multiply the field value with, defaults to 1.
fastvector - Static variable in class de.julielab.elastic.query.components.data.HighlightCommand.Highlighter
 
fetchSource - Variable in class de.julielab.elastic.query.components.data.query.InnerHits
 
fetchSource - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
For multi-field queries, provided the fields that should be queried on using #serverQuery.
field - Variable in class de.julielab.elastic.query.components.data.aggregation.MaxAggregation
The field to compute and return the maximum value for.
field - Variable in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregation
 
field - Variable in class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
The field from which to retrieve terms to aggregate over.
field - Variable in class de.julielab.elastic.query.components.data.FieldTermsCommand
 
field - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
field - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor
A field holding a number to be used for scoring the respective document.
field - Variable in class de.julielab.elastic.query.components.data.query.MatchPhraseQuery
 
field - Variable in class de.julielab.elastic.query.components.data.query.MatchQuery
The field to search in.
field - Variable in class de.julielab.elastic.query.components.data.query.TermQuery
The field in which to look for TermQuery.term.
field - Variable in class de.julielab.elastic.query.components.data.query.TermsQuery
The field in which to look for #term.
field - Variable in class de.julielab.elastic.query.components.data.query.WildcardQuery
 
field - Variable in class de.julielab.elastic.query.components.data.SortCommand
 
fields - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
fields - Variable in class de.julielab.elastic.query.components.data.HighlightCommand
 
fields - Variable in class de.julielab.elastic.query.components.data.query.InnerHits
 
fields - Variable in class de.julielab.elastic.query.components.data.query.MultiMatchQuery
 
fieldsToReturn - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
The fields for which their original content should be returned.
FieldTermItem - Class in de.julielab.elastic.query.components.data
 
FieldTermItem() - Constructor for class de.julielab.elastic.query.components.data.FieldTermItem
 
FieldTermItem.ValueType - Enum in de.julielab.elastic.query.components.data
The different types of aggregation values that can be associated with an index field term.
FieldTermsCommand - Class in de.julielab.elastic.query.components.data
 
FieldTermsCommand() - Constructor for class de.julielab.elastic.query.components.data.FieldTermsCommand
 
FieldTermsCommand.OrderType - Enum in de.julielab.elastic.query.components.data
 
fieldValueFactor - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
 
FieldValueFactor() - Constructor for class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor
 
fieldWeights - Variable in class de.julielab.elastic.query.components.data.query.MultiMatchQuery
Must be parallel to MultiMatchQuery.fields or null, this means especially that fieldWeights must be of the same length as searchFields, if not null.
filter - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FunctionListItem
Optional.
FilterCommand - Class in de.julielab.elastic.query.components.data
 
FilterCommand() - Constructor for class de.julielab.elastic.query.components.data.FilterCommand
 
filterExpression - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
filterReviews - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
forwardCursor() - Method in interface de.julielab.elastic.query.util.TermCountCursor
 
fragnum - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
fragsize - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
function - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FunctionListItem
 
FunctionListItem() - Constructor for class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FunctionListItem
 
functions - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
 
FunctionScoreQuery - Class in de.julielab.elastic.query.components.data.query
 
FunctionScoreQuery() - Constructor for class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
 
FunctionScoreQuery.BoostMode - Enum in de.julielab.elastic.query.components.data.query
 
FunctionScoreQuery.DecayFunction - Interface in de.julielab.elastic.query.components.data.query
NOTE: No implementation yet
FunctionScoreQuery.FieldValueFactor - Class in de.julielab.elastic.query.components.data.query
 
FunctionScoreQuery.FieldValueFactor.Modifier - Enum in de.julielab.elastic.query.components.data.query
Eligible values for the FunctionScoreQuery.FieldValueFactor.modifier field.
FunctionScoreQuery.Function - Interface in de.julielab.elastic.query.components.data.query
 
FunctionScoreQuery.FunctionListItem - Class in de.julielab.elastic.query.components.data.query
To be used with FunctionScoreQuery.FunctionListItem.function to score according to a list of weighted functions that are applied according to an optional filter query.
FunctionScoreQuery.ScoreMode - Enum in de.julielab.elastic.query.components.data.query
 

G

gaussDecay - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
NOTE: No implementation yet
get(String) - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
get(String) - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
getAggregationResult(AggregationCommand) - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getAggregationResult(AggregationCommand) - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
getAggregationUnits() - Method in interface de.julielab.elastic.query.components.data.aggregation.ISignificantTermsAggregationResult
 
getAggregationUnits() - Method in interface de.julielab.elastic.query.components.data.aggregation.ITermsAggregationResult
Returns the aggregated terms, their counts and sub-aggregation results, if any are present.
getAggregationUnits() - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationResult
 
getAggregationUnits() - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationResult
 
getClient() - Method in class de.julielab.elastic.query.services.ElasticSearchClient
 
getClient() - Method in interface de.julielab.elastic.query.services.ISearchClient
 
getCount() - Method in interface de.julielab.elastic.query.components.data.aggregation.ITermsAggregationUnit
 
getCount() - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
getDocCount() - Method in interface de.julielab.elastic.query.components.data.aggregation.ISignificantTermsAggregationUnit
 
getDocCount() - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationUnit
 
getDocumentResults() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getDocumentResults() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
Returns the document results of the respective search request.
getFacetCount(IFacetField.FacetType) - Method in interface de.julielab.elastic.query.util.TermCountCursor
 
getFacetValues() - Method in interface de.julielab.elastic.query.components.data.IFacetField
Deprecated.
 
getFieldPayload(String) - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getFieldPayload(String) - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getFieldValue(String) - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getFieldValue(String) - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getFieldValues(String) - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getFieldValues(String) - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getHighlights() - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getHighlights() - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getId() - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getId() - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getIndexType() - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getIndexType() - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getInnerHits() - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getInnerHits() - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
Returns inner document hits, if existing.
getName() - Method in interface de.julielab.elastic.query.components.data.aggregation.IAggregationResult
 
getName() - Method in class de.julielab.elastic.query.components.data.aggregation.MaxAggregationResult
 
getName() - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationResult
 
getName() - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationResult
 
getName() - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
getName() - Method in interface de.julielab.elastic.query.components.data.IFacetField
Deprecated.
 
getName() - Method in interface de.julielab.elastic.query.util.TermCountCursor
 
getNode() - Method in class de.julielab.elastic.query.services.ElasticSearchClient
 
getNodeClient() - Method in class de.julielab.elastic.query.services.ElasticSearchClient
 
getNumberTotalHits() - Method in interface de.julielab.elastic.query.components.data.aggregation.ITopHitsAggregationResult
 
getNumberTotalHits() - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
getNumFound() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getNumFound() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
getNumSuggestions() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getNumSuggestions() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
getQueryError() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getQueryError() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
getQueryErrorMessage() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getQueryErrorMessage() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
getScore() - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
getScore() - Method in interface de.julielab.elastic.query.components.data.ISearchServerDocument
 
getSearchClient() - Method in class de.julielab.elastic.query.services.ElasticSearchClientProvider
 
getSearchClient() - Method in interface de.julielab.elastic.query.services.ISearchClientProvider
 
getSingleSearchServerCommand() - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
getSingleSearchServerCommandOrCreate() - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
getSingleSearchServerResponse() - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
getSubaggregation(String) - Method in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand
 
getSubaggregationResult(String) - Method in interface de.julielab.elastic.query.components.data.aggregation.ITermsAggregationUnit
 
getSubaggregationResult(String) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
getSubaggregationResults() - Method in interface de.julielab.elastic.query.components.data.aggregation.ITermsAggregationUnit
 
getSubaggregationResults() - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
getSuggestionResults() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
getSuggestionResults() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
getTerm() - Method in interface de.julielab.elastic.query.components.data.aggregation.ISignificantTermsAggregationUnit
 
getTerm() - Method in interface de.julielab.elastic.query.components.data.aggregation.ITermsAggregationUnit
 
getTerm() - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationUnit
 
getTerm() - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
getTopHits() - Method in interface de.julielab.elastic.query.components.data.aggregation.ITopHitsAggregationResult
 
getTopHits() - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
getTransportClient() - Method in class de.julielab.elastic.query.services.ElasticSearchClient
 
getValue() - Method in interface de.julielab.elastic.query.components.data.aggregation.IMaxAggregationResult
 
getValue() - Method in class de.julielab.elastic.query.components.data.aggregation.MaxAggregationResult
 

H

handleSearchRequest(List<SearchRequestBuilder>, SearchServerCommand) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 
handleSuggestionRequest(List<SearchRequestBuilder>, SearchServerCommand) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 
hasAggregation(String) - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
hasAggregationResults() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
highlight - Variable in class de.julielab.elastic.query.components.data.query.InnerHits
 
HighlightCommand - Class in de.julielab.elastic.query.components.data
 
HighlightCommand() - Constructor for class de.julielab.elastic.query.components.data.HighlightCommand
 
HighlightCommand.Highlighter - Class in de.julielab.elastic.query.components.data
 
HighlightCommand.HlField - Class in de.julielab.elastic.query.components.data
 
Highlighter() - Constructor for class de.julielab.elastic.query.components.data.HighlightCommand.Highlighter
 
highlightQuery - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
hlCmds - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
HlField() - Constructor for class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 

I

IAggregationResult - Interface in de.julielab.elastic.query.components.data.aggregation
 
IFacetField - Interface in de.julielab.elastic.query.components.data
Deprecated.
IFacetField.FacetType - Enum in de.julielab.elastic.query.components.data
Deprecated.
This enumeration serves for the keys for possible facet types.
IIndexingService - Interface in de.julielab.elastic.query.services
 
IMaxAggregationResult - Interface in de.julielab.elastic.query.components.data.aggregation
 
include - Variable in class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
Either a string that will be interpreted as a regular expression matching terms to include or an instance of Collection or an array containing field values (of type String, Long or Double) exactly enumerating the included items.
includeFields - Variable in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregation
The fields for which values are to be returned.
index - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
The index to perform the search on.
indexDocuments(String, String, Iterator<Map<String, Object>>) - Method in class de.julielab.elastic.query.services.ElasticSearchIndexingService
 
indexDocuments(String, String, List<Map<String, Object>>) - Method in class de.julielab.elastic.query.services.ElasticSearchIndexingService
 
indexDocuments(String, String, Iterator<Map<String, Object>>) - Method in interface de.julielab.elastic.query.services.IIndexingService
 
indexDocuments(String, String, List<Map<String, Object>>) - Method in interface de.julielab.elastic.query.services.IIndexingService
 
indexTypes - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
InnerHits - Class in de.julielab.elastic.query.components.data.query
 
InnerHits() - Constructor for class de.julielab.elastic.query.components.data.query.InnerHits
 
innerHits - Variable in class de.julielab.elastic.query.components.data.query.NestedQuery
 
ISearchClient - Interface in de.julielab.elastic.query.services
 
ISearchClientProvider - Interface in de.julielab.elastic.query.services
 
ISearchComponent - Interface in de.julielab.elastic.query.components
 
ISearchServerComponent - Interface in de.julielab.elastic.query.components
Interface for the search component that wraps the concrete search server calls, i.e.
ISearchServerDocument - Interface in de.julielab.elastic.query.components.data
 
ISearchServerResponse - Interface in de.julielab.elastic.query.services
 
ISignificantTermsAggregationResult - Interface in de.julielab.elastic.query.components.data.aggregation
 
ISignificantTermsAggregationUnit - Interface in de.julielab.elastic.query.components.data.aggregation
 
isSuggestionSearchResponse() - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
isSuggestionSearchResponse() - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
isValid() - Method in interface de.julielab.elastic.query.util.TermCountCursor
 
ITermsAggregationResult - Interface in de.julielab.elastic.query.components.data.aggregation
 
ITermsAggregationUnit - Interface in de.julielab.elastic.query.components.data.aggregation
 
ITopHitsAggregationResult - Interface in de.julielab.elastic.query.components.data.aggregation
 

L

limit - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
limit - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
Specifies a limit of documents to retrieve for this search.
linearDecay - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
NOTE: No implementation yet
LuceneSyntaxQuery - Class in de.julielab.elastic.query.components.data.query
A query formulated in the Lucene query syntax.
LuceneSyntaxQuery() - Constructor for class de.julielab.elastic.query.components.data.query.LuceneSyntaxQuery
 

M

MatchAllQuery - Class in de.julielab.elastic.query.components.data.query
The query that matches all documents.
MatchAllQuery() - Constructor for class de.julielab.elastic.query.components.data.query.MatchAllQuery
 
MatchPhraseQuery - Class in de.julielab.elastic.query.components.data.query
 
MatchPhraseQuery() - Constructor for class de.julielab.elastic.query.components.data.query.MatchPhraseQuery
 
MatchQuery - Class in de.julielab.elastic.query.components.data.query
For this query, the query string itself and a single field to search in is to be provided.
MatchQuery() - Constructor for class de.julielab.elastic.query.components.data.query.MatchQuery
 
MaxAggregation - Class in de.julielab.elastic.query.components.data.aggregation
This aggregation returns the maximum value of the specified field across documents matched by the main query.
MaxAggregation() - Constructor for class de.julielab.elastic.query.components.data.aggregation.MaxAggregation
 
MaxAggregationResult - Class in de.julielab.elastic.query.components.data.aggregation
 
MaxAggregationResult() - Constructor for class de.julielab.elastic.query.components.data.aggregation.MaxAggregationResult
 
metric - Variable in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand
mincount - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
minimumShouldMatch - Variable in class de.julielab.elastic.query.components.data.query.BoolQuery
 
missing - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor
Value used if the document doesn’t have that field.
modifier - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor
Modifier to apply to the field value.
MultiMatchQuery - Class in de.julielab.elastic.query.components.data.query
For this query, the query string itself and the fields, on which to perform the query, are separated (in contrast to LuceneSyntaxQuery).
MultiMatchQuery() - Constructor for class de.julielab.elastic.query.components.data.query.MultiMatchQuery
 
MultiMatchQuery.Type - Enum in de.julielab.elastic.query.components.data.query
Determines the scoring strategy for multi field searches.

N

name - Variable in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand
The name of this aggregation to identify it in the results.
name - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
namedQueries - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
Maps a name to a query for easy access, e.g.
NestedQuery - Class in de.julielab.elastic.query.components.data.query
 
NestedQuery() - Constructor for class de.julielab.elastic.query.components.data.query.NestedQuery
 
NestedQuery.ScoreMode - Enum in de.julielab.elastic.query.components.data.query
 
noMatchSize - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
If the field to be highlighted does not match anything, this parameter specifies a default portion of the field value to be returned anyway (without any highlighting, obviously).

O

occur - Variable in class de.julielab.elastic.query.components.data.query.BoolClause
 
operator - Variable in class de.julielab.elastic.query.components.data.query.MatchQuery
The boolean operator to connect the tokens of the analyzed query with.
operator - Variable in class de.julielab.elastic.query.components.data.query.MultiMatchQuery
 
order - Variable in class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
Specifies the ordering of the aggregation buckets.
order - Variable in class de.julielab.elastic.query.components.data.SortCommand
 
OrderCommand() - Constructor for class de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand
 
orderTypes - Variable in class de.julielab.elastic.query.components.data.FieldTermsCommand
 

P

path - Variable in class de.julielab.elastic.query.components.data.query.NestedQuery
 
phrase - Variable in class de.julielab.elastic.query.components.data.query.MatchPhraseQuery
 
plain - Static variable in class de.julielab.elastic.query.components.data.HighlightCommand.Highlighter
 
post - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
postFilterQuery - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
postings - Static variable in class de.julielab.elastic.query.components.data.HighlightCommand.Highlighter
 
pre - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
process(SearchCarrier) - Method in class de.julielab.elastic.query.components.AbstractSearchComponent
Method to call when actually running the component.
process(SearchCarrier) - Method in interface de.julielab.elastic.query.components.ISearchComponent
 
processSearch(SearchCarrier) - Method in class de.julielab.elastic.query.components.AbstractSearchComponent
Overriding point for subclasses.
processSearch(SearchCarrier) - Method in class de.julielab.elastic.query.components.ElasticSearchComponent
 

Q

queries - Variable in class de.julielab.elastic.query.components.data.query.BoolClause
The queries that are supposed to be found in searched documents according to the BoolClause.occur specification.
queries - Variable in class de.julielab.elastic.query.components.data.query.DisMaxQuery
 
query - Variable in class de.julielab.elastic.query.components.data.query.ConstantScoreQuery
 
query - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
 
query - Variable in class de.julielab.elastic.query.components.data.query.LuceneSyntaxQuery
 
query - Variable in class de.julielab.elastic.query.components.data.query.MatchQuery
The query.
query - Variable in class de.julielab.elastic.query.components.data.query.MultiMatchQuery
 
query - Variable in class de.julielab.elastic.query.components.data.query.NestedQuery
 
query - Variable in class de.julielab.elastic.query.components.data.query.WildcardQuery
 
query - Variable in class de.julielab.elastic.query.components.data.QueryFilterCommand
 
query - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
A structured search server query.
QueryError - Enum in de.julielab.elastic.query.components.data
 
QueryFilterCommand - Class in de.julielab.elastic.query.components.data
 
QueryFilterCommand() - Constructor for class de.julielab.elastic.query.components.data.QueryFilterCommand
 

R

randomScore - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
NOTE: No implementation yet
referenceName - Variable in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand
A reference to another aggregation to use its values to sort this aggregation by.
referenceType - Variable in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand
The way of ordering.
requirefieldmatch - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
reset() - Method in interface de.julielab.elastic.query.util.TermCountCursor
 
REVIEW_TERM - Static variable in interface de.julielab.elastic.query.components.ISearchServerComponent
 
rows - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
The value Integer.MIN_VALUE means "not set".

S

scoreMode - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
 
scoreMode - Variable in class de.julielab.elastic.query.components.data.query.NestedQuery
script - Variable in class de.julielab.elastic.query.components.data.aggregation.MaxAggregation
A script to compute and return the maximum value.
scriptScore - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
NOTE: No implementation yet
SearchCarrier - Class in de.julielab.elastic.query.components.data
 
SearchCarrier(String) - Constructor for class de.julielab.elastic.query.components.data.SearchCarrier
 
SearchServerCommand - Class in de.julielab.elastic.query.components.data
 
SearchServerCommand() - Constructor for class de.julielab.elastic.query.components.data.SearchServerCommand
 
SearchServerQuery - Class in de.julielab.elastic.query.components.data.query
An abstract super class for query objects.
SearchServerQuery() - Constructor for class de.julielab.elastic.query.components.data.query.SearchServerQuery
 
serverCmds - Variable in class de.julielab.elastic.query.components.data.SearchCarrier
 
serverResponses - Variable in class de.julielab.elastic.query.components.data.SearchCarrier
 
setCount(long) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
setDocCount(long) - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationUnit
 
setElapsedTime() - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
setName(String) - Method in class de.julielab.elastic.query.components.data.aggregation.MaxAggregationResult
 
setName(String) - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationResult
 
setName(String) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationResult
 
setName(String) - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
setQueryError(QueryError) - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
setQueryErrorMessage(String) - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
setSuggestionSearchResponse(boolean) - Method in class de.julielab.elastic.query.components.data.ElasticSearchServerResponse
 
setSuggestionSearchResponse(boolean) - Method in interface de.julielab.elastic.query.services.ISearchServerResponse
 
setTerm(String) - Method in class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationUnit
 
setTerm(Object) - Method in class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
setTotalHits(long) - Method in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
setValue(Double) - Method in class de.julielab.elastic.query.components.data.aggregation.MaxAggregationResult
 
setValue(FieldTermItem.ValueType, Object) - Method in class de.julielab.elastic.query.components.data.FieldTermItem
Adds a value for the FieldTermItem.ValueType at the end of the stream.
shutdown() - Method in class de.julielab.elastic.query.services.ElasticSearchClient
 
shutdown() - Method in interface de.julielab.elastic.query.services.ISearchClient
 
SignificantTermsAggregation - Class in de.julielab.elastic.query.components.data.aggregation
 
SignificantTermsAggregation() - Constructor for class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregation
 
SignificantTermsAggregationResult - Class in de.julielab.elastic.query.components.data.aggregation
 
SignificantTermsAggregationResult() - Constructor for class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationResult
 
SignificantTermsAggregationUnit - Class in de.julielab.elastic.query.components.data.aggregation
 
SignificantTermsAggregationUnit() - Constructor for class de.julielab.elastic.query.components.data.aggregation.SignificantTermsAggregationUnit
 
size - Variable in class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
The number of top-terms to be used for aggregation.
size - Variable in class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregation
For number of documents to return.
size - Variable in class de.julielab.elastic.query.components.data.FieldTermsCommand
 
size - Variable in class de.julielab.elastic.query.components.data.query.InnerHits
 
size() - Method in interface de.julielab.elastic.query.util.TermCountCursor
 
slop - Variable in class de.julielab.elastic.query.components.data.query.MatchPhraseQuery
 
sort - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
sortCmds - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
SortCommand - Class in de.julielab.elastic.query.components.data
 
SortCommand(String, SortCommand.SortOrder) - Constructor for class de.julielab.elastic.query.components.data.SortCommand
 
SortCommand.SortOrder - Enum in de.julielab.elastic.query.components.data
 
SortCriterium - Enum in de.julielab.elastic.query
 
sortOrder - Variable in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand
Whether to sort descending or ascending by the value of AggregationCommand.OrderCommand.referenceName.
sortOrders - Variable in class de.julielab.elastic.query.components.data.FieldTermsCommand
 
start - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
 
startupService(RegistryShutdownHub) - Method in class de.julielab.elastic.query.services.ElasticSearchClientProvider
 
subaggregations - Variable in class de.julielab.elastic.query.components.data.aggregation.AggregationCommand
A list of sub-aggregations of this aggregation.
suggestionCategories - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
For some suggester types, e.g.
suggestionField - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
The field for which to get suggestions.
suggestionText - Variable in class de.julielab.elastic.query.components.data.SearchServerCommand
For auto completion, this field exposes the fragment to get suggestions for.
sw - Variable in class de.julielab.elastic.query.components.data.SearchCarrier
 

T

term - Variable in class de.julielab.elastic.query.components.data.FieldTermItem
The term itself, i.e.
term - Variable in class de.julielab.elastic.query.components.data.query.TermQuery
The term to look for in TermQuery.field.
TermCountCursor - Interface in de.julielab.elastic.query.util
 
TermQuery - Class in de.julielab.elastic.query.components.data.query
The simplest query: the delivered term is searched in the delivered field.
TermQuery() - Constructor for class de.julielab.elastic.query.components.data.query.TermQuery
 
terms - Variable in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
terms - Variable in class de.julielab.elastic.query.components.data.query.TermsQuery
The terms to look for in TermsQuery.field.
TermsAggregation - Class in de.julielab.elastic.query.components.data.aggregation
The terms aggregation is basically faceting on term level.
TermsAggregation() - Constructor for class de.julielab.elastic.query.components.data.aggregation.TermsAggregation
 
TermsAggregationResult - Class in de.julielab.elastic.query.components.data.aggregation
 
TermsAggregationResult() - Constructor for class de.julielab.elastic.query.components.data.aggregation.TermsAggregationResult
 
TermsAggregationUnit - Class in de.julielab.elastic.query.components.data.aggregation
 
TermsAggregationUnit() - Constructor for class de.julielab.elastic.query.components.data.aggregation.TermsAggregationUnit
 
TermsQuery - Class in de.julielab.elastic.query.components.data.query
Like TermQuery but for multiple terms.
TermsQuery() - Constructor for class de.julielab.elastic.query.components.data.query.TermsQuery
 
tieBreaker - Variable in class de.julielab.elastic.query.components.data.query.DisMaxQuery
 
TopHitsAggregation - Class in de.julielab.elastic.query.components.data.aggregation
This aggregation collects the top document hits in its scope.
TopHitsAggregation() - Constructor for class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregation
 
TopHitsAggregationResult - Class in de.julielab.elastic.query.components.data.aggregation
 
TopHitsAggregationResult() - Constructor for class de.julielab.elastic.query.components.data.aggregation.TopHitsAggregationResult
 
toString() - Method in class de.julielab.elastic.query.components.data.ElasticSearchDocumentHit
 
toString() - Method in class de.julielab.elastic.query.components.data.FacetCommand
Deprecated.
 
toString() - Method in class de.julielab.elastic.query.components.data.FieldTermItem
 
toString() - Method in class de.julielab.elastic.query.components.data.query.BoolClause
 
toString() - Method in class de.julielab.elastic.query.components.data.query.BoolQuery
 
toString() - Method in class de.julielab.elastic.query.components.data.query.MatchQuery
 
toString() - Method in class de.julielab.elastic.query.components.data.query.WildcardQuery
 
toString() - Method in class de.julielab.elastic.query.components.data.SearchCarrier
 
toString() - Method in class de.julielab.elastic.query.components.data.SortCommand
 
type - Variable in class de.julielab.elastic.query.components.data.HighlightCommand.HlField
 
type - Variable in class de.julielab.elastic.query.components.data.query.MultiMatchQuery
 

V

valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.FacetCommand.SortOrder
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.FieldTermItem.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.FieldTermsCommand.OrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.IFacetField.FacetType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.query.BoolClause.Occur
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.query.FunctionScoreQuery.BoostMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.query.FunctionScoreQuery.ScoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.query.MultiMatchQuery.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.query.NestedQuery.ScoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.QueryError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.components.data.SortCommand.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.julielab.elastic.query.SortCriterium
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.aggregation.AggregationCommand.OrderCommand.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.FacetCommand.SortOrder
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class de.julielab.elastic.query.components.data.FieldTermItem
Returns the value for the term at the current position of the stream.
values() - Static method in enum de.julielab.elastic.query.components.data.FieldTermItem.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.FieldTermsCommand.OrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.IFacetField.FacetType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.query.BoolClause.Occur
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.query.FunctionScoreQuery.BoostMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FieldValueFactor.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.query.FunctionScoreQuery.ScoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.query.MultiMatchQuery.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.query.NestedQuery.ScoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.QueryError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.components.data.SortCommand.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.julielab.elastic.query.SortCriterium
Returns an array containing the constants of this enum type, in the order they are declared.

W

weight - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery.FunctionListItem
 
weight - Variable in class de.julielab.elastic.query.components.data.query.FunctionScoreQuery
NOTE: No implementation yet
WildcardQuery - Class in de.julielab.elastic.query.components.data.query
 
WildcardQuery() - Constructor for class de.julielab.elastic.query.components.data.query.WildcardQuery
 
A B C D E F G H I L M N O P Q R S T V W 
Skip navigation links

Copyright © 2017 JULIE Lab, Germany. All rights reserved.