Lucene.Net 1.4.3 Class Library

QueryParser.GetRangeQuery Method

Note that parameter analyzer is ignored. Calls inside the parser always use class member analyser. This method will be deprecated and substituted by {@link #GetRangeQuery(String, String, String, boolean)} in future versions of Lucene. Currently overwriting either of these methods works.

Overload List

Note that parameter analyzer is ignored. Calls inside the parser always use class member analyser. This method will be deprecated and substituted by {@link #GetRangeQuery(String, String, String, boolean)} in future versions of Lucene. Currently overwriting either of these methods works.

protected internal virtual Query GetRangeQuery(string,Analyzer,string,string,bool);

 

protected internal virtual Query GetRangeQuery(string,string,string,bool);

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace