Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method and Description |
---|---|
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
Field s with the given name. |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.