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()
getQueryableIndexStorage
public String getQueryableIndexStorage()
- Returns:
- the queryableIndexStorage
setQueryableIndexStorage
public void setQueryableIndexStorage(String queryableIndexStorage)
- Parameters:
queryableIndexStorage - the queryableIndexStorage to set
getDocumentReaderService
public org.exoplatform.services.document.DocumentReaderService getDocumentReaderService()
- Returns:
- the documentReaderService
setDocumentReaderService
public void setDocumentReaderService(org.exoplatform.services.document.DocumentReaderService documentReaderService)
- Parameters:
documentReaderService - the documentReaderService to set
getIndexDir
public String getIndexDir()
- Returns:
- the indexDir
getRootParentUuid
public String getRootParentUuid()
- Returns:
- the rootParentUuid
getRootUuid
public String getRootUuid()
- Returns:
- the rootUuid
setIndexDir
public void setIndexDir(String indexDir)
- Parameters:
indexDir - the indexDir to set
setRootParentUuid
public void setRootParentUuid(String rootParentUuid)
- Parameters:
rootParentUuid - the rootParentUuid to set
setRootUuid
public void setRootUuid(String rootUuid)
- Parameters:
rootUuid - the rootUuid to set
Copyright © 2010 eXo Platform SAS. All Rights Reserved.