Interface IQualityQueryParser
Parse a QualityQuery into a Lucene query.
Namespace: Lucene.Net.Benchmarks.Quality
Assembly: Lucene.Net.Benchmark.dll
Syntax
public interface IQualityQueryParser
  Methods
| Improve this Doc View SourceParse(QualityQuery)
Parse a given QualityQuery into a Lucene query.
Declaration
Query Parse(QualityQuery qq)
  Parameters
| Type | Name | Description | 
|---|---|---|
| QualityQuery | The quality query to be parsed.  | 
      
Returns
| Type | Description | 
|---|---|
| Query | 
Exceptions
| Type | Condition | 
|---|---|
| System.FormatException | If parsing failed.  |