public interface QualityQueryParser
Modifier and Type | Method and Description |
---|---|
Query |
parse(QualityQuery qq)
Parse a given QualityQuery into a Lucene query.
|
Query parse(QualityQuery qq) throws ParseException
qq
- the quality query to be parsed.ParseException
- if parsing failed.