|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.index.reader.DocReader
org.dlese.dpc.index.reader.FileIndexingServiceDocReader
org.dlese.dpc.index.reader.SimpleFileIndexingServiceDocReader
public class SimpleFileIndexingServiceDocReader
A bean meant for subclassing that provides a basic implementataion of the FileIndexingServiceDocReader interface.
| Field Summary |
|---|
| Fields inherited from class org.dlese.dpc.index.reader.DocReader |
|---|
conf, doc, resultDoc, score |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getReaderType()
Gets the String 'ItemDocReader,' which is the key that describes this reader type. |
void |
init()
Init method does nothing. |
| Methods inherited from class org.dlese.dpc.index.reader.FileIndexingServiceDocReader |
|---|
fileExists, getDateFileWasIndexed, getDateFileWasIndexedString, getDateStamp, getDeleted, getDocDir, getDocsource, getDocsourceEncoded, getDoctype, getFile, getFileExists, getFileName, getFullContent, getFullContentEncodedAs, getLastModified, getLastModifiedAsUTC, getLastModifiedString, isDeleted, prtln, prtlnErr, setDebug |
| Methods inherited from class org.dlese.dpc.index.reader.DocReader |
|---|
doInit, getAttribute, getDocMap, getDocument, getIndex, getLazyDocMap, getQuery, getRepositoryManager, getScore, setDoc |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleFileIndexingServiceDocReader()
public SimpleFileIndexingServiceDocReader(org.apache.lucene.document.Document doc)
doc - A Lucene Document.FileIndexingServiceWriter| Method Detail |
|---|
public void init()
init in class DocReaderpublic String getReaderType()
getReaderType in class DocReader
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||