Skip navigation links


com.fatwire.cs.core.search.source
Interface IndexSourceConfig


public interface IndexSourceConfig

An indexSourceConfig represents the Configuration information for Content Server index sources. It should be used to retrieve the list of index sources configured in Content Server and retrieve the metadata information defined for each index source given name


Method Summary
 IndexSourceMetadata getConfiguration(java.lang.String indexSourceName)
          Retrieve the IndexSourceMetadata information given an index source name
 java.util.List<java.lang.String> getIndexSources()
          Retrieve the String names of index sources in Content Server

 

Method Detail

getIndexSources

java.util.List<java.lang.String> getIndexSources()
Retrieve the String names of index sources in Content Server
Returns:
a list of String names of index sources

getConfiguration

IndexSourceMetadata getConfiguration(java.lang.String indexSourceName)
Retrieve the IndexSourceMetadata information given an index source name
Parameters:
indexSourceName - the String name of the index source whose metadata needs to be retrieved
Returns:
the instance of IndexSourceMetadata for the given index source name

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.