GATE
Version 3.1-2270

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

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

getIndexLocation

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

getIndexFields

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

getIrEngineClassName

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

Returns:
a String.

GATE
Version 3.1-2270