Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
org.apache.lucene.queries.function.docvalues |
FunctionValues for different data types.
|
org.apache.lucene.queries.function.valuesource |
A variety of functions to use with FunctionQuery.
|
org.apache.lucene.sandbox.queries |
Additional queries (some may have caveats or limitations)
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.grouping |
Grouping.
|
org.apache.lucene.search.grouping.function |
Support for grouping by
ValueSource . |
org.apache.lucene.search.grouping.term |
Support for grouping by indexed terms via
DocValues . |
org.apache.lucene.search.highlight |
Highlighting search terms.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
org.apache.lucene.spatial.bbox |
Bounding Box Spatial Strategy
|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy.
|
org.apache.lucene.spatial.util |
Various spatial utilities.
|
org.apache.lucene.spatial.vector |
Spatial strategy that uses two fields.
|
Modifier and Type | Field and Description |
---|---|
LeafReaderContext |
FacetsCollector.MatchingDocs.context
Context for this segment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FacetsCollector.doSetNextReader(LeafReaderContext context) |
Constructor and Description |
---|
MatchingDocs(LeafReaderContext context,
DocIdSet bits,
int totalHits,
float[] scores)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
OrdinalsReader.OrdinalsSegmentReader |
CachedOrdinalsReader.getReader(LeafReaderContext context) |
OrdinalsReader.OrdinalsSegmentReader |
DocValuesOrdinalsReader.getReader(LeafReaderContext context) |
abstract OrdinalsReader.OrdinalsSegmentReader |
OrdinalsReader.getReader(LeafReaderContext context)
Set current atomic reader.
|
FunctionValues |
TaxonomyFacetSumValueSource.ScoreValueSource.getValues(Map context,
LeafReaderContext readerContext) |
Modifier and Type | Method and Description |
---|---|
LeafReaderContext |
LeafReader.getContext() |
Modifier and Type | Method and Description |
---|---|
List<LeafReaderContext> |
LeafReaderContext.leaves() |
abstract List<LeafReaderContext> |
IndexReaderContext.leaves()
Returns the context's leaves if this context is a top-level context.
|
List<LeafReaderContext> |
IndexReader.leaves()
Returns the reader's leaves, or itself if this reader is atomic.
|
List<LeafReaderContext> |
CompositeReaderContext.leaves() |
Modifier and Type | Method and Description |
---|---|
static int |
ReaderUtil.subIndex(int n,
List<LeafReaderContext> leaves)
Returns index of the searcher/reader for document
n in the
array used to construct this searcher/reader. |
Modifier and Type | Field and Description |
---|---|
protected LeafReaderContext |
CustomScoreProvider.context |
Modifier and Type | Method and Description |
---|---|
protected CustomScoreProvider |
CustomScoreQuery.getCustomScoreProvider(LeafReaderContext context)
Returns a
CustomScoreProvider that calculates the custom scores
for the given IndexReader . |
DocIdSet |
BooleanFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
Returns the a DocIdSetIterator representing the Boolean composition
of the filters that have been added.
|
DocIdSet |
TermsFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonTermsQuery.collectTermContext(IndexReader reader,
List<LeafReaderContext> leaves,
TermContext[] contextArray,
Term[] queryTerms) |
Constructor and Description |
---|
CustomScoreProvider(LeafReaderContext context)
Creates a new instance of the provider class for the given
IndexReader . |
Modifier and Type | Method and Description |
---|---|
Explanation |
FunctionQuery.FunctionWeight.explain(LeafReaderContext context,
int doc) |
abstract FunctionValues |
ValueSource.getValues(Map context,
LeafReaderContext readerContext)
Gets the values for this reader and the context that was previously
passed to createWeight()
|
Scorer |
FunctionQuery.FunctionWeight.scorer(LeafReaderContext context) |
Constructor and Description |
---|
AllScorer(LeafReaderContext context,
FunctionQuery.FunctionWeight w,
float qWeight) |
Constructor and Description |
---|
DocTermsIndexDocValues(ValueSource vs,
LeafReaderContext context,
String field) |
Modifier and Type | Method and Description |
---|---|
FunctionValues |
LiteralValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
RangeMapFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
LinearFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
SimpleFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
NormValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
MultiFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
LongFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
TFValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
DoubleFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
NumDocsValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
FloatFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
SumTotalTermFreqValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
DocFreqValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
TotalTermFreqValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
ReciprocalFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
IDFValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
BytesRefFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
ScaleFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
TermFreqValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
MaxDocValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
DoubleConstValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
SortedSetFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
BoolDocValues |
SimpleBoolFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
ConstValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
IfFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
EnumFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
DefFunction.getValues(Map fcontext,
LeafReaderContext readerContext) |
FunctionValues |
JoinDocFreqValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
VectorValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
QueryValueSource.getValues(Map fcontext,
LeafReaderContext readerContext) |
BoolDocValues |
MultiBoolFunction.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
IntFieldSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
DualFloatFunction.getValues(Map context,
LeafReaderContext readerContext) |
static FunctionValues[] |
MultiFunction.valsArr(List<ValueSource> sources,
Map fcontext,
LeafReaderContext readerContext) |
Modifier and Type | Method and Description |
---|---|
DocIdSet |
DuplicateFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<LeafReaderContext> |
IndexSearcher.leafContexts |
Modifier and Type | Method and Description |
---|---|
BulkScorer |
Weight.bulkScorer(LeafReaderContext context)
Optional method, to return a
BulkScorer to
score the query and send hits to a Collector . |
protected void |
CheckHits.SetCollector.doSetNextReader(LeafReaderContext context) |
protected void |
CheckHits.ExplanationAsserter.doSetNextReader(LeafReaderContext context) |
protected void |
SimpleCollector.doSetNextReader(LeafReaderContext context)
This method is called before collecting
context . |
protected void |
FieldComparator.NumericComparator.doSetNextReader(LeafReaderContext context) |
protected abstract void |
SimpleFieldComparator.doSetNextReader(LeafReaderContext context)
This method is called before collecting
context . |
Explanation |
DisjunctionMaxQuery.DisjunctionMaxWeight.explain(LeafReaderContext context,
int doc)
Explain the score we computed for doc
|
abstract Explanation |
Weight.explain(LeafReaderContext context,
int doc)
An explanation of the score computation for the named document.
|
Explanation |
ConstantScoreWeight.explain(LeafReaderContext context,
int doc) |
protected BinaryDocValues |
FieldComparator.TermValComparator.getBinaryDocValues(LeafReaderContext context,
String field)
Retrieves the BinaryDocValues for the field in this segment
|
LeafFieldComparator[] |
FieldValueHitQueue.getComparators(LeafReaderContext context) |
abstract DocIdSet |
DocTermOrdsRangeFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
This method is implemented for each data type
|
DocIdSet |
DocValuesTermsFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
|
abstract DocIdSet |
DocValuesRangeFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
This method is implemented for each data type
|
DocIdSet |
QueryWrapperFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
DocIdSet |
FieldValueFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
|
abstract DocIdSet |
Filter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Creates a
DocIdSet enumerating the documents that should be
permitted in search results. |
DocIdSet |
MultiTermQueryWrapperFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
Returns a DocIdSet with documents that should be permitted in search
results.
|
DocIdSet |
CachingWrapperFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
|
protected Bits |
FieldComparator.TermValComparator.getDocsWithField(LeafReaderContext context,
String field)
Retrieves the set of documents that have a value in this segment
|
protected Bits |
FieldComparator.NumericComparator.getDocsWithValue(LeafReaderContext context,
String field)
Retrieves a
Bits instance representing documents that have a value in this segment. |
protected abstract NumericDocValues |
DiversifiedTopDocsCollector.getKeys(LeafReaderContext context)
Get a source of values used for grouping keys
|
LeafCollector |
DiversifiedTopDocsCollector.getLeafCollector(LeafReaderContext context) |
LeafCollector |
EarlyTerminatingSortingCollector.getLeafCollector(LeafReaderContext context) |
LeafCollector |
Collector.getLeafCollector(LeafReaderContext context)
Create a new
collector to collect the given context. |
LeafCollector |
PositiveScoresOnlyCollector.getLeafCollector(LeafReaderContext context) |
LeafCollector |
MultiCollector.getLeafCollector(LeafReaderContext context) |
LeafCollector |
FilterCollector.getLeafCollector(LeafReaderContext context) |
LeafCollector |
TimeLimitingCollector.getLeafCollector(LeafReaderContext context) |
LeafCollector |
SimpleCollector.getLeafCollector(LeafReaderContext context) |
abstract LeafFieldComparator |
FieldComparator.getLeafComparator(LeafReaderContext context)
Get a per-segment
LeafFieldComparator to collect the given
LeafReaderContext . |
LeafFieldComparator |
FieldComparator.RelevanceComparator.getLeafComparator(LeafReaderContext context) |
LeafFieldComparator |
FieldComparator.DocComparator.getLeafComparator(LeafReaderContext context) |
LeafFieldComparator |
FieldComparator.TermOrdValComparator.getLeafComparator(LeafReaderContext context) |
LeafFieldComparator |
FieldComparator.TermValComparator.getLeafComparator(LeafReaderContext context) |
LeafFieldComparator |
SimpleFieldComparator.getLeafComparator(LeafReaderContext context) |
protected abstract Bits |
RandomAccessWeight.getMatchingDocs(LeafReaderContext context)
Return a
Bits instance representing documents that match this
weight on the given context. |
protected NumericDocValues |
FieldComparator.NumericComparator.getNumericDocValues(LeafReaderContext context,
String field)
Retrieves the NumericDocValues for the field in this segment
|
protected SortedDocValues |
FieldComparator.TermOrdValComparator.getSortedDocValues(LeafReaderContext context,
String field)
Retrieves the SortedDocValues for the field in this segment
|
Scorer |
DisjunctionMaxQuery.DisjunctionMaxWeight.scorer(LeafReaderContext context)
Create the scorer used to score our associated DisjunctionMaxQuery
|
abstract Scorer |
Weight.scorer(LeafReaderContext context)
Returns a
Scorer which can iterate in order over all matching
documents and assign them a score. |
Scorer |
RandomAccessWeight.scorer(LeafReaderContext context) |
boolean |
FilterCachingPolicy.shouldCache(Filter filter,
LeafReaderContext context,
DocIdSet set)
Deprecated.
Whether the given
DocIdSet should be cached on a given segment. |
boolean |
FilterCachingPolicy.CacheOnLargeSegments.shouldCache(Filter filter,
LeafReaderContext context,
DocIdSet set) |
boolean |
UsageTrackingFilterCachingPolicy.shouldCache(Filter filter,
LeafReaderContext context,
DocIdSet set) |
boolean |
QueryCachingPolicy.shouldCache(Query query,
LeafReaderContext context)
Whether the given
DocIdSet should be cached on a given segment. |
boolean |
QueryCachingPolicy.CacheOnLargeSegments.shouldCache(Query query,
LeafReaderContext context) |
boolean |
UsageTrackingQueryCachingPolicy.shouldCache(Query query,
LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
AssertingIndexSearcher.search(List<LeafReaderContext> leaves,
Weight weight,
Collector collector) |
protected void |
ScorerIndexSearcher.search(List<LeafReaderContext> leaves,
Weight weight,
Collector collector) |
protected void |
IndexSearcher.search(List<LeafReaderContext> leaves,
Weight weight,
Collector collector)
Lower-level search API.
|
protected IndexSearcher.LeafSlice[] |
IndexSearcher.slices(List<LeafReaderContext> leaves)
Expert: Creates an array of leaf slices each holding a subset of the given leaves.
|
Constructor and Description |
---|
LeafSlice(LeafReaderContext... leaves) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSecondPassGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
protected void |
BlockGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
protected void |
AbstractFirstPassGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
FunctionAllGroupsCollector.doSetNextReader(LeafReaderContext context) |
protected void |
FunctionSecondPassGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
protected void |
FunctionAllGroupHeadsCollector.doSetNextReader(LeafReaderContext context) |
protected void |
FunctionFirstPassGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
protected void |
FunctionDistinctValuesCollector.doSetNextReader(LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
TermFirstPassGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
protected void |
TermAllGroupsCollector.doSetNextReader(LeafReaderContext context) |
protected void |
TermDistinctValuesCollector.doSetNextReader(LeafReaderContext context) |
protected void |
TermSecondPassGroupingCollector.doSetNextReader(LeafReaderContext readerContext) |
Modifier and Type | Method and Description |
---|---|
protected LeafReaderContext |
WeightedSpanTermExtractor.getLeafContext() |
Modifier and Type | Method and Description |
---|---|
BitSet |
QueryBitSetProducer.getBitSet(LeafReaderContext context) |
BitSet |
BitSetProducer.getBitSet(LeafReaderContext context)
Produce a
BitSet matching the expected documents on the given
segment. |
BitSet |
BitDocIdSetFilter.getBitSet(LeafReaderContext context)
Deprecated.
|
BitDocIdSet |
BitDocIdSetCachingWrapperFilter.getDocIdSet(LeafReaderContext context)
Deprecated.
|
abstract BitDocIdSet |
BitDocIdSetFilter.getDocIdSet(LeafReaderContext context)
Deprecated.
Same as
BitDocIdSetFilter.getDocIdSet(LeafReaderContext, Bits) but does not take
acceptDocs into account and guarantees to return a BitDocIdSet . |
DocIdSet |
BitDocIdSetFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs)
Deprecated.
|
LeafCollector |
ToParentBlockJoinCollector.getLeafCollector(LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
ToParentBlockJoinIndexSearcher.search(List<LeafReaderContext> leaves,
Weight weight,
Collector collector) |
Modifier and Type | Method and Description |
---|---|
Explanation |
PayloadNearQuery.PayloadNearSpanWeight.explain(LeafReaderContext context,
int doc) |
Spans |
SpanPayloadCheckQuery.SpanPayloadCheckWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Scorer |
SpanPayloadCheckQuery.SpanPayloadCheckWeight.scorer(LeafReaderContext context) |
Scorer |
PayloadNearQuery.PayloadNearSpanWeight.scorer(LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
Similarity.SimScorer |
MultiSimilarity.simScorer(Similarity.SimWeight stats,
LeafReaderContext context) |
abstract Similarity.SimScorer |
Similarity.simScorer(Similarity.SimWeight weight,
LeafReaderContext context)
Creates a new
Similarity.SimScorer to score matching documents from a segment of the inverted index. |
Similarity.SimScorer |
TFIDFSimilarity.simScorer(Similarity.SimWeight stats,
LeafReaderContext context) |
Similarity.SimScorer |
BM25Similarity.simScorer(Similarity.SimWeight stats,
LeafReaderContext context) |
Similarity.SimScorer |
SimilarityBase.simScorer(Similarity.SimWeight stats,
LeafReaderContext context) |
Similarity.SimScorer |
PerFieldSimilarityWrapper.simScorer(Similarity.SimWeight weight,
LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
Explanation |
AssertingSpanWeight.explain(LeafReaderContext context,
int doc) |
Explanation |
SpanWeight.explain(LeafReaderContext context,
int doc) |
Similarity.SimScorer |
SpanWeight.getSimScorer(LeafReaderContext context) |
Spans |
AssertingSpanWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Spans |
SpanNearQuery.SpanNearWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Spans |
SpanWithinQuery.SpanWithinWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings)
Return spans from
little that are contained in a spans from big . |
Spans |
SpanContainingQuery.SpanContainingWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings)
Return spans from
big that contain at least one spans from little . |
abstract Spans |
SpanWeight.getSpans(LeafReaderContext ctx,
SpanWeight.Postings requiredPostings)
Expert: Return a Spans object iterating over matches from this Weight
|
Spans |
SpanPositionCheckQuery.SpanPositionCheckWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Spans |
SpanNotQuery.SpanNotWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Spans |
SpanTermQuery.SpanTermWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Spans |
SpanOrQuery.SpanOrWeight.getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings) |
Scorer |
AssertingSpanWeight.scorer(LeafReaderContext context) |
Scorer |
SpanWeight.scorer(LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
abstract Bits |
BitsProducer.getBits(LeafReaderContext context)
Return
Bits for the given leaf. |
Modifier and Type | Method and Description |
---|---|
BulkScorer |
CompletionWeight.bulkScorer(LeafReaderContext context) |
protected void |
TopSuggestDocsCollector.doSetNextReader(LeafReaderContext context) |
Explanation |
CompletionWeight.explain(LeafReaderContext context,
int doc) |
Scorer |
CompletionWeight.scorer(LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
FunctionValues |
BBoxSimilarityValueSource.getValues(Map context,
LeafReaderContext readerContext) |
Modifier and Type | Field and Description |
---|---|
protected LeafReaderContext |
AbstractPrefixTreeFilter.BaseTermsEnumTraverser.context |
Modifier and Type | Method and Description |
---|---|
static void |
PrefixTreeFacetCounter.compute(PrefixTreeStrategy strategy,
LeafReaderContext context,
Bits acceptDocs,
com.spatial4j.core.shape.Shape queryShape,
int facetLevel,
PrefixTreeFacetCounter.FacetVisitor facetVisitor)
Lower-level per-leaf segment method.
|
DocIdSet |
IntersectsPrefixTreeFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
DocIdSet |
ContainsPrefixTreeFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
DocIdSet |
WithinPrefixTreeFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
Constructor and Description |
---|
BaseTermsEnumTraverser(LeafReaderContext context,
Bits acceptDocs) |
VisitorTemplate(LeafReaderContext context,
Bits acceptDocs) |
Modifier and Type | Method and Description |
---|---|
DocIdSet |
ValueSourceFilter.getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
FunctionValues |
ShapePredicateValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
ShapeAreaValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
DistanceToShapeValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
CachingDoubleValueSource.getValues(Map context,
LeafReaderContext readerContext) |
FunctionValues |
ShapeFieldCacheDistanceValueSource.getValues(Map context,
LeafReaderContext readerContext) |
Modifier and Type | Method and Description |
---|---|
FunctionValues |
DistanceValueSource.getValues(Map context,
LeafReaderContext readerContext)
Returns the FunctionValues used by the function query.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.