| Frames | No Frames |
Classes implementing org.apache.lucene.document.Fieldable | |
| class | |
| class | A field is a section of a Document. |
Methods with parameter type org.apache.lucene.document.Fieldable | |
| void | Adds a field to a document. |
Methods with return type org.apache.lucene.document.Fieldable | |
| 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 Fieldables with the given name. |