public class SimpleQQParser extends Object implements QualityQueryParser
| Constructor and Description |
|---|
SimpleQQParser(String[] qqNames,
String indexField)
Constructor of a simple qq parser.
|
SimpleQQParser(String qqName,
String indexField)
Constructor of a simple qq parser.
|
public SimpleQQParser(String[] qqNames, String indexField)
qqNames - name-value pairs of quality query to use for creating the queryindexField - corresponding index fieldpublic Query parse(QualityQuery qq) throws ParseException
QualityQueryParserparse in interface QualityQueryParserqq - the quality query to be parsed.ParseException - if parsing failed.Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.