org.xcmis.search.config
Class IndexConfiguration

java.lang.Object
  extended by org.xcmis.search.config.IndexConfiguration

public class IndexConfiguration
extends Object

Search service index configuration


Field Summary
static String DEFAULT_QUERYABLEINDEXSTORAGE
          Default implementation of QueryableIndexStorage.
 
Constructor Summary
IndexConfiguration()
           
 
Method Summary
 org.exoplatform.services.document.DocumentReaderService getDocumentReaderService()
           
 String getIndexDir()
           
 String getQueryableIndexStorage()
           
 String getRootParentUuid()
           
 String getRootUuid()
           
 void setDocumentReaderService(org.exoplatform.services.document.DocumentReaderService documentReaderService)
           
 void setIndexDir(String indexDir)
           
 void setQueryableIndexStorage(String queryableIndexStorage)
           
 void setRootParentUuid(String rootParentUuid)
           
 void setRootUuid(String rootUuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_QUERYABLEINDEXSTORAGE

public static final String DEFAULT_QUERYABLEINDEXSTORAGE
Default implementation of QueryableIndexStorage.

See Also:
Constant Field Values
Constructor Detail

IndexConfiguration

public IndexConfiguration()
Method Detail

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.