Returns the instance of a {@link FieldCache} parser that fits to the given sort type. May return
CopyC#
null
if no parser was specified. Sorting is using the default parser then.

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

Syntax

C#
public virtual Parser GetParser()
Visual Basic
Public Overridable Function GetParser As Parser
Visual C++
public:
virtual Parser^ GetParser()

Return Value

An instance of a {@link FieldCache} parser, or
CopyC#
null
.

See Also