Class SimpleQQParser
Simplistic quality query parser. A Lucene query is created by passing
the value of the specified Quality
Inheritance
System.Object
SimpleQQParser
Implements
Namespace: Lucene.Net.Benchmarks.Quality.Utils
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SimpleQQParser : object, IQualityQueryParser
Constructors
| Improve this Doc View SourceSimpleQQParser(String, String)
Constructor of a simple qq parser.
Declaration
public SimpleQQParser(string qqName, string indexField)
Parameters
Type | Name | Description |
---|---|---|
System. |
qqName | Name-value pair of quality query to use for creating the query. |
System. |
indexField | Corresponding index field. |
SimpleQQParser(String[], String)
Constructor of a simple qq parser.
Declaration
public SimpleQQParser(string[] qqNames, string indexField)
Parameters
Type | Name | Description |
---|---|---|
System. |
qqNames | Name-value pairs of quality query to use for creating the query. |
System. |
indexField | Corresponding index field. |
Methods
| Improve this Doc View SourceParse(QualityQuery)
Declaration
public virtual Query Parse(QualityQuery qq)
Parameters
Type | Name | Description |
---|---|---|
Quality |
Returns
Type | Description |
---|---|
Query |