DLESE Tools
v1.2

org.dlese.dpc.index
Class ResultDocConfig

java.lang.Object
  extended byorg.dlese.dpc.index.ResultDocConfig

public final class ResultDocConfig
extends Object

Contains config objects used in ResultDoc and DocReader.

Author:
John Weatherley
See Also:
DocReader

Field Summary
 SimpleLuceneIndex index
           
 String query
           
 
Constructor Summary
ResultDocConfig(String myQuery, SimpleLuceneIndex myIndex)
          Constructor for the ResultDocConfig.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public SimpleLuceneIndex index

query

public String query
Constructor Detail

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.

DLESE Tools
v1.2