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


public interface IndexSourceLocator

IndexSourceLocator is the handler for IndexSource to help locate the IndexSource information for Content Server


Method Summary
 IndexSource locateIndexSource(java.lang.String name)
          Locates an IndexSource given an IndexSource name
 

Method Detail

locateIndexSource

IndexSource locateIndexSource(java.lang.String name)
Locates an IndexSource given an IndexSource name

Parameters:
name - the name of the IndexSource to look for
Returns:
the located IndexSource instance


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