Re: Advise on an architecture with lot of cores

2014-10-07 Thread youknow...@heroicefforts.net
"On the other hand, it [sic] most of the cores are idle most of the time, the 1 core/customer setup would be give better utilization of the hardware." This is an important point. I've seen performance go to hell when 10M, 100M, and 1B cloud collections were consolidated in a hardware constrained

Delete by query with soft commit

2014-04-08 Thread youknow...@heroicefforts.net
It appears that UpdateResponse.setCommitWithin is not honored when executing a delete query against SolrCloud (SolrJ 4.6). However, setting the hard commit parameter functions as expected. Is this a known bug? Thanks, -Jess

Filter caching

2014-03-31 Thread youknow...@heroicefforts.net
Re-reading the documentation, it seems that Solr caches the results of the fq parameter, not lower level field constraints. This would imply that breaking a single complex boolean filter into multiple conjunctive fq parameters would improve the odds for cache hits. Is this correct? fq=(a:foo o

Re: Listing collection fields

2013-11-19 Thread youknow...@heroicefforts.net
27;t tell >you the actual dynamic field names in the index. I don't know if we >have anything better than a luke request for that yet. > >On Tue, Nov 19, 2013 at 5:56 AM, youknow...@heroicefforts.net > wrote: >> I'd like to get the complete field list for a collectio

Listing collection fields

2013-11-18 Thread youknow...@heroicefforts.net
I'd like to get the complete field list for a collection, including dynamic fields. Is issuing a Luke request still the recommended way for retrieving this data? -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.

solrconfig.xml carrot2 params

2013-10-17 Thread youknow...@heroicefforts.net
Would someone help me out with the syntax for setting Tokenizer.documentFields in the ClusteringComponent engine definition in solrconfig.xml? Carrot2 is expecting a Collection of Strings. There's no schema definition for this XML file and a big TODO on the Wiki wrt init params. Every permuta