Re: SolrJ best pratices

2013-10-09 Thread Furkan KAMACI
I suggest you to look at here: http://wiki.apache.org/solr/Solrj?action=fullsearchcontext=180value=cloudsolrservertitlesearch=Titles#Using_with_SolrCloud 2013/10/9 Shawn Heisey s...@elyograg.org On 10/7/2013 3:08 PM, Mark wrote: Some specific questions: - When working with HttpSolrServer

Re: SolrJ best pratices

2013-10-09 Thread Mark
Thanks for the clarification. In Solr Cloud just use 1 connection. In non-cloud environments you will need one per core. On Oct 8, 2013, at 5:58 PM, Shawn Heisey s...@elyograg.org wrote: On 10/7/2013 3:08 PM, Mark wrote: Some specific questions: - When working with HttpSolrServer should

Re: SolrJ best pratices

2013-10-08 Thread Shawn Heisey
On 10/7/2013 3:08 PM, Mark wrote: Some specific questions: - When working with HttpSolrServer should we keep around instances for ever or should we create a singleton that can/should be used over and over? - Is there a way to change the collection after creating the server or do we need to

SolrJ best pratices

2013-10-07 Thread Mark
Are there any links describing best practices for interacting with SolrJ? I've checked the wiki and it seems woefully incomplete: (http://wiki.apache.org/solr/Solrj) Some specific questions: - When working with HttpSolrServer should we keep around instances for ever or should we create a