org.dlese.dpc.index
Class ResultDocConfig
java.lang.Object
org.dlese.dpc.index.ResultDocConfig
- public final class ResultDocConfig
- extends Object
Contains config objects used in ResultDoc and DocReader.
- Author:
- John Weatherley
- See Also:
DocReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
public SimpleLuceneIndex index
query
public String query
ResultDocConfig
public ResultDocConfig(String myQuery,
SimpleLuceneIndex myIndex)
- Constructor for the ResultDocConfig.
- Parameters:
myQuery
- The query that was used.myIndex
- A pointer to the index that was searched over.