|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
org.apache.lucene.document | The Document abstraction. |
Uses of Field in org.apache.lucene.document |
Methods in org.apache.lucene.document that return Field | |
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. |
Methods in org.apache.lucene.document with parameters of type Field | |
void |
Document.add(Field field)
Adds a field to a document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |