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 | Description |
---|---|---|
protected PhraseQuery |
QueryParser.newPhraseQuery() |
Builds a new PhraseQuery instance
|
Modifier and Type | Class | Description |
---|---|---|
class |
NGramPhraseQuery |
This is a
PhraseQuery which is optimized for n-gram phrase query. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.