Uses of Class
org.apache.lucene.document.AbstractField

Packages that use AbstractField
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
 

Uses of AbstractField in org.apache.lucene.document
 

Subclasses of AbstractField in org.apache.lucene.document
 class Field
          A field is a section of a Document.
 class NumericField
          This class provides a Field that enables indexing of numeric values for efficient range filtering and sorting.
 



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