|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fieldable | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| Uses of Fieldable in org.apache.lucene.document |
|---|
| Classes in org.apache.lucene.document that implement Fieldable | |
|---|---|
class |
AbstractField
|
class |
Field
A field is a section of a Document. |
| Methods in org.apache.lucene.document that return 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. |
| Methods in org.apache.lucene.document with parameters of type Fieldable | |
|---|---|
void |
Document.add(Fieldable field)
Adds a field to a document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||