Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
PhraseQuery.Builder |
PhraseQuery.Builder.add(Term term)
Adds a term to the end of the query phrase.
|
PhraseQuery.Builder |
PhraseQuery.Builder.add(Term term,
int position)
Adds a term to the end of the query phrase.
|
PhraseQuery.Builder |
PhraseQuery.Builder.setSlop(int slop)
Set the slop.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.