Apache Lucene.Net 2.4.0 Class Library API

QueryParser.GetFieldQuery Method

Overload List

 

public virtual Query GetFieldQuery(string,string);

Base implementation delegates to {@link #GetFieldQuery(String,String)}. This method may be overridden, for example, to return a SpanNearQuery instead of a PhraseQuery.

public virtual Query GetFieldQuery(string,string,int);

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace