Package | Description |
---|---|
org.apache.lucene.search |
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
|
Modifier and Type | Method and Description |
---|---|
PhraseWildcardQuery |
PhraseWildcardQuery.Builder.build()
Builds a
PhraseWildcardQuery . |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
PhraseWildcardQuery.PhraseTerm.collectTermData(PhraseWildcardQuery query,
IndexSearcher searcher,
List<LeafReaderContext> segments,
int remainingMultiTerms,
int maxExpansionsForTerm,
PhraseWildcardQuery.TermsData termsData)
Collects
TermState and TermStatistics for the term (potentially expanded). |
protected int |
PhraseWildcardQuery.SingleTerm.collectTermData(PhraseWildcardQuery query,
IndexSearcher searcher,
List<LeafReaderContext> segments,
int remainingMultiTerms,
int maxExpansionsForTerm,
PhraseWildcardQuery.TermsData termsData) |
protected int |
PhraseWildcardQuery.MultiTerm.collectTermData(PhraseWildcardQuery query,
IndexSearcher searcher,
List<LeafReaderContext> segments,
int remainingMultiTerms,
int maxExpansionsForTerm,
PhraseWildcardQuery.TermsData termsData) |
protected int |
PhraseWildcardQuery.PhraseTerm.collectTermData(PhraseWildcardQuery query,
IndexSearcher searcher,
List<LeafReaderContext> segments,
PhraseWildcardQuery.TermsData termsData)
Collects
TermState and TermStatistics for the term without expansion. |
protected int |
PhraseWildcardQuery.SingleTerm.collectTermData(PhraseWildcardQuery query,
IndexSearcher searcher,
List<LeafReaderContext> segments,
PhraseWildcardQuery.TermsData termsData) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.