Uses of Package
org.ow2.weblab.services.solr

Packages that use org.ow2.weblab.services.solr
org.ow2.weblab.services.solr   
org.ow2.weblab.services.solr.searcher   
 

Classes in org.ow2.weblab.services.solr used by org.ow2.weblab.services.solr
SolrComponent
          Component used to : open a connection to remote solr server add a document to the index search in the index This class implements singleton pattern in order to share index connection and improve performance (Solr server is thread-safe).
The index buffer is managed by Solr so we just use a counter to commit documents when buffer configured size is achieved.
 

Classes in org.ow2.weblab.services.solr used by org.ow2.weblab.services.solr.searcher
SolrComponent
          Component used to : open a connection to remote solr server add a document to the index search in the index This class implements singleton pattern in order to share index connection and improve performance (Solr server is thread-safe).
The index buffer is managed by Solr so we just use a counter to commit documents when buffer configured size is achieved.
 



Copyright © 2004-2012. All Rights Reserved.