public class SimpleFileIndexingServiceDocReader extends FileIndexingServiceDocReader implements java.io.Serializable
FileIndexingServiceDocReader
interface.Constructor and Description |
---|
SimpleFileIndexingServiceDocReader()
Constructor for the SimpleFileIndexingServiceDocReader object
|
SimpleFileIndexingServiceDocReader(org.apache.lucene.document.Document doc)
Constructor that may be used programatically to wrap a reader around a Lucene Document that was created
by a FileIndexingServiceWriter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReaderType()
Gets the String 'ItemDocReader,' which is the key that describes this reader type.
|
void |
init()
Init method does nothing.
|
fileExists, getDateFileWasIndexed, getDateFileWasIndexedString, getDateStamp, getDeleted, getDocDir, getDocsource, getDocsourceEncoded, getDoctype, getFile, getFileExists, getFileName, getFullContent, getFullContentEncodedAs, getLastModified, getLastModifiedAsUTC, getLastModifiedString, isDeleted, prtln, prtlnErr, setDebug
doInit, getAttribute, getDocMap, getDocument, getIndex, getLazyDocMap, getQuery, getRepositoryManager, getScore, setDoc
public SimpleFileIndexingServiceDocReader()
public SimpleFileIndexingServiceDocReader(org.apache.lucene.document.Document doc)
doc
- A Lucene Document
.FileIndexingServiceWriter
public java.lang.String getReaderType()
getReaderType
in class DocReader