Uses of Class
org.weborganic.bastille.flint.helpers.IndexMaster

Packages that use IndexMaster
org.weborganic.bastille.flint.config Classes used to centralize the Flint configuration on Berlioz. 
org.weborganic.bastille.flint.helpers Utility classes for the content generators. 
 

Uses of IndexMaster in org.weborganic.bastille.flint.config
 

Methods in org.weborganic.bastille.flint.config that return IndexMaster
static IndexMaster FlintConfig.getMaster()
          Returns the index master for a single index.
static IndexMaster FlintConfig.getMaster(String name)
          Returns the Index master for the specified name.
static IndexMaster FlintConfig.getOrCreateMaster(File index)
           
 

Methods in org.weborganic.bastille.flint.config that return types with arguments of type IndexMaster
static List<IndexMaster> FlintConfig.getMasters()
           
 

Uses of IndexMaster in org.weborganic.bastille.flint.helpers
 

Methods in org.weborganic.bastille.flint.helpers that return IndexMaster
static IndexMaster MultipleIndex.getMaster(File index)
          Deprecated. Use MultipleIndex.getMaster(File) instead
 

Constructor parameters in org.weborganic.bastille.flint.helpers with type arguments of type IndexMaster
MultiSearchResults(SearchQuery query, ScoreDoc[] hits, int totalHits, SearchPaging paging, MultiSearcher searcher, Map<IndexMaster,IndexSearcher> indexes)
          Creates a new SearchResults.
MultiSearchResults(SearchQuery query, TopFieldDocs fielddocs, SearchPaging paging, MultiSearcher searcher, Map<IndexMaster,IndexSearcher> indexes)
          Creates a new SearchResults.