Returns the instance of a {@link FieldCache} parser that fits to the given sort type.
May return if no parser was specified. Sorting is using the default parser then.
Namespace: Lucene.Net.SearchCopyC#
null
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, orCopyC#
null