Uses of Class
org.apache.lucene.search.LongValuesSource
Packages that use LongValuesSource
Package
Description
Queries that compute score based upon a function.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Grouping.
Support for Autocomplete/Autosuggest
-
Uses of LongValuesSource in org.apache.lucene.queries.function
Subclasses of LongValuesSource in org.apache.lucene.queries.functionModifier and TypeClassDescriptionprivate static classprivate static classprivate static classFields in org.apache.lucene.queries.function declared as LongValuesSourceModifier and TypeFieldDescription(package private) final LongValuesSourceIndexReaderFunctions.NoCacheConstantLongValuesSource.parentMethods in org.apache.lucene.queries.function that return LongValuesSourceModifier and TypeMethodDescriptionValueSource.asLongValuesSource()Expose this ValueSource as a LongValuesSourceIndexReaderFunctions.NoCacheConstantLongValuesSource.rewrite(IndexSearcher reader) IndexReaderFunctions.SumTotalTermFreqValuesSource.rewrite(IndexSearcher searcher) ValueSource.WrappedLongValuesSource.rewrite(IndexSearcher searcher) static LongValuesSourceIndexReaderFunctions.sumTotalTermFreq(String field) Creates a constant value source returning the sumTotalTermFreq for a fieldConstructors in org.apache.lucene.queries.function with parameters of type LongValuesSourceModifierConstructorDescriptionprivateNoCacheConstantLongValuesSource(long value, LongValuesSource parent) -
Uses of LongValuesSource in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as LongValuesSourceModifier and TypeFieldDescriptionprivate final LongValuesSourceCoveringQuery.CoveringWeight.minimumNumberMatchprivate final LongValuesSourceCoveringQuery.minimumNumberMatchConstructors in org.apache.lucene.sandbox.search with parameters of type LongValuesSourceModifierConstructorDescriptionCoveringQuery(Collection<Query> queries, LongValuesSource minimumNumberMatch) Sole constructor.(package private)CoveringWeight(Query query, Collection<Weight> weights, LongValuesSource minimumNumberMatch) -
Uses of LongValuesSource in org.apache.lucene.search
Subclasses of LongValuesSource in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static classstatic classA ConstantLongValuesSource that always returns a constant valueprivate static classFields in org.apache.lucene.search declared as LongValuesSourceModifier and TypeFieldDescriptionprivate final LongValuesSourceLongValuesSource.DoubleLongValuesSource.innerprivate final LongValuesSourceLongValuesSource.LongValuesComparatorSource.producer(package private) final LongValuesSourceLongValuesSource.LongValuesSortField.producerMethods in org.apache.lucene.search that return LongValuesSourceModifier and TypeMethodDescriptionstatic LongValuesSourceLongValuesSource.constant(long value) Creates a LongValuesSource that always returns a constant valuestatic LongValuesSourceLongValuesSource.fromIntField(String field) Creates a LongValuesSource that wraps an int-valued fieldstatic LongValuesSourceLongValuesSource.fromLongField(String field) Creates a LongValuesSource that wraps a long-valued fieldDoubleValuesSource.LongDoubleValuesSource.rewrite(IndexSearcher searcher) LongValuesSource.ConstantLongValuesSource.rewrite(IndexSearcher searcher) LongValuesSource.FieldValuesSource.rewrite(IndexSearcher searcher) abstract LongValuesSourceLongValuesSource.rewrite(IndexSearcher searcher) Return a LongValuesSource specialised for the given IndexSearcherfinal LongValuesSourceDoubleValuesSource.toLongValuesSource()Convert to a LongValuesSource by casting the double values to longsConstructors in org.apache.lucene.search with parameters of type LongValuesSourceModifierConstructorDescriptionprivateLongValuesComparatorSource(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 LongValuesSourceConstructors in org.apache.lucene.search.grouping with parameters of type LongValuesSourceModifierConstructorDescriptionLongRangeGroupSelector(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 LongValuesSourceModifier and TypeFieldDescriptionprivate final LongValuesSourceDocumentValueSourceDictionary.weightsValueSourceConstructors in org.apache.lucene.search.suggest with parameters of type LongValuesSourceModifierConstructorDescriptionDocumentValueSourceDictionary(IndexReader reader, 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, String field, LongValuesSource weightsValueSource, 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, String field, LongValuesSource weightsValueSource, String payload, 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.