| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FieldCache.Parser | |
|---|---|
| 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 | |
|---|---|
static interface | 
FieldCache.ByteParser
Interface to parse bytes from document fields.  | 
static interface | 
FieldCache.DoubleParser
Interface to parse doubles from document fields.  | 
static interface | 
FieldCache.FloatParser
Interface to parse floats from document fields.  | 
static interface | 
FieldCache.IntParser
Interface to parse ints from document fields.  | 
static interface | 
FieldCache.LongParser
Interface to parse long from document fields.  | 
static interface | 
FieldCache.ShortParser
Interface to parse shorts from document fields.  | 
| Methods in org.apache.lucene.search that return FieldCache.Parser | |
|---|---|
 FieldCache.Parser | 
FieldCacheRangeFilter.getParser()
Returns the current numeric parser ( null for T is String} | 
 FieldCache.Parser | 
SortField.getParser()
Returns the instance of a FieldCache parser that fits to the given sort type. | 
| Constructors in org.apache.lucene.search with parameters of type FieldCache.Parser | |
|---|---|
SortField(String field,
          FieldCache.Parser parser)
Creates a sort by terms in the given field, parsed to numeric values using a custom FieldCache.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 custom FieldCache.Parser. | 
|
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||