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 Document -
Uses of Document in org.apache.lucene.search
Methods in org.apache.lucene.search that return Document
IndexSearcher.doc(int, Set)
instead.