| Frames | No Frames |
Methods with parameter type org.apache.lucene.document.Document | |
| void | Adds a document to this index. |
| void | Adds a document to this index, using the provided analyzer instead of the
value of getAnalyzer(). |
Methods with return type org.apache.lucene.document.Document | |
| Document | FilterIndexReader.document(int n) |
| Document | IndexReader.document(int n) Returns the stored fields of the nth
Document in this index. |
| Document | MultiReader.document(int n) |
Methods with return type org.apache.lucene.document.Document | |
| Document | Returns the stored fields of the nth document in this set. |
| Document | IndexSearcher.doc(int i) |
| Document | MultiSearcher.doc(int n) |
| Document | RemoteSearchable.doc(int i) Expert: Returns the stored fields of document i. |
| Document | Searchable.doc(int i) Expert: Returns the stored fields of document i. |