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(String name)
Returns a field with the given name if any exist in this document, or
null.
|
Fieldable[] |
Document.getFieldables(String name)
Returns an array of
Fieldable s with the given name. |
Modifier and Type | Method and Description |
---|---|
void |
Document.add(Fieldable field)
Adds a field to a document.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.