Apache Lucene.Net 2.4.0 Class Library API

DisjunctionMaxQuery.ToString Method (String)

Prettyprint us.

public override string ToString(
   string field
);

Parameters

field
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

DisjunctionMaxQuery Class | Lucene.Net.Search Namespace | DisjunctionMaxQuery.ToString Overload List