Uses of Class
org.apache.lucene.document.Document
Packages that use Document
Package
Description
The logical representation of a
Document for indexing and
searching.Code to maintain and access indices.
Code to search indices.
-
Uses of Document in org.apache.lucene.document
Methods in org.apache.lucene.document that return DocumentModifier and TypeMethodDescriptionDocumentStoredFieldVisitor.getDocument()Retrieve the visited document. -
Uses of Document in org.apache.lucene.index
Methods in org.apache.lucene.index that return DocumentModifier and TypeMethodDescriptionfinal DocumentIndexReader.document(int docID) Deprecated.final DocumentDeprecated.useIndexReader.storedFields()to retrieve one or more documentsfinal DocumentStoredFields.document(int docID) Returns the stored fields of thenthDocumentin this index.final DocumentLikeStoredFields.document(int)but only loads the specified fields. -
Uses of Document in org.apache.lucene.search
Methods in org.apache.lucene.search that return DocumentModifier and TypeMethodDescriptionIndexSearcher.doc(int docID) Deprecated.UseIndexSearcher.storedFields()to access fields for one or more documentsDeprecated.UseIndexSearcher.storedFields()to access fields for one or more documents
IndexReader.storedFields()to retrieve one or more documents