Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
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–2020 The Apache Software Foundation. All rights reserved.