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

Uses in package org.apache.lucene.document

Methods with return type org.apache.lucene.document.Field

Field
Document.getField(String name)
Returns a field with the given name if any exist in this document, or null.
Field[]
Document.getFields(String name)
Returns an array of Fields with the given name.

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