Used for input Document creation in LuceneIndexTemplate. Alternatively, Document instances can be passed into LuceneIndexTemplate's corresponding addDocument
methods directly.
Caution: If you want to use InputStream with this interface, you need to manage the stream outside the template or use the InputStreamDocumentCreator. @author Thierry Templier @see org.springmodules.lucene.index.core.InputStreamDocumentCreator @see LuceneIndexTemplate#addDocument(DocumentCreator) @see LuceneIndexTemplate#addDocument(DocumentCreator,org.apache.lucene.analysis.Analyzer)
|
|