A B C D E F G H I J L M N O P Q R S T V X 

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
Adds a new FilterClause to the Boolean Filter container
add(Filter, BooleanClause.Occur) - Method in class org.apache.lucene.queries.BooleanFilter
 
add(Term) - Method in class org.apache.lucene.queries.CommonTermsQuery
Adds a term to the CommonTermsQuery
advance(int) - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
advance(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
AND - Static variable in class org.apache.lucene.queries.ChainedFilter
 
ANDNOT - Static variable in class org.apache.lucene.queries.ChainedFilter
 

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
A container Filter that allows Boolean composition of Filters.
BooleanFilter() - Constructor for class org.apache.lucene.queries.BooleanFilter
 
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
 
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
 
ByteFieldSource - Class in org.apache.lucene.queries.function.valuesource
Deprecated.
ByteFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
ByteFieldSource(String, FieldCache.ByteParser) - Constructor for class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
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, BytesRef) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
bytesVal(int, BytesRef) - 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

cache - Variable in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
calcLowFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
ChainedFilter - Class in org.apache.lucene.queries
Allows multiple Filters to be chained.
ChainedFilter(Filter[]) - Constructor for class org.apache.lucene.queries.ChainedFilter
Ctor.
ChainedFilter(Filter[], int[]) - Constructor for class org.apache.lucene.queries.ChainedFilter
Ctor.
ChainedFilter(Filter[], int) - Constructor for class org.apache.lucene.queries.ChainedFilter
Ctor.
checkDeletes - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
clauses() - Method in class org.apache.lucene.queries.BooleanFilter
Returns the list of clauses
clone() - Method in class org.apache.lucene.queries.CustomScoreQuery
 
collectTermContext(IndexReader, List<AtomicReaderContext>, 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
 
cost() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
cost() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.queries.function.FunctionQuery
 
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
 
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.AtomicReaderContext), if you want to modify the custom score calculation of a CustomScoreQuery.
CustomScoreProvider(AtomicReaderContext) - 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.AtomicReaderContext).
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 - Static variable in class org.apache.lucene.queries.ChainedFilter
Logical operation when none is declared.
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.ByteFieldSource
Deprecated.
 
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.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.OrdFieldSource
 
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.ReverseOrdFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
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.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
 
DocTermsIndexDocValues - Class in org.apache.lucene.queries.function.docvalues
Serves as base class for FunctionValues based on DocTermsIndex.
DocTermsIndexDocValues(ValueSource, AtomicReaderContext, String) - 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
DocTermsIndexDocValues.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 float field values from the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
DoubleFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
DoubleFieldSource(String, FieldCache.DoubleParser) - 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

equals(Object) - Method in class org.apache.lucene.queries.BooleanFilter
 
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.valuesource.ByteFieldSource
Deprecated.
 
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
 
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.OrdFieldSource
 
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.ReverseOrdFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
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.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.TermsFilter
 
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
explain(int) - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
explain(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
externalToLong(String) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.function.FunctionQuery
 

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.OrdFieldSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
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 the FieldCache.
FieldCacheSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
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 the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
FloatFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
FloatFieldSource(String, FieldCache.FloatParser) - 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
 
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.AllScorer(AtomicReaderContext, Bits, FunctionQuery.FunctionWeight, float) - Constructor for class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
FunctionQuery.FunctionWeight - Class in org.apache.lucene.queries.function
 
FunctionQuery.FunctionWeight(IndexSearcher) - Constructor for class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
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.
FunctionValues.ValueFiller() - Constructor for class org.apache.lucene.queries.function.FunctionValues.ValueFiller
 

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
getCustomScoreProvider(AtomicReaderContext) - 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(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.BooleanFilter
Returns the a DocIdSetIterator representing the Boolean composition of the filters that have been added.
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.ChainedFilter
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.TermsFilter
 
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
 
getFieldCache() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
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
 
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
 
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
 
getMinimumNumberShouldMatch() - Method in class org.apache.lucene.queries.CommonTermsQuery
Gets the minimum number of the optional BooleanClauses which must be satisfied.
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.FunctionQuery.FunctionWeight
 
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.FunctionValues
 
getReader() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
getScorer(IndexReader) - Method in class org.apache.lucene.queries.function.FunctionValues
 
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
EXPERIMENTAL: This method is subject to change.
getSources() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
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, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.BytesRefFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DefFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
getValues(Map, AtomicReaderContext) - 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, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TFValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
getValues(Map, AtomicReaderContext) - 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
 
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
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
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.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.OrdFieldSource
 
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.ReverseOrdFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
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.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.TermsFilter
 
highFreqBoost - 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 the FieldCache using getInts() and makes those values available as other numeric types, casting as needed.
IntFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
IntFieldSource(String, FieldCache.IntParser) - 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
Returns an iterator on the clauses in this query.

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(Reader, String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a query that will return docs like the passed Reader.
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 float field values from the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
LongFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
LongFieldSource(String, FieldCache.LongParser) - 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
 
lowFreqOccur - Variable in class org.apache.lucene.queries.CommonTermsQuery
 

M

m - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
matches(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
matchesValue(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
max - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
max - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
maxDoc - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
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 it's components.
MaxFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
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 it's components.
MinFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
minNrShouldMatch - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
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
 
MultiFunction.Values(FunctionValues[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
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
 
nextDoc() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
nextDoc() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
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
OR - Static variable in class org.apache.lucene.queries.ChainedFilter
 
OrdFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains the ordinal of the field value from the default Lucene FieldCache using getStringIndex().
OrdFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
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.

P

parser - Variable in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
parser - Variable in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
parser - Variable in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
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 it's 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

RangeMapFloatFunction - Class in org.apache.lucene.queries.function.valuesource
LinearFloatFunction implements a linear function over another ValueSource.
RangeMapFloatFunction(ValueSource, float, float, float, Float) - Constructor for class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
reader - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
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.
retrieveTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Find words for a more-like-this query former.
retrieveTerms(Reader, String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Find words for a more-like-this query former.
ReverseOrdFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains the ordinal of the field value from the default Lucene FieldCache using getTermsIndex() and reverses the order.
ReverseOrdFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
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.function.FunctionQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 

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(AtomicReaderContext, boolean, boolean, Bits) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
searcher - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
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
setCheckDeletes(boolean) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
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.
setLikeText(String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
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
 
setMinimumNumberShouldMatch(float) - Method in class org.apache.lucene.queries.CommonTermsQuery
Specifies a minimum number of the optional BooleanClauses which must be satisfied in order to produce a match on the low frequency terms query part.
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.
ShortFieldSource - Class in org.apache.lucene.queries.function.valuesource
Deprecated.
ShortFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
ShortFieldSource(String, FieldCache.ShortParser) - Constructor for class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
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
 
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
 
spare - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
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 it's 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
 
TermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns DocsEnum.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
Constructs a filter for docs matching any of the terms added to this class.
TermsFilter(List<Term>) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given list.
TermsFilter(String, List<BytesRef>) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given BytesRef list for a single field.
TermsFilter(String, BytesRef...) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given BytesRef array for a single field.
TermsFilter(Term...) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given array.
termsIndex - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
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() - Method in class org.apache.lucene.queries.BooleanFilter
Prints a user-readable version of this Filter.
toString(String) - Method in class org.apache.lucene.queries.BoostingQuery
 
toString() - Method in class org.apache.lucene.queries.ChainedFilter
 
toString(String) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
toString(String) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
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(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() - Method in class org.apache.lucene.queries.TermsFilter
 
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
 

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, AtomicReaderContext) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
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.
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
 

X

XOR - Static variable in class org.apache.lucene.queries.ChainedFilter
 
A B C D E F G H I J L M N O P Q R S T V X 

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.