|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Document | |
| org.apache.lucene.index | Code to maintain and access indices. |
| org.apache.lucene.search | Search over indices. |
| Uses of Document in org.apache.lucene.index |
| Methods in org.apache.lucene.index that return Document | |
Document |
MultiReader.document(int n)
|
Document |
FilterIndexReader.document(int n)
|
abstract Document |
IndexReader.document(int n)
Returns the stored fields of the nth
Document in this index. |
| Methods in org.apache.lucene.index with parameters of type Document | |
void |
IndexWriter.addDocument(Document doc)
Adds a document to this index. |
void |
IndexWriter.addDocument(Document doc,
Analyzer analyzer)
Adds a document to this index, using the provided analyzer instead of the value of IndexWriter.getAnalyzer(). |
| Uses of Document in org.apache.lucene.search |
| Methods in org.apache.lucene.search that return Document | |
Document |
Searchable.doc(int i)
Expert: Returns the stored fields of document i.
|
Document |
MultiSearcher.doc(int n)
|
Document |
IndexSearcher.doc(int i)
|
Document |
RemoteSearchable.doc(int i)
|
Document |
Hits.doc(int n)
Returns the stored fields of the nth document in this set. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||