Frames | No Frames |
Methods with return type org.apache.lucene.document.Document | |
Document | StandardBenchmarker.makeDocument(File in, String[] tags, boolean stored, boolean tokenized, boolean tfv) Parse the Reuters SGML and index:
Date, Title, Dateline, Body
|
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) Expert: Returns the stored fields of document i . |
Document | MultiSearcher.doc(int n) |
Document | RemoteSearchable.doc(int i) |
Document | Searchable.doc(int i) Expert: Returns the stored fields of document i . |
Document | Expert: Returns the stored fields of document i . |
Document | Returns document for this hit. |
Methods with parameter type org.apache.lucene.document.Document | |
void | Adds a document to this index. |
void | Adds a document to this index. |
void | Adds a document to this index, using the provided analyzer instead of the
one specific in the constructor. |
void | Adds a document to this index, using the provided analyzer instead of the
value of getAnalyzer() . |
void | Updates a document by first deleting the document(s)
containing term and then adding the new
document. |
void | Updates a document by first deleting the document(s)
containing term and then adding the new
document. |
Methods with return type org.apache.lucene.document.Document | |
Document | IndexReader.document(int n) Returns the stored fields of the n th
Document in this index. |
Document | |
Document | Get the Document at the n th position. |
Document | |
Document |
Methods with return type org.apache.lucene.document.Document | |
Document | FileDocument.Document(File f) Makes a document for a File. |
Document | HTMLDocument.Document(File f) |
Methods with return type org.apache.lucene.document.Document | |
Document | HtmlDocument.Document(File file) Creates a Lucene Document from a File . |
Document | TextDocument.Document(File f) Makes a document for a File. |
Document | DocumentHandler.getDocument(File file) Gets the document attribute of the DocumentHandler object
|
Document | FileExtensionDocumentHandler.getDocument(File file) Gets the document attribute of the
FileExtensionDocumentHandler object
|
Document | HtmlDocument.getDocument(InputStream is) Creates a Lucene Document from an InputStream . |
Methods with return type org.apache.lucene.document.Document | |
Document | Create the next document. |
Document | Create the next document. |
Document | BasicDocMaker.makeDocument(int size) Create the next document, of the given size by input bytes. |
Document | DocMaker.makeDocument(int size) Create the next document, of the given size by input bytes. |