Package | Description |
---|---|
org.apache.lucene.search |
This package contains a single proximity query, TermAutomatonQuery.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
FieldCache.ByteParser
Deprecated.
|
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
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
DoubleComparator(int numHits,
String field,
FieldCache.Parser parser,
Double missingValue) |
FloatComparator(int numHits,
String field,
FieldCache.Parser parser,
Float missingValue) |
IntComparator(int numHits,
String field,
FieldCache.Parser parser,
Integer missingValue) |
LongComparator(int numHits,
String field,
FieldCache.Parser parser,
Long missingValue) |
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 . |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.