C# Class Lucene.Net.QueryParsers.Classic.TestQueryParser.QPTestParser

Inheritance: QueryParser
Mostra file Open project: apache/lucenenet

Public Methods

Method Description
QPTestParser ( string f, Analyzer a ) : Lucene.Net.Analysis

Protected Methods

Method Description
GetFuzzyQuery ( string field, string termStr, float minSimilarity ) : Query
GetWildcardQuery ( string field, string termStr ) : Query

Method Details

GetFuzzyQuery() protected method

protected GetFuzzyQuery ( string field, string termStr, float minSimilarity ) : Query
field string
termStr string
minSimilarity float
return Lucene.Net.Search.Query

GetWildcardQuery() protected method

protected GetWildcardQuery ( string field, string termStr ) : Query
field string
termStr string
return Lucene.Net.Search.Query

QPTestParser() public method

public QPTestParser ( string f, Analyzer a ) : Lucene.Net.Analysis
f string
a Lucene.Net.Analysis.Analyzer
return Lucene.Net.Analysis