Method ToString
ToString(String)
Prints a query to a string, with field
assumed to be the
default field and omitted.
The representation used is one that is supposed to be readable by Lucene.Net.QueryParsers.QueryParser. However, there are the following limitations:
Declaration
public abstract String ToString(String field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
System.String |
ToString()
Prints a query to a string.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
System.String |