|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Query
objects from
FieldTypeDefinition.getCustomQuery(String)
method where the entire string from the
query parser is passed to the method.
FuzzyQuery
.
PrefixQuery
.
RegexQuery
.
WildcardQuery
.
Analyzer
for indexing this should be the same for the
querying unless you have a good reason.
CustomFieldTypeDefinition.getAnalyzerForIndex(String)
should never be called for a
CustomFieldTypeDefinition
because this type will create the
IndexableField
objects from the
FieldTypeDefinition.getFieldsForColumn(String, Column)
method or
FieldTypeDefinition.getFieldsForSubColumn(String, Column, String)
method.
Analyzer
for quering.
Analyzer
for querying this should be the same for the
indexing unless you have a good reason.
KeywordAnalyzer
is used to parse all the queries for
CustomFieldTypeDefinition
types.
Iterable
of fields for indexing and storing fields into
Lucene.
Field
s for indexing from a single Column.
Field
s for the index as well as for storing the original
data for retrieval.
Field
s for indexing from a single Column, but should not
be stored because the original value should be stored in the main
Column
.
Field
s for the index do NOT store the data because the is a
sub column.
FieldTypeDefinition
for the given field.
IterablePaging
class allows for easy paging through lucene hits.ScoreDoc
iterator.
PagingCollector
allows for paging through lucene hits.FieldTypeDefinition
into this field manager.
Shape
s to strings.SpatialArgs
object.ShapeReadWriter.readShape(String)
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |