Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Lucene.Net.Search.Parser Interface Reference

Marker interface as super-interface to all parsers. It is used to specify a custom parser to SortField(String, Parser). More...

Inherited by Lucene.Net.Search.ByteParser, Lucene.Net.Search.DoubleParser, Lucene.Net.Search.FloatParser, Lucene.Net.Search.IntParser, Lucene.Net.Search.LongParser, and Lucene.Net.Search.ShortParser.

Detailed Description

Marker interface as super-interface to all parsers. It is used to specify a custom parser to SortField(String, Parser).

Definition at line 647 of file FieldCache.cs.


The documentation for this interface was generated from the following file: