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.Builder |
PhraseWildcardQuery.Builder.addMultiTerm(MultiTermQuery multiTermQuery)
Adds a multi-term at the next position in the phrase.
|
PhraseWildcardQuery.Builder |
PhraseWildcardQuery.Builder.addTerm(BytesRef termBytes)
Adds a single term at the next position in the phrase.
|
PhraseWildcardQuery.Builder |
PhraseWildcardQuery.Builder.addTerm(Term term)
Adds a single term at the next position in the phrase.
|
PhraseWildcardQuery.Builder |
PhraseWildcardQuery.Builder.setSlop(int slop)
Sets the phrase slop.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.