Package | Description |
---|---|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
protected PhraseQuery |
QueryParser.newPhraseQuery()
Builds a new PhraseQuery instance
|
Modifier and Type | Class and Description |
---|---|
class |
NGramPhraseQuery
This is a
PhraseQuery which is optimized for n-gram phrase query. |