Uses of Class org.apache.lucene.document.Document

Uses in package org.apache.lucene.benchmark.standard

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

Uses in package org.apache.lucene.demo

Methods with return type org.apache.lucene.document.Document

Document
Makes a document for a File.
Document

Uses in package org.apache.lucene.index

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
Returns the stored fields of the nth Document in this index.
Document
FilterIndexReader.document(int n, FieldSelector fieldSelector)
Document
IndexReader.document(int n, FieldSelector fieldSelector)
Get the Document at the nth position.
Document
MultiReader.document(int n, FieldSelector fieldSelector)
Document
ParallelReader.document(int n, FieldSelector fieldSelector)

Uses in package org.apache.lucene.ant

Methods with return type org.apache.lucene.document.Document

Document
Creates a Lucene Document from a File.
Document
Makes a document for a File.
Document
Gets the document attribute of the DocumentHandler object
Document
Gets the document attribute of the FileExtensionDocumentHandler object
Document
HtmlDocument.getDocument(InputStream is)
Creates a Lucene Document from an InputStream.

Uses in package org.apache.lucene.benchmark.byTask.feeds

Methods with return type org.apache.lucene.document.Document

Document
Create the next document.
Document
Create the next document.
Document
Create the next document, of the given size by input bytes.
Document
Create the next document, of the given size by input bytes.

Uses in package org.apache.lucene.search

Methods with return type org.apache.lucene.document.Document

Document
Hits.doc(int n)
Returns the stored fields of the nth document in this set.
Document
Expert: Returns the stored fields of document i.
Document
Document
Document
Searchable.doc(int i)
Expert: Returns the stored fields of document i.
Document
Searcher.doc(int i)
Expert: Returns the stored fields of document i.
Document
Returns document for this hit.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.