org.gcube.dir.master.tasks
Class IndexFinder<COLLECTION extends Collection>

java.lang.Object
  extended by 
      extended by org.gcube.dir.master.tasks.IndexFinder<COLLECTION>

public class IndexFinder<COLLECTION extends Collection>
extends

Interact with FullText Index Services to retrieve the identifier of a full-text index of the handled .

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
IndexFinder()
           
 
Method Summary
 java.lang.String getIndexID()
          Returns the identifier of a full-text index of the handled collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexFinder

public IndexFinder()
Method Detail

getIndexID

public java.lang.String getIndexID()
Returns the identifier of a full-text index of the handled collection.

Returns:
the identifier.