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, setDebugdoInit, getAttribute, getDocMap, getDocument, getIndex, getLazyDocMap, getQuery, getRepositoryManager, getScore, setDocpublic SimpleFileIndexingServiceDocReader()
public SimpleFileIndexingServiceDocReader(org.apache.lucene.document.Document doc)
doc - A Lucene Document.FileIndexingServiceWriterpublic java.lang.String getReaderType()
getReaderType in class DocReader