org.qi4j.index.solr
Interface EmbeddedSolrService

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
EmbeddedSolrService.Mixin

@Mixins(value=EmbeddedSolrService.Mixin.class)
@Activators(value=EmbeddedSolrService.Activator.class)
public interface EmbeddedSolrService
extends ServiceComposite


Nested Class Summary
static class EmbeddedSolrService.Activator
           
static class EmbeddedSolrService.Mixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void activateSolr()
           
 void passivateSolr()
           
 org.apache.solr.core.SolrCore solrCore()
           
 org.apache.solr.client.solrj.SolrServer solrServer()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

solrServer

org.apache.solr.client.solrj.SolrServer solrServer()

solrCore

org.apache.solr.core.SolrCore solrCore()

activateSolr

void activateSolr()
                  throws java.lang.Exception
Throws:
java.lang.Exception

passivateSolr

void passivateSolr()
                   throws java.lang.Exception
Throws:
java.lang.Exception