org.xcmis.search.config
Class SearchServiceConfiguration

java.lang.Object
  extended by org.xcmis.search.content.command.InvocationContext
      extended by org.xcmis.search.config.SearchServiceConfiguration

public class SearchServiceConfiguration
extends InvocationContext

Configuration of search service.


Constructor Summary
SearchServiceConfiguration(Schema schema, VirtualTableResolver tableResolver, ContentReaderInterceptor contentReader, IndexConfiguration indexConfiguration)
           
SearchServiceConfiguration(Schema schema, VirtualTableResolver tableResolver, NameConverter nameConverter, PathSplitter pathSplitter, ContentReaderInterceptor contentReader, IndexConfiguration indexConfiguration)
           
 
Method Summary
 ContentReaderInterceptor getContentReader()
           
 IndexConfiguration getIndexConfuguration()
           
 
Methods inherited from class org.xcmis.search.content.command.InvocationContext
getNameConverter, getPathSplitter, getSchema, getTableResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchServiceConfiguration

public SearchServiceConfiguration(Schema schema,
                                  VirtualTableResolver tableResolver,
                                  ContentReaderInterceptor contentReader,
                                  IndexConfiguration indexConfiguration)

SearchServiceConfiguration

public SearchServiceConfiguration(Schema schema,
                                  VirtualTableResolver tableResolver,
                                  NameConverter nameConverter,
                                  PathSplitter pathSplitter,
                                  ContentReaderInterceptor contentReader,
                                  IndexConfiguration indexConfiguration)
Method Detail

getContentReader

public ContentReaderInterceptor getContentReader()

getIndexConfuguration

public IndexConfiguration getIndexConfuguration()
Returns:
the indexConfiguration


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.