Uses of Class
org.ow2.weblab.services.solr.SolrConfig

Packages that use SolrConfig
org.ow2.weblab.services.solr   
org.ow2.weblab.services.solr.analyser   
org.ow2.weblab.services.solr.dataoperator   
org.ow2.weblab.services.solr.indexer   
org.ow2.weblab.services.solr.searcher   
org.ow2.weblab.util   
 

Uses of SolrConfig in org.ow2.weblab.services.solr
 

Methods in org.ow2.weblab.services.solr that return SolrConfig
 SolrConfig SolrComponent.getConf()
           
 

Methods in org.ow2.weblab.services.solr with parameters of type SolrConfig
static SolrComponent SolrComponent.getInstance(SolrConfig conf, java.lang.String context)
          Retrieve SolrComponent instance depending on context
 void SolrComponent.setConf(SolrConfig conf)
           
 

Uses of SolrConfig in org.ow2.weblab.services.solr.analyser
 

Methods in org.ow2.weblab.services.solr.analyser that return SolrConfig
 SolrConfig ResultSetMetadataEnrichment.getConf()
           
 SolrConfig Highlighter.getConf()
           
 SolrConfig SpellSuggestion.getConf()
           
 SolrConfig FacetSuggestion.getConf()
           
 

Methods in org.ow2.weblab.services.solr.analyser with parameters of type SolrConfig
 void ResultSetMetadataEnrichment.setConf(SolrConfig conf)
           
 void Highlighter.setConf(SolrConfig conf)
           
 void SpellSuggestion.setConf(SolrConfig conf)
           
 void FacetSuggestion.setConf(SolrConfig conf)
           
 

Uses of SolrConfig in org.ow2.weblab.services.solr.dataoperator
 

Methods in org.ow2.weblab.services.solr.dataoperator that return SolrConfig
 SolrConfig SolrDataOperator.getConf()
           
 

Methods in org.ow2.weblab.services.solr.dataoperator with parameters of type SolrConfig
 void SolrDataOperator.setConf(SolrConfig conf)
           
 

Uses of SolrConfig in org.ow2.weblab.services.solr.indexer
 

Subclasses of SolrConfig in org.ow2.weblab.services.solr.indexer
 class SolrIndexerConfig
          Deprecated. use directly org.ow2.weblab.services.solr.SolrConfig instead.
 

Methods in org.ow2.weblab.services.solr.indexer that return SolrConfig
 SolrConfig SolrIndexer.getIndexerConfig()
           
 

Methods in org.ow2.weblab.services.solr.indexer with parameters of type SolrConfig
 void SolrIndexer.setIndexerConfig(SolrConfig indexerConfig)
           
 

Uses of SolrConfig in org.ow2.weblab.services.solr.searcher
 

Methods in org.ow2.weblab.services.solr.searcher that return SolrConfig
 SolrConfig SolrSearcher.getConf()
           
 

Methods in org.ow2.weblab.services.solr.searcher with parameters of type SolrConfig
 void SolrSearcher.setConf(SolrConfig conf)
           
 

Uses of SolrConfig in org.ow2.weblab.util
 

Constructors in org.ow2.weblab.util with parameters of type SolrConfig
SolrQueryParser(SolrConfig config)
           
 



Copyright © 2004-2012. All Rights Reserved.