Uses of Interface
org.apache.lucene.search.FieldCache.Parser
-
Packages that use FieldCache.Parser Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.Parser in org.apache.lucene.search
Subinterfaces of FieldCache.Parser in org.apache.lucene.search Modifier and Type Interface Description static interfaceFieldCache.ByteParserDeprecated.static interfaceFieldCache.DoubleParserInterface to parse doubles from document fields.static interfaceFieldCache.FloatParserInterface to parse floats from document fields.static interfaceFieldCache.IntParserInterface to parse ints from document fields.static interfaceFieldCache.LongParserInterface to parse long from document fields.static interfaceFieldCache.ShortParserDeprecated.Methods in org.apache.lucene.search that return FieldCache.Parser Modifier and Type Method Description FieldCache.ParserFieldCacheRangeFilter. getParser()Returns the current numeric parser (nullforTisString}FieldCache.ParserSortField. getParser()Returns the instance of aFieldCacheparser that fits to the given sort type.Constructors in org.apache.lucene.search with parameters of type FieldCache.Parser Constructor Description SortField(String field, FieldCache.Parser parser)Creates a sort by terms in the given field, parsed to numeric values using a customFieldCache.Parser.SortField(String field, FieldCache.Parser parser, boolean reverse)Creates a sort, possibly in reverse, by terms in the given field, parsed to numeric values using a customFieldCache.Parser.
-