Prettyprint us.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override string ToString(
	string field
)
Visual Basic
Public Overrides Function ToString ( _
	field As String _
) As String
Visual C++
public:
virtual String^ ToString(
	String^ field
) override

Parameters

field
Type: System..::..String
the field to which we are applied

Return Value

a string that shows what we do, of the form "(disjunct1 | disjunct2 | ... | disjunctn)^boost"

See Also