- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Obtains short field values from the
FieldCache
using
getShorts()
and makes those values available as other numeric types, casting as needed.
- ShortFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ShortFieldSource
-
- ShortFieldSource(String, FieldCache.ShortParser) - Constructor for class org.apache.lucene.queries.function.valuesource.ShortFieldSource
-
- 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
-