Skip navigation links
Lucene Queries 5.5.5.redhat-2
A B C D E F G H I J L M N O P Q R S T V 

A

a - Variable in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
a - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
add(FilterClause) - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
Adds a new FilterClause to the Boolean Filter container
add(Filter, BooleanClause.Occur) - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
 
add(Term) - Method in class org.apache.lucene.queries.CommonTermsQuery
Adds a term to the CommonTermsQuery
allExists(int, FunctionValues[]) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
Helper utility for FunctionValues
allExists(int, FunctionValues, FunctionValues) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
Equivilent the the FunctionValues[] method with the same name, but optimized for dealing with exactly 2 arguments.
AllScorer(LeafReaderContext, FunctionQuery.FunctionWeight, float) - Constructor for class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
anyExists(int, FunctionValues[]) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
Helper utility for FunctionValues
anyExists(int, FunctionValues, FunctionValues) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
Equivilent the the FunctionValues[] method with the same name, but optimized for dealing with exactly 2 arguments.
AveragePayloadFunction - Class in org.apache.lucene.queries.payloads
Calculate the final score as the average score of all payloads seen.
AveragePayloadFunction() - Constructor for class org.apache.lucene.queries.payloads.AveragePayloadFunction
 

B

b - Variable in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
b - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
BoolDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving boolean values.
BoolDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
BooleanFilter - Class in org.apache.lucene.queries
Deprecated.
Use a QueryWrapperFilter on a BooleanQuery instead
BooleanFilter() - Constructor for class org.apache.lucene.queries.BooleanFilter
Deprecated.
 
BoolFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract parent class for those ValueSource implementations which apply boolean logic to their values
BoolFunction() - Constructor for class org.apache.lucene.queries.function.valuesource.BoolFunction
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
boost - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
BoostedQuery - Class in org.apache.lucene.queries.function
Query that is boosted by a ValueSource
BoostedQuery(Query, ValueSource) - Constructor for class org.apache.lucene.queries.function.BoostedQuery
 
BoostingQuery - Class in org.apache.lucene.queries
The BoostingQuery class can be used to effectively demote results that match a given query.
BoostingQuery(Query, Query, float) - Constructor for class org.apache.lucene.queries.BoostingQuery
 
buildQuery(int, TermContext[], Term[]) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
bytesRef - Variable in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
BytesRefFieldSource - Class in org.apache.lucene.queries.function.valuesource
An implementation for retrieving FunctionValues instances for string based fields.
BytesRefFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.BytesRefFieldSource
 
bytesVal(int, BytesRefBuilder) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
bytesVal(int, BytesRefBuilder) - Method in class org.apache.lucene.queries.function.FunctionValues
returns the bytes representation of the string val - TODO: should this return the indexed raw bytes not?
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
byteVal(int, byte[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 

C

calcHighFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
calcLowFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
clauses() - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
Returns the list of clauses
clone() - Method in class org.apache.lucene.queries.CustomScoreQuery
 
clone() - Method in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
clone() - Method in class org.apache.lucene.queries.payloads.SpanNearPayloadCheckQuery
Deprecated.
 
collectTermContext(IndexReader, List<LeafReaderContext>, TermContext[], Term[]) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
CommonTermsQuery - Class in org.apache.lucene.queries
A query that executes high-frequency terms in a optional sub-query to prevent slow queries due to "common" terms like stopwords.
CommonTermsQuery(BooleanClause.Occur, BooleanClause.Occur, float) - Constructor for class org.apache.lucene.queries.CommonTermsQuery
Creates a new CommonTermsQuery
CommonTermsQuery(BooleanClause.Occur, BooleanClause.Occur, float, boolean) - Constructor for class org.apache.lucene.queries.CommonTermsQuery
Creates a new CommonTermsQuery
ConstNumberSource - Class in org.apache.lucene.queries.function.valuesource
ConstNumberSource is the base class for all constant numbers
ConstNumberSource() - Constructor for class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
ConstValueSource - Class in org.apache.lucene.queries.function.valuesource
ConstValueSource returns a constant for all documents
ConstValueSource(float) - Constructor for class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
context - Variable in class org.apache.lucene.queries.CustomScoreProvider
 
context - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.BoostingQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.function.FunctionQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.function.FunctionRangeQuery
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.ValueSource
Implementations should propagate createWeight to sub-ValueSources which can optionally store weight info in the context.
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.payloads.PayloadScoreQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.payloads.PayloadTermQuery
Deprecated.
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.TermsQuery
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.queries.payloads.AveragePayloadFunction
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.queries.payloads.MaxPayloadFunction
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.queries.payloads.MinPayloadFunction
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.queries.payloads.PayloadFunction
Calculate the score up to this point for this doc and field
customExplain(int, Explanation, Explanation[]) - Method in class org.apache.lucene.queries.CustomScoreProvider
Explain the custom score.
customExplain(int, Explanation, Explanation) - Method in class org.apache.lucene.queries.CustomScoreProvider
Explain the custom score.
customScore(int, float, float[]) - Method in class org.apache.lucene.queries.CustomScoreProvider
Compute a custom score by the subQuery score and a number of FunctionQuery scores.
customScore(int, float, float) - Method in class org.apache.lucene.queries.CustomScoreProvider
Compute a custom score by the subQuery score and the FunctionQuery score.
CustomScoreProvider - Class in org.apache.lucene.queries
An instance of this subclass should be returned by CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.LeafReaderContext), if you want to modify the custom score calculation of a CustomScoreQuery.
CustomScoreProvider(LeafReaderContext) - Constructor for class org.apache.lucene.queries.CustomScoreProvider
Creates a new instance of the provider class for the given IndexReader.
CustomScoreQuery - Class in org.apache.lucene.queries
Query that sets document score as a programmatic function of several (sub) scores: the score of its subQuery (any query) (optional) the score of its FunctionQuery (or queries). Subclasses can modify the computation by overriding CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.LeafReaderContext).
CustomScoreQuery(Query) - Constructor for class org.apache.lucene.queries.CustomScoreQuery
Create a CustomScoreQuery over input subQuery.
CustomScoreQuery(Query, FunctionQuery) - Constructor for class org.apache.lucene.queries.CustomScoreQuery
Create a CustomScoreQuery over input subQuery and a FunctionQuery.
CustomScoreQuery(Query, FunctionQuery...) - Constructor for class org.apache.lucene.queries.CustomScoreQuery
Create a CustomScoreQuery over input subQuery and a FunctionQuery.

D

DEFAULT_BOOST - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Boost terms in query based on score.
DEFAULT_FIELD_NAMES - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Default field names.
DEFAULT_MAX_DOC_FREQ - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words which occur in more than this many docs.
DEFAULT_MAX_NUM_TOKENS_PARSED - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
DEFAULT_MAX_QUERY_TERMS - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a Query with no more than this many terms.
DEFAULT_MAX_WORD_LENGTH - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words greater than this length or if 0 then this has no effect.
DEFAULT_MIN_DOC_FREQ - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words which do not occur in at least this many docs.
DEFAULT_MIN_TERM_FREQ - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore terms with less than this frequency in the source doc.
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words less than this length or if 0 then this has no effect.
DEFAULT_STOP_WORDS - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Default set of stopwords.
defaultVal - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
DefFunction - Class in org.apache.lucene.queries.function.valuesource
ValueSource implementation which only returns the values from the provided ValueSources which are available for a particular docId.
DefFunction(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.DefFunction
 
describeParams() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Describe the parameters that control how the "more like this" query is formed.
description() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
description() - Method in class org.apache.lucene.queries.function.ValueSource
description of field, used in explain()
description() - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
description(String, List<ValueSource>) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
dimension() - Method in class org.apache.lucene.queries.function.valuesource.MultiValueSource
 
dimension() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
disableCoord - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
DivFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Function to divide "a" by "b"
DivFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.DivFloatFunction
 
DocFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
DocFreqValueSource returns the number of documents containing the term.
DocFreqValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
docID() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
docID() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
docScore(int, String, int, float) - Method in class org.apache.lucene.queries.payloads.AveragePayloadFunction
 
docScore(int, String, int, float) - Method in class org.apache.lucene.queries.payloads.MaxPayloadFunction
 
docScore(int, String, int, float) - Method in class org.apache.lucene.queries.payloads.MinPayloadFunction
 
docScore(int, String, int, float) - Method in class org.apache.lucene.queries.payloads.PayloadFunction
Calculate the final score for all the payloads seen so far for this doc/field
DocTermsIndexDocValues - Class in org.apache.lucene.queries.function.docvalues
Serves as base class for FunctionValues based on DocTermsIndex.
DocTermsIndexDocValues(ValueSource, LeafReaderContext, String) - Constructor for class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
DocTermsIndexDocValues(ValueSource, SortedDocValues) - Constructor for class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
DocTermsIndexDocValues.DocTermsIndexException - Exception in org.apache.lucene.queries.function.docvalues
Custom Exception to be thrown when the DocTermsIndex for a field cannot be generated
DocTermsIndexException(String, RuntimeException) - Constructor for exception org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues.DocTermsIndexException
 
DoubleConstValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns a constant double value for every document.
DoubleConstValueSource(double) - Constructor for class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
DoubleDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving double values.
DoubleDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
DoubleFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains double field values from LeafReader.getNumericDocValues(java.lang.String) and makes those values available as other numeric types, casting as needed.
DoubleFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
doubleVal(int, double[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
DualFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract ValueSource implementation which wraps two ValueSources and applies an extendible float function to their values.
DualFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 

E

EnumFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains int field values from LeafReader.getNumericDocValues(java.lang.String) and makes those values available as other numeric types, casting as needed.
EnumFieldSource(String, Map<Integer, String>, Map<String, Integer>) - Constructor for class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.BoostingQuery
 
equals(Object) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
equals(Object) - Method in class org.apache.lucene.queries.CustomScoreQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.queries.FilterClause
 
equals(Object) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
equals(Object) - Method in class org.apache.lucene.queries.function.FunctionQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.queries.function.FunctionRangeQuery
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.ValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.AveragePayloadFunction
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.MaxPayloadFunction
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.MinPayloadFunction
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.PayloadFunction
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.PayloadScoreQuery
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.PayloadTermQuery
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.SpanNearPayloadCheckQuery
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
equals(Object) - Method in class org.apache.lucene.queries.TermsFilter
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.TermsQuery
 
exists(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
exists(int) - Method in class org.apache.lucene.queries.function.FunctionValues
Returns true if there is a value for this document
exists(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
True if any of the specified values FunctionValues.exists(int) for the specified doc, else false.
exists(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MinFloatFunction
True if any of the specified values FunctionValues.exists(int) for the specified doc, else false.
exists(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
Called by FunctionValues.exists(int) for each document.
explain(int) - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
explain(LeafReaderContext, int) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
explain(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
explain(int, String, int, float) - Method in class org.apache.lucene.queries.payloads.PayloadFunction
 
externalToLong(String) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
externalToLong(String) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
extractTermContexts(Map<Term, TermContext>) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.SpanPayloadCheckWeight
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.SpanPayloadCheckWeight
 

F

field - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
FieldCacheSource - Class in org.apache.lucene.queries.function.valuesource
A base class for ValueSource implementations that retrieve values for a single field from DocValues.
FieldCacheSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
fieldName - Variable in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
fillValue(int) - Method in class org.apache.lucene.queries.function.FunctionValues.ValueFiller
MutableValue will be reused across calls.
FilterClause - Class in org.apache.lucene.queries
A Filter that wrapped with an indication of how that filter is used when composed with another filter.
FilterClause(Filter, BooleanClause.Occur) - Constructor for class org.apache.lucene.queries.FilterClause
Create a new FilterClause
FloatDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving float values.
FloatDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
FloatFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains float field values from LeafReader.getNumericDocValues(java.lang.String) and makes those values available as other numeric types, casting as needed.
FloatFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
floatVal(int, float[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
freq() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
freq() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
func(int, FunctionValues, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.DivFloatFunction
 
func(int, FunctionValues, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
func(int, FunctionValues, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.PowFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.ProductFloatFunction
 
func(int, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
func(int, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.SumFloatFunction
 
function - Variable in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
function - Variable in class org.apache.lucene.queries.payloads.PayloadTermQuery
Deprecated.
 
FunctionQuery - Class in org.apache.lucene.queries.function
Returns a score for each document based on a ValueSource, often some function of the value of a field.
FunctionQuery(ValueSource) - Constructor for class org.apache.lucene.queries.function.FunctionQuery
 
FunctionQuery.AllScorer - Class in org.apache.lucene.queries.function
 
FunctionQuery.FunctionWeight - Class in org.apache.lucene.queries.function
 
FunctionRangeQuery - Class in org.apache.lucene.queries.function
A Query wrapping a ValueSource that matches docs in which the values in the value source match a configured range.
FunctionRangeQuery(ValueSource, Number, Number, boolean, boolean) - Constructor for class org.apache.lucene.queries.function.FunctionRangeQuery
 
FunctionRangeQuery(ValueSource, String, String, boolean, boolean) - Constructor for class org.apache.lucene.queries.function.FunctionRangeQuery
 
FunctionValues - Class in org.apache.lucene.queries.function
Represents field values as different types.
FunctionValues() - Constructor for class org.apache.lucene.queries.function.FunctionValues
 
FunctionValues.ValueFiller - Class in org.apache.lucene.queries.function
Abstraction of the logic required to fill the value of a specified doc into a reusable MutableValue.
FunctionWeight(IndexSearcher) - Constructor for class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 

G

getAnalyzer() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns an analyzer that will be used to parse source doc with.
getAnalyzer() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getBool() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getBool() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getBool() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getBoostFactor() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the boost factor used when boosting terms
getChildResources() - Method in class org.apache.lucene.queries.TermsFilter
Deprecated.
 
getChildResources() - Method in class org.apache.lucene.queries.TermsQuery
 
getCustomScoreProvider(LeafReaderContext) - Method in class org.apache.lucene.queries.CustomScoreQuery
Returns a CustomScoreProvider that calculates the custom scores for the given IndexReader.
getDefaultValue() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getDocIdSet(LeafReaderContext, Bits) - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
Returns the a DocIdSetIterator representing the Boolean composition of the filters that have been added.
getDocIdSet(LeafReaderContext, Bits) - Method in class org.apache.lucene.queries.TermsFilter
Deprecated.
 
getDouble() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getDouble() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getDouble() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getField() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
getField() - Method in class org.apache.lucene.queries.payloads.PayloadScoreQuery
 
getField() - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
getFieldNames() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the field names that will be used when generating the 'More Like This' query.
getFilter() - Method in class org.apache.lucene.queries.FilterClause
Returns this FilterClause's filter
getFloat() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getFloat() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getFloat() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getHighFreqMinimumNumberShouldMatch() - Method in class org.apache.lucene.queries.CommonTermsQuery
Gets the minimum number of the optional high frequent BooleanClauses which must be satisfied.
getInt() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getInt() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getInt() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getLikeText() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getLong() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getLong() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getLong() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getLowFreqMinimumNumberShouldMatch() - Method in class org.apache.lucene.queries.CommonTermsQuery
Gets the minimum number of the optional low frequent BooleanClauses which must be satisfied.
getMaxDocFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the maximum frequency in which words may still appear.
getMaxNumTokensParsed() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
getMaxQueryTerms() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the maximum number of query terms that will be included in any generated query.
getMaxQueryTerms() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMaxWordLen() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the maximum word length above which words will be ignored.
getMinDocFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the frequency at which words will be ignored which do not occur in at least this many docs.
getMinDocFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMinTermFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the frequency below which terms will be ignored in the source doc.
getMinTermFrequency() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMinWordLen() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the minimum word length below which words will be ignored.
getMoreLikeFields() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getNumber() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getNumber() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getNumber() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getOccur() - Method in class org.apache.lucene.queries.FilterClause
Returns this FilterClause's occur parameter
getPercentTermsToMatch() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getQuery() - Method in class org.apache.lucene.queries.function.BoostedQuery
 
getQuery() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.FunctionValues
Yields a Scorer that matches documents with values between the specified range, and that which produces scores equal to FunctionValues.floatVal(int).
getScorer(IndexReader) - Method in class org.apache.lucene.queries.function.FunctionValues
Yields a Scorer that matches all documents, and that which produces scores equal to FunctionValues.floatVal(int).
getScoringQueries() - Method in class org.apache.lucene.queries.CustomScoreQuery
The scoring queries that only affect the score of CustomScoreQuery.
getSimilarity() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
getSortField(boolean) - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
getSortField(boolean) - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
getSortField(boolean) - Method in class org.apache.lucene.queries.function.ValueSource
EXPERIMENTAL: This method is subject to change.
getSortField(boolean) - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
getSortField(boolean) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
getSortField(boolean) - Method in class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
getSources() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
getSpans(LeafReaderContext, SpanWeight.Postings) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.SpanPayloadCheckWeight
 
getStopWords() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Get the current stop words being used.
getStopWords() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getSubQuery() - Method in class org.apache.lucene.queries.CustomScoreQuery
The sub-query that CustomScoreQuery wraps, affecting both the score and which documents match.
getValue() - Method in class org.apache.lucene.queries.function.FunctionValues.ValueFiller
MutableValue will be reused across calls
getValue() - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
returns the literal value
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.FunctionValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
getValueForNormalization() - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.BytesRefFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DefFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.ValueSource
Gets the values for this reader and the context that was previously passed to createWeight()
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TFValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
getValues(Map, LeafReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
getValueSource() - Method in class org.apache.lucene.queries.function.BoostedQuery
 
getValueSource() - Method in class org.apache.lucene.queries.function.FunctionQuery
 

H

hash - Static variable in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
hashCode() - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.BoostingQuery
 
hashCode() - Method in class org.apache.lucene.queries.CommonTermsQuery
 
hashCode() - Method in class org.apache.lucene.queries.CustomScoreQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.queries.FilterClause
 
hashCode() - Method in class org.apache.lucene.queries.function.BoostedQuery
 
hashCode() - Method in class org.apache.lucene.queries.function.FunctionQuery
 
hashCode() - Method in class org.apache.lucene.queries.function.FunctionRangeQuery
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.ValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
hashCode() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
hashCode() - Method in class org.apache.lucene.queries.payloads.AveragePayloadFunction
 
hashCode() - Method in class org.apache.lucene.queries.payloads.MaxPayloadFunction
 
hashCode() - Method in class org.apache.lucene.queries.payloads.MinPayloadFunction
 
hashCode() - Method in class org.apache.lucene.queries.payloads.PayloadFunction
 
hashCode() - Method in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.payloads.PayloadScoreQuery
 
hashCode() - Method in class org.apache.lucene.queries.payloads.PayloadTermQuery
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.payloads.SpanNearPayloadCheckQuery
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
hashCode() - Method in class org.apache.lucene.queries.TermsFilter
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.TermsQuery
 
highFreqBoost - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
highFreqMinNrShouldMatch - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
highFreqOccur - Variable in class org.apache.lucene.queries.CommonTermsQuery
 

I

IDFValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns #idf(long, long) for every document.
IDFValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
IfFunction - Class in org.apache.lucene.queries.function.valuesource
Depending on the boolean value of the ifSource function, returns the value of the trueSource or falseSource function.
IfFunction(ValueSource, ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.IfFunction
 
indexedBytes - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
indexedBytes - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
indexedField - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
indexedField - Variable in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
indexedField - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
IntDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving int values.
IntDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.IntDocValues
 
intercept - Variable in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
IntFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains int field values from LeafReader.getNumericDocValues(java.lang.String) and makes those values available as other numeric types, casting as needed.
IntFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
intVal(int, int[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
isBoost() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns whether to boost terms in query based on "score" or not.
isCoordDisabled() - Method in class org.apache.lucene.queries.CommonTermsQuery
Returns true iff Similarity.coord(int,int) is disabled in scoring for the high and low frequency query instance.
isStrict() - Method in class org.apache.lucene.queries.CustomScoreQuery
Checks if this is strict custom scoring.
iterator() - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
Returns an iterator on the clauses in this query.
iterator() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
iterator() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 

J

JoinDocFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
Use a field value and find the Document Frequency within another field.
JoinDocFreqValueSource(String, String) - Constructor for class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 

L

like(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a query that will return docs like the passed lucene document ID.
like(Map<String, Collection<Object>>) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
like(String, Reader...) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a query that will return docs like the passed Readers.
LinearFloatFunction - Class in org.apache.lucene.queries.function.valuesource
LinearFloatFunction implements a linear function over another ValueSource.
LinearFloatFunction(ValueSource, float, float) - Constructor for class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
LiteralValueSource - Class in org.apache.lucene.queries.function.valuesource
Pass a the field value through as a String, no matter the type // Q: doesn't this mean it's a "string"?
LiteralValueSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
LongDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving long values.
LongDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.LongDocValues
 
LongFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains long field values from LeafReader.getNumericDocValues(java.lang.String) and makes those values available as other numeric types, casting as needed.
LongFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
longToObject(long) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
longToString(long) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
longVal(int, long[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
lowFreqBoost - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
lowFreqMinNrShouldMatch - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
lowFreqOccur - Variable in class org.apache.lucene.queries.CommonTermsQuery
 

M

m - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
match - Variable in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
matches(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
Override to decide if this document matches.
max - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
max - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
MaxDocValueSource - Class in org.apache.lucene.queries.function.valuesource
Returns the value of IndexReader.maxDoc() for every document.
MaxDocValueSource() - Constructor for class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
MaxFloatFunction - Class in org.apache.lucene.queries.function.valuesource
MaxFloatFunction returns the max of its components.
MaxFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
MaxPayloadFunction - Class in org.apache.lucene.queries.payloads
Returns the maximum payload score seen, else 1 if there are no payloads on the doc.
MaxPayloadFunction() - Constructor for class org.apache.lucene.queries.payloads.MaxPayloadFunction
 
maxTermFrequency - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
min - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
min - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
MinFloatFunction - Class in org.apache.lucene.queries.function.valuesource
MinFloatFunction returns the min of its components.
MinFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
MinPayloadFunction - Class in org.apache.lucene.queries.payloads
Calculates the minimum payload seen
MinPayloadFunction() - Constructor for class org.apache.lucene.queries.payloads.MinPayloadFunction
 
MoreLikeThis - Class in org.apache.lucene.queries.mlt
Generate "more like this" similarity queries.
MoreLikeThis(IndexReader) - Constructor for class org.apache.lucene.queries.mlt.MoreLikeThis
Constructor requiring an IndexReader.
MoreLikeThis(IndexReader, TFIDFSimilarity) - Constructor for class org.apache.lucene.queries.mlt.MoreLikeThis
 
MoreLikeThisQuery - Class in org.apache.lucene.queries.mlt
A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg in custom QueryParser extensions.
MoreLikeThisQuery(String, String[], Analyzer, String) - Constructor for class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
MultiBoolFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract ValueSource implementation which wraps multiple ValueSources and applies an extendible boolean function to their values.
MultiBoolFunction(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
MultiFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract ValueSource implementation which wraps multiple ValueSources and applies an extendible float function to their values.
MultiFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
MultiFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract parent class for ValueSource implementations that wrap multiple ValueSources and apply their own logic.
MultiFunction(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFunction
 
MultiFunction.Values - Class in org.apache.lucene.queries.function.valuesource
 
MultiValueSource - Class in org.apache.lucene.queries.function.valuesource
A ValueSource that abstractly represents ValueSources for poly fields, and other things.
MultiValueSource() - Constructor for class org.apache.lucene.queries.function.valuesource.MultiValueSource
 

N

name() - Method in class org.apache.lucene.queries.CustomScoreQuery
A short name of this query, used in CustomScoreQuery.toString(String).
name() - Method in class org.apache.lucene.queries.function.valuesource.DefFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.DivFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
NAME - Static variable in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.PowFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.ProductFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SumFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.TFValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
newContext(IndexSearcher) - Static method in class org.apache.lucene.queries.function.ValueSource
Returns a new non-threadsafe context map.
newMutableValueLong() - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
newTermQuery(Term, TermContext) - Method in class org.apache.lucene.queries.CommonTermsQuery
Builds a new TermQuery instance.
normalize(float, float) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
NormValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns TFIDFSimilarity.decodeNormValue(long) for every document.
NormValueSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.NormValueSource
 
NumDocsValueSource - Class in org.apache.lucene.queries.function.valuesource
Returns the value of IndexReader.numDocs() for every document.
NumDocsValueSource() - Constructor for class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
numOrd() - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
numOrd() - Method in class org.apache.lucene.queries.function.FunctionValues
 

O

objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
Native Java Object representation of the value
ordVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
ordVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
org.apache.lucene.queries - package org.apache.lucene.queries
Filters and Queries that add to core Lucene.
org.apache.lucene.queries.function - package org.apache.lucene.queries.function
Queries that compute score based upon a function.
org.apache.lucene.queries.function.docvalues - package org.apache.lucene.queries.function.docvalues
FunctionValues for different data types.
org.apache.lucene.queries.function.valuesource - package org.apache.lucene.queries.function.valuesource
A variety of functions to use with FunctionQuery.
org.apache.lucene.queries.mlt - package org.apache.lucene.queries.mlt
Document similarity query generators.
org.apache.lucene.queries.payloads - package org.apache.lucene.queries.payloads
The payloads package provides Query mechanisms for finding and using payloads.

P

PayloadFunction - Class in org.apache.lucene.queries.payloads
An abstract class that defines a way for PayloadScoreQuery instances to transform the cumulative effects of payload scores for a document.
PayloadFunction() - Constructor for class org.apache.lucene.queries.payloads.PayloadFunction
 
PayloadNearQuery - Class in org.apache.lucene.queries.payloads
Deprecated.
PayloadNearQuery(SpanQuery[], int, boolean) - Constructor for class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
PayloadNearQuery(SpanQuery[], int, boolean, PayloadFunction) - Constructor for class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
PayloadScoreQuery - Class in org.apache.lucene.queries.payloads
A Query class that uses a PayloadFunction to modify the score of a wrapped SpanQuery NOTE: In order to take advantage of this with the default scoring implementation (DefaultSimilarity), you must override ClassicSimilarity.scorePayload(int, int, int, BytesRef), which returns 1 by default.
PayloadScoreQuery(SpanQuery, PayloadFunction, boolean) - Constructor for class org.apache.lucene.queries.payloads.PayloadScoreQuery
Creates a new PayloadScoreQuery
PayloadScoreQuery(SpanQuery, PayloadFunction) - Constructor for class org.apache.lucene.queries.payloads.PayloadScoreQuery
Creates a new PayloadScoreQuery that includes the underlying span scores
PayloadTermQuery - Class in org.apache.lucene.queries.payloads
Deprecated.
PayloadTermQuery(Term, PayloadFunction) - Constructor for class org.apache.lucene.queries.payloads.PayloadTermQuery
Deprecated.
 
PayloadTermQuery(Term, PayloadFunction, boolean) - Constructor for class org.apache.lucene.queries.payloads.PayloadTermQuery
Deprecated.
 
payloadToMatch - Variable in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
PowFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Function to raise the base "a" to the power "b"
PowFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.PowFloatFunction
 
ProductFloatFunction - Class in org.apache.lucene.queries.function.valuesource
ProductFloatFunction returns the product of its components.
ProductFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.ProductFloatFunction
 

Q

qfield - Variable in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
queryNorm - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
QueryValueSource - Class in org.apache.lucene.queries.function.valuesource
QueryValueSource returns the relevance score of the query
QueryValueSource(Query, float) - Constructor for class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
queryWeight - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 

R

ramBytesUsed() - Method in class org.apache.lucene.queries.TermsFilter
Deprecated.
 
ramBytesUsed() - Method in class org.apache.lucene.queries.TermsQuery
 
RangeMapFloatFunction - Class in org.apache.lucene.queries.function.valuesource
RangeMapFloatFunction implements a map function over another ValueSource whose values fall within min and max inclusive to target.
RangeMapFloatFunction(ValueSource, float, float, float, Float) - Constructor for class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
RangeMapFloatFunction(ValueSource, float, float, ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
ReciprocalFloatFunction - Class in org.apache.lucene.queries.function.valuesource
ReciprocalFloatFunction implements a reciprocal function f(x) = a/(mx+b), based on the float value of a field or function as exported by ValueSource.
ReciprocalFloatFunction(ValueSource, float, float, float) - Constructor for class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
f(source) = a/(m*float(source)+b)
retrieveInterestingTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
retrieveInterestingTerms(Reader, String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Convenience routine to make it easy to return the most interesting words in a document.
rewrite(IndexReader) - Method in class org.apache.lucene.queries.BoostingQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.TermsQuery
 

S

ScaleFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Scales values to be between min and max.
ScaleFloatFunction(ValueSource, float, float) - Constructor for class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
score() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
score() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
scorer(LeafReaderContext) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
scorer(LeafReaderContext) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.SpanPayloadCheckWeight
 
searcher - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
selector - Variable in class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the analyzer to use.
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setBoost(boolean) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets whether to boost terms in query based on "score" or not.
setBoostFactor(float) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the boost factor to use when boosting terms
setFieldNames(String[]) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the field names that will be used when generating the 'More Like This' query.
setHighFreqMinimumNumberShouldMatch(float) - Method in class org.apache.lucene.queries.CommonTermsQuery
Specifies a minimum number of the high frequent optional BooleanClauses which must be satisfied in order to produce a match on the low frequency terms query part.
setLikeText(String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setLowFreqMinimumNumberShouldMatch(float) - Method in class org.apache.lucene.queries.CommonTermsQuery
Specifies a minimum number of the low frequent optional BooleanClauses which must be satisfied in order to produce a match on the low frequency terms query part.
setMaxDocFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Set the maximum frequency in which words may still appear.
setMaxDocFreqPct(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Set the maximum percentage in which words may still appear.
setMaxNumTokensParsed(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
setMaxQueryTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the maximum number of query terms that will be included in any generated query.
setMaxQueryTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMaxWordLen(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the maximum word length above which words will be ignored.
setMinDocFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the frequency at which words will be ignored which do not occur in at least this many docs.
setMinDocFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMinTermFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the frequency below which terms will be ignored in the source doc.
setMinTermFrequency(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMinWordLen(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the minimum word length below which words will be ignored.
setMoreLikeFields(String[]) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setPercentTermsToMatch(float) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setSimilarity(TFIDFSimilarity) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
setStopWords(Set<?>) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Set the set of stopwords.
setStopWords(Set<?>) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setStrict(boolean) - Method in class org.apache.lucene.queries.CustomScoreQuery
Set the strict mode of this query.
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
shortVal(int, short[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
SimpleBoolFunction - Class in org.apache.lucene.queries.function.valuesource
BoolFunction implementation which applies an extendible boolean function to the values of a single wrapped ValueSource.
SimpleBoolFunction(ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
SimpleFloatFunction - Class in org.apache.lucene.queries.function.valuesource
A simple float function with a single argument
SimpleFloatFunction(ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
SingleFunction - Class in org.apache.lucene.queries.function.valuesource
A function with a single argument
SingleFunction(ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.SingleFunction
 
slope - Variable in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
SortedSetFieldSource - Class in org.apache.lucene.queries.function.valuesource
Retrieves FunctionValues instances for multi-valued string based fields.
SortedSetFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
SortedSetFieldSource(String, SortedSetSelector.Type) - Constructor for class org.apache.lucene.queries.function.valuesource.SortedSetFieldSource
 
source - Variable in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
SpanNearPayloadCheckQuery - Class in org.apache.lucene.queries.payloads
Deprecated.
SpanNearPayloadCheckQuery(SpanNearQuery, List<BytesRef>) - Constructor for class org.apache.lucene.queries.payloads.SpanNearPayloadCheckQuery
Deprecated.
 
SpanPayloadCheckQuery - Class in org.apache.lucene.queries.payloads
Only return those matches that have a specific payload at the given position.
SpanPayloadCheckQuery(SpanQuery, List<BytesRef>) - Constructor for class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
SpanPayloadCheckQuery.SpanPayloadCheckWeight - Class in org.apache.lucene.queries.payloads
Weight that pulls its Spans using a PayloadSpanCollector
SpanPayloadCheckWeight(IndexSearcher, Map<Term, TermContext>, SpanWeight) - Constructor for class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.SpanPayloadCheckWeight
 
spareChars - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
StrDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving String values.
StrDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.StrDocValues
 
string - Variable in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
strVal(int, String[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
SumFloatFunction - Class in org.apache.lucene.queries.function.valuesource
SumFloatFunction returns the sum of its components.
SumFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.SumFloatFunction
 
SumTotalTermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
SumTotalTermFreqValueSource returns the number of tokens.
SumTotalTermFreqValueSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 

T

target - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
TermFilter - Class in org.apache.lucene.queries
Deprecated.
Use QueryWrapperFilter(TermQuery) instead.
TermFilter(Term) - Constructor for class org.apache.lucene.queries.TermFilter
Deprecated.
Create a new TermFilter
TermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns PostingsEnum.freq() for the supplied term in every document.
TermFreqValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
terms - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
TermsFilter - Class in org.apache.lucene.queries
Deprecated.
Use a QueryWrapperFilter over a TermsQuery instead
TermsFilter(List<Term>) - Constructor for class org.apache.lucene.queries.TermsFilter
Deprecated.
Creates a new TermsFilter from the given list.
TermsFilter(String, List<BytesRef>) - Constructor for class org.apache.lucene.queries.TermsFilter
Deprecated.
Creates a new TermsFilter from the given BytesRef list for a single field.
TermsFilter(String, BytesRef...) - Constructor for class org.apache.lucene.queries.TermsFilter
Deprecated.
Creates a new TermsFilter from the given BytesRef array for a single field.
TermsFilter(Term...) - Constructor for class org.apache.lucene.queries.TermsFilter
Deprecated.
Creates a new TermsFilter from the given array.
termsIndex - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
TermsQuery - Class in org.apache.lucene.queries
Specialization for a disjunction over many terms that behaves like a ConstantScoreQuery over a BooleanQuery containing only BooleanClause.Occur.SHOULD clauses.
TermsQuery(Collection<Term>) - Constructor for class org.apache.lucene.queries.TermsQuery
Creates a new TermsQuery from the given collection.
TermsQuery(String, Collection<BytesRef>) - Constructor for class org.apache.lucene.queries.TermsQuery
Creates a new TermsQuery from the given collection for a single field.
TermsQuery(String, BytesRef...) - Constructor for class org.apache.lucene.queries.TermsQuery
Creates a new TermsQuery from the given BytesRef array for a single field.
TermsQuery(Term...) - Constructor for class org.apache.lucene.queries.TermsQuery
Creates a new TermsQuery from the given array.
TFValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns TFIDFSimilarity.tf(float) for every document.
TFValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.TFValueSource
 
toString(String) - Method in class org.apache.lucene.queries.BooleanFilter
Deprecated.
Prints a user-readable version of this Filter.
toString(String) - Method in class org.apache.lucene.queries.BoostingQuery
 
toString(String) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
toString(String) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
toString(String) - Method in class org.apache.lucene.queries.FilterClause
 
toString() - Method in class org.apache.lucene.queries.FilterClause
 
toString(String) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
toString(String) - Method in class org.apache.lucene.queries.function.FunctionQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.queries.function.FunctionRangeQuery
 
toString(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
toString(String, FunctionValues[], int) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
toString(int) - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
toString() - Method in class org.apache.lucene.queries.function.ValueSource
 
toString(String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
toString(String) - Method in class org.apache.lucene.queries.payloads.PayloadNearQuery
Deprecated.
 
toString(String) - Method in class org.apache.lucene.queries.payloads.PayloadScoreQuery
 
toString(String) - Method in class org.apache.lucene.queries.payloads.SpanNearPayloadCheckQuery
Deprecated.
 
toString(String) - Method in class org.apache.lucene.queries.payloads.SpanPayloadCheckQuery
 
toString(String) - Method in class org.apache.lucene.queries.TermFilter
Deprecated.
 
toString(String) - Method in class org.apache.lucene.queries.TermsFilter
Deprecated.
 
toString(String) - Method in class org.apache.lucene.queries.TermsQuery
 
TotalTermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
TotalTermFreqValueSource returns the total term freq (sum of term freqs across all documents).
TotalTermFreqValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
toTerm(String) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
twoPhaseIterator() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 

V

val - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
val - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
val - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
valsArr(List<ValueSource>, Map, LeafReaderContext) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
ValueFiller() - Constructor for class org.apache.lucene.queries.function.FunctionValues.ValueFiller
 
Values(FunctionValues[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
values - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
ValueSource - Class in org.apache.lucene.queries.function
Instantiates FunctionValues for a particular reader.
ValueSource() - Constructor for class org.apache.lucene.queries.function.ValueSource
 
ValueSourceScorer - Class in org.apache.lucene.queries.function
Scorer which returns the result of FunctionValues.floatVal(int) as the score for a document, and which filters out documents that don't match ValueSourceScorer.matches(int).
ValueSourceScorer(IndexReader, FunctionValues) - Constructor for class org.apache.lucene.queries.function.ValueSourceScorer
 
VectorValueSource - Class in org.apache.lucene.queries.function.valuesource
Converts individual ValueSource instances to leverage the FunctionValues *Val functions that work with multiple values, i.e.
VectorValueSource(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
A B C D E F G H I J L M N O P Q R S T V 
Skip navigation links
Lucene Queries 5.5.5.redhat-2

Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.