C# Class RavenFS.Search.RavenQueryParser

Inheritance: Lucene.Net.QueryParsers.QueryParser
Mostrar archivo Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
RavenQueryParser ( Analyzer analyzer, IEnumerable numericFields ) : System.Collections.Generic

Protected Methods

Method Description
NewRangeQuery ( string field, string part1, string part2, bool inclusive ) : Query

Method Details

NewRangeQuery() protected method

protected NewRangeQuery ( string field, string part1, string part2, bool inclusive ) : Query
field string
part1 string
part2 string
inclusive bool
return Lucene.Net.Search.Query

RavenQueryParser() public method

public RavenQueryParser ( Analyzer analyzer, IEnumerable numericFields ) : System.Collections.Generic
analyzer Lucene.Net.Analysis.Analyzer
numericFields IEnumerable
return System.Collections.Generic