Uses of Interface
org.apache.lucene.search.FieldCache.Parser
Packages that use FieldCache.Parser
-
Uses of FieldCache.Parser in org.apache.lucene.search
Subinterfaces of FieldCache.Parser in org.apache.lucene.searchModifier and TypeInterfaceDescriptionstatic interface
Deprecated.static interface
Interface to parse doubles from document fields.static interface
Interface to parse floats from document fields.static interface
Interface to parse ints from document fields.static interface
Interface to parse long from document fields.static interface
Deprecated.Methods in org.apache.lucene.search that return FieldCache.ParserModifier and TypeMethodDescriptionFieldCacheRangeFilter.getParser()
Returns the current numeric parser (null
forT
isString
}SortField.getParser()
Returns the instance of aFieldCache
parser that fits to the given sort type.Constructors in org.apache.lucene.search with parameters of type FieldCache.ParserModifierConstructorDescriptionSortField
(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
.