Uses of Class
org.apache.lucene.search.LongValuesSource
-
Packages that use LongValuesSource Package Description org.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.search Code to search indices.org.apache.lucene.search.grouping Grouping.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest -
-
Uses of LongValuesSource in org.apache.lucene.queries.function
Subclasses of LongValuesSource in org.apache.lucene.queries.function Modifier and Type Class Description private static classIndexReaderFunctions.NoCacheConstantLongValuesSourceprivate static classIndexReaderFunctions.SumTotalTermFreqValuesSourceprivate static classValueSource.WrappedLongValuesSourceFields in org.apache.lucene.queries.function declared as LongValuesSource Modifier and Type Field Description (package private) LongValuesSourceIndexReaderFunctions.NoCacheConstantLongValuesSource. parentMethods in org.apache.lucene.queries.function that return LongValuesSource Modifier and Type Method Description LongValuesSourceValueSource. asLongValuesSource()Expose this ValueSource as a LongValuesSourceLongValuesSourceIndexReaderFunctions.NoCacheConstantLongValuesSource. rewrite(IndexSearcher reader)LongValuesSourceIndexReaderFunctions.SumTotalTermFreqValuesSource. rewrite(IndexSearcher searcher)LongValuesSourceValueSource.WrappedLongValuesSource. rewrite(IndexSearcher searcher)static LongValuesSourceIndexReaderFunctions. sumTotalTermFreq(java.lang.String field)Creates a constant value source returning the sumTotalTermFreq for a fieldConstructors in org.apache.lucene.queries.function with parameters of type LongValuesSource Constructor Description NoCacheConstantLongValuesSource(long value, LongValuesSource parent) -
Uses of LongValuesSource in org.apache.lucene.search
Subclasses of LongValuesSource in org.apache.lucene.search Modifier and Type Class Description private static classDoubleValuesSource.LongDoubleValuesSourceprivate static classLongValuesSource.ConstantLongValuesSourceprivate static classLongValuesSource.FieldValuesSourceFields in org.apache.lucene.search declared as LongValuesSource Modifier and Type Field Description private LongValuesSourceLongValuesSource.DoubleLongValuesSource. innerprivate LongValuesSourceCoveringQuery.CoveringWeight. minimumNumberMatchprivate LongValuesSourceCoveringQuery. minimumNumberMatchprivate LongValuesSourceLongValuesSource.LongValuesComparatorSource. producer(package private) LongValuesSourceLongValuesSource.LongValuesSortField. producerMethods in org.apache.lucene.search that return LongValuesSource Modifier and Type Method Description static LongValuesSourceLongValuesSource. constant(long value)Creates a LongValuesSource that always returns a constant valuestatic LongValuesSourceLongValuesSource. fromIntField(java.lang.String field)Creates a LongValuesSource that wraps an int-valued fieldstatic LongValuesSourceLongValuesSource. fromLongField(java.lang.String field)Creates a LongValuesSource that wraps a long-valued fieldLongValuesSourceDoubleValuesSource.LongDoubleValuesSource. rewrite(IndexSearcher searcher)LongValuesSourceLongValuesSource.ConstantLongValuesSource. rewrite(IndexSearcher searcher)LongValuesSourceLongValuesSource.FieldValuesSource. rewrite(IndexSearcher searcher)abstract LongValuesSourceLongValuesSource. rewrite(IndexSearcher searcher)Return a LongValuesSource specialised for the given IndexSearcher Implementations should assume that this will only be called once.LongValuesSourceDoubleValuesSource. toLongValuesSource()Convert to a LongValuesSource by casting the double values to longsConstructors in org.apache.lucene.search with parameters of type LongValuesSource Constructor Description CoveringQuery(java.util.Collection<Query> queries, LongValuesSource minimumNumberMatch)Sole constructor.CoveringWeight(Query query, java.util.Collection<Weight> weights, LongValuesSource minimumNumberMatch)DoubleLongValuesSource(LongValuesSource inner)LongValuesComparatorSource(LongValuesSource producer)LongValuesSortField(LongValuesSource producer, boolean reverse) -
Uses of LongValuesSource in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as LongValuesSource Modifier and Type Field Description private LongValuesSourceLongRangeGroupSelector. sourceConstructors in org.apache.lucene.search.grouping with parameters of type LongValuesSource Constructor Description LongRangeGroupSelector(LongValuesSource source, LongRangeFactory rangeFactory)Creates a new LongRangeGroupSelector -
Uses of LongValuesSource in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as LongValuesSource Modifier and Type Field Description private LongValuesSourceDocumentValueSourceDictionary. weightsValueSourceConstructors in org.apache.lucene.search.suggest with parameters of type LongValuesSource Constructor Description DocumentValueSourceDictionary(IndexReader reader, java.lang.String field, LongValuesSource weightsValueSource)Creates a new dictionary with the contents of the fields namedfieldfor the terms and uses theweightsValueSourcesupplied to determine the score.DocumentValueSourceDictionary(IndexReader reader, java.lang.String field, LongValuesSource weightsValueSource, java.lang.String payload)Creates a new dictionary with the contents of the fields namedfieldfor the terms,payloadFieldfor the corresponding payloads and uses theweightsValueSourcesupplied to determine the score.DocumentValueSourceDictionary(IndexReader reader, java.lang.String field, LongValuesSource weightsValueSource, java.lang.String payload, java.lang.String contexts)Creates a new dictionary with the contents of the fields namedfieldfor the terms,payloadfor the corresponding payloads,contextsfor the associated contexts and uses theweightsValueSourcesupplied to determine the score.
-