|
||||||||||
| 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 | |
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. |
| Uses of Document in org.apache.lucene.search |
| Methods in org.apache.lucene.search that return Document | |
abstract Document |
Searcher.doc(int i)
For use by HitCollector implementations. |
Document |
MultiSearcher.doc(int n)
For use by HitCollector implementations. |
Document |
IndexSearcher.doc(int i)
For use by HitCollector implementations. |
Document |
Hits.doc(int n)
Returns the nth document in this set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||