SimpleQQParser
public interface QualityQueryParser
Modifier and Type | Method | Description |
---|---|---|
org.apache.lucene.search.Query |
parse(QualityQuery qq) |
Parse a given QualityQuery into a Lucene query.
|
org.apache.lucene.search.Query parse(QualityQuery qq) throws org.apache.lucene.queryParser.ParseException
qq
- the quality query to be parsed.org.apache.lucene.queryParser.ParseException
- if parsing failed.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.