Re: Solr Shards multi core slower then single big core

2012-05-14 Thread arjit
Robert can you tell what you mean when you say "We do a lot of faceting so maybe that is why since facets can be built in parallel on different threads/cores". I am novice in solr. Can you tell me where Can i read about it ? Thanks , Arjit On Mon, May 14, 2012 at 8:54 PM, Robert St

Re: Solr Shards multi core slower then single big core

2012-05-13 Thread arjit
ldn't Solr read in parallel from shards when a query is fired to it ? Please let me know If i am assuming something which is wrong. Thanks , Arjit On Sun, May 13, 2012 at 12:44 AM, Erick Erickson [via Lucene] < ml-node+s472066n3982950...@n3.nabble.com> wrote: > One of the point

Re: Solr Shards multi core slower then single big core

2012-05-12 Thread arjit
My query is SolrQuery sQuery = new SolrQuery(query.getQueryStr()); sQuery.setQueryType("dismax"); sQuery.setRows(100); if (!query.isSearchOnDefaultField()) { sQuery.setParam("qf", queryFields.toArray(new String[queryFields.size()])); } sQuery.