gate.creole.ir
Interface IndexDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultIndexDefinition

public interface IndexDefinition
extends Serializable


Field Summary
static long serialVersionUID
           
 
Method Summary
 Iterator getIndexFields()
           
 String getIndexLocation()
           
 String getIrEngineClassName()
          Gets the type of IR engine to be used for indexing
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getIndexLocation

public String getIndexLocation()
Returns:
String path of index store directory

getIndexFields

public Iterator getIndexFields()
Returns:
Iterator of IndexFields, fileds for indexing.

getIrEngineClassName

public String getIrEngineClassName()
Gets the type of IR engine to be used for indexing

Returns:
a String.