| Constructor and Description |
|---|
SimpleDocReader()
Constructor for the SimpleDocReader object
|
SimpleDocReader(org.apache.lucene.document.Document doc)
Constructor that may be used programatically to wrap a reader around a Lucene
Document created by a DocWriter. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReaderType()
Gets a String describing the reader type.
|
void |
init()
Init method does nothing.
|
doInit, getAttribute, getDocMap, getDocument, getIndex, getLazyDocMap, getQuery, getRepositoryManager, getScore, setDocpublic SimpleDocReader()
public java.lang.String getReaderType()
getReaderType in class DocReader