| Package | Description |
|---|---|
| org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractField |
class |
Field
A field is a section of a Document.
|
| Modifier and Type | Method and Description |
|---|---|
Fieldable |
Document.getFieldable(java.lang.String name)
Returns a field with the given name if any exist in this document, or
null.
|
Fieldable[] |
Document.getFieldables(java.lang.String name)
Returns an array of
Fieldables with the given name. |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.add(Fieldable field)
Adds a field to a document.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.