Uses of Interface
org.apache.lucene.index.IndexableFieldType
Packages that use IndexableFieldType
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Misc extensions of the Document/Field API.
-
Uses of IndexableFieldType in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return IndexableFieldType -
Uses of IndexableFieldType in org.apache.lucene.document
Classes in org.apache.lucene.document that implement IndexableFieldTypeFields in org.apache.lucene.document declared as IndexableFieldTypeMethods in org.apache.lucene.document that return IndexableFieldTypeModifier and TypeMethodDescriptionField.fieldType()
Returns theFieldType
for this field.ShapeDocValuesField.fieldType()
Gets theIndexableFieldType
for this ShapeDocValue fieldConstructors in org.apache.lucene.document with parameters of type IndexableFieldTypeModifierConstructorDescriptionBinaryPoint
(String name, byte[] packedPoint, IndexableFieldType type) Expert APIField
(String name, byte[] value, int offset, int length, IndexableFieldType type) Create field with binary value.Field
(String name, byte[] value, IndexableFieldType type) Create field with binary value.Field
(String name, Reader reader, IndexableFieldType type) Create field with Reader value.Field
(String name, CharSequence value, IndexableFieldType type) Create field with String value.Field
(String name, TokenStream tokenStream, IndexableFieldType type) Create field with TokenStream value.protected
Field
(String name, IndexableFieldType type) Expert: creates a field with no initial value.Field
(String name, BytesRef bytes, IndexableFieldType type) Create field with binary value.Create a new mutable FieldType with all of the properties fromref
-
Uses of IndexableFieldType in org.apache.lucene.index
Methods in org.apache.lucene.index that return IndexableFieldTypeModifier and TypeMethodDescriptionIndexableField.fieldType()
IndexableFieldType
describing the properties of this field.SortingStoredFieldsConsumer.CopyVisitor.fieldType()
Methods in org.apache.lucene.index with parameters of type IndexableFieldTypeModifier and TypeMethodDescriptionprivate static void
IndexingChain.updateDocFieldSchema
(String fieldName, IndexingChain.FieldSchema schema, IndexableFieldType fieldType) private static void
IndexingChain.verifyUnIndexedFieldType
(String name, IndexableFieldType ft) -
Uses of IndexableFieldType in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory with parameters of type IndexableFieldTypeModifier and TypeMethodDescriptionprivate FieldInfo
MemoryIndex.createFieldInfo
(String fieldName, int ord, IndexableFieldType fieldType) private MemoryIndex.Info
MemoryIndex.getInfo
(String fieldName, IndexableFieldType fieldType) -
Uses of IndexableFieldType in org.apache.lucene.misc.document
Methods in org.apache.lucene.misc.document that return IndexableFieldType