|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| Uses of Field in org.apache.lucene.document |
|---|
| Methods in org.apache.lucene.document that return Field | |
|---|---|
Field |
Document.getField(String name)
Deprecated. use Document.getFieldable(java.lang.String) instead and cast depending on
data type. |
Field[] |
Document.getFields(String name)
Deprecated. use Document.getFieldable(java.lang.String) instead and cast depending on
data type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||