org.apache.lucene.search
Interface FieldCache.Parser

All Superinterfaces:
Serializable
All Known Subinterfaces:
ExtendedFieldCache.DoubleParser, ExtendedFieldCache.LongParser, FieldCache.ByteParser, FieldCache.DoubleParser, FieldCache.FloatParser, FieldCache.IntParser, FieldCache.LongParser, FieldCache.ShortParser
Enclosing interface:
FieldCache

public static interface FieldCache.Parser
extends Serializable

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




Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.