Uses of Interface
org.apache.lucene.index.IndexableFieldType

Packages that use IndexableFieldType
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of IndexableFieldType in org.apache.lucene.document
 

Classes in org.apache.lucene.document that implement IndexableFieldType
 class FieldType
          Describes the properties of a field.
 

Uses of IndexableFieldType in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return IndexableFieldType
 IndexableFieldType IndexableField.fieldType()
          IndexableFieldType describing the properties of this field.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.