| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
PhraseQuery |
PhraseQuery.Builder.build()
Build a phrase query based on the terms that have been added.
|
| Constructor and Description |
|---|
NGramPhraseQuery(int n,
PhraseQuery query)
Constructor that takes gram size.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.