|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| org.apache.lucene.document | The Document abstraction. |
| org.apache.lucene.gdata.search.analysis | Classes used for extracting content from entries and building lucene documents. |
| 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 Fields with the given name. |
| Uses of Field in org.apache.lucene.gdata.search.analysis |
|---|
| Methods in org.apache.lucene.gdata.search.analysis that return Field | |
|---|---|
Field[] |
ContentStrategy.createLuceneField()
This method creates a lucene field from the retrieved content of the entity. |
Field[] |
GdataCategoryStrategy.createLuceneField()
|
Field[] |
GdataDateStrategy.createLuceneField()
|
Field[] |
MixedContentStrategy.createLuceneField()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||