Interface FieldCache.IParser
Marker interface as super-interface to all parsers. It is used to specify a custom parser to SortField(String, FieldCache.IParser).
Assembly: DistributedLucene.Net.dll
Syntax
public interface IParser
Methods
Name | Description |
---|---|
TermsEnum(Terms) | Pulls a TermsEnum from the given Terms. This method allows certain parsers to filter the actual TermsEnum before the field cache is filled. |