|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
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 Field s 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[] |
MixedContentStrategy.createLuceneField()
|
Field[] |
GdataDateStrategy.createLuceneField()
|
Field[] |
GdataCategoryStrategy.createLuceneField()
|
Field[] |
ContentStrategy.createLuceneField()
This method creates a lucene field from the retrieved content of the entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |