org.xcmis.search.config
Class IndexConfiguration
java.lang.Object
org.xcmis.search.config.IndexConfiguration
public class IndexConfiguration
- extends Object
Search service index configuration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_QUERYABLEINDEXSTORAGE
public static final String DEFAULT_QUERYABLEINDEXSTORAGE
- Default implementation of
QueryableIndexStorage.
- See Also:
- Constant Field Values
IndexConfiguration
public IndexConfiguration(String rootUuid)
throws IndexConfigurationException,
org.apache.tika.mime.MimeTypeException,
IOException
- In memory index storage with default Tika configuration
- Parameters:
rootParentUuid - rootUuid -
- Throws:
IndexConfigurationException
org.apache.tika.mime.MimeTypeException
IOException
IndexConfiguration
public IndexConfiguration(String rootParentUuid,
String rootUuid)
throws IndexConfigurationException,
org.apache.tika.mime.MimeTypeException,
IOException
- In memory index storage with default Tika configuration
- Parameters:
rootParentUuid - rootUuid -
- Throws:
IndexConfigurationException
org.apache.tika.mime.MimeTypeException
IOException
IndexConfiguration
public IndexConfiguration(String indexDir,
String rootParentUuid,
String rootUuid)
throws IndexConfigurationException,
org.apache.tika.mime.MimeTypeException,
IOException
- Throws:
IndexConfigurationException
org.apache.tika.mime.MimeTypeException
IOException
IndexConfiguration
public IndexConfiguration(String indexDir,
String rootParentUuid,
String rootUuid,
String queryableIndexStorage,
org.apache.tika.config.TikaConfig tikaConfiguration)
throws IndexConfigurationException,
org.apache.tika.mime.MimeTypeException,
IOException
- Throws:
IndexConfigurationException
org.apache.tika.mime.MimeTypeException
IOException
getIndexDir
public String getIndexDir()
- Returns:
- the indexDir
getQueryableIndexStorage
public String getQueryableIndexStorage()
- Returns:
- the queryableIndexStorage
getRootParentUuid
public String getRootParentUuid()
- Returns:
- the rootParentUuid
getRootUuid
public String getRootUuid()
- Returns:
- the rootUuid
getTikaConfiguration
public org.apache.tika.config.TikaConfig getTikaConfiguration()
- Returns:
- the tikaConfiguration
Copyright © 2011 eXo Platform SAS. All Rights Reserved.