Interface FieldCache.IParser
Marker interface as super-interface to all parsers. It
is used to specify a custom parser to
Sort
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IParser
Methods
| Improve this Doc View SourceTermsEnum(Terms)
Pulls a Terms
Declaration
TermsEnum TermsEnum(Terms terms)