SOLR capacity planning and Disaster relief

2012-10-21 Thread Worthy LaFollette
CAVEAT: I am a nubie w/r to SOLR (some Lucene experience, but not SOLR itself. Trying to come up to speed. What have you all done w/r to SOLR capacity planning and disaster relief? I am curious to the following metrics: - File handles and other ulimit/profile concerns - Space calculations

Re: Doing facet count using group truncating with distributed search

2012-10-21 Thread Erick Erickson
I think you're confusing cores and shards. The comments about distributed functionality are for a _sharded_ index. A sharded index simply breaks up a single logical index into parts (shards) and, when the configuration is set up, queries are automatically sent to all shards and the results

Does SolrCloud support distributed IDFs?

2012-10-21 Thread Sascha Szott
Hi folks, a known limitation of the old distributed search feature is the lack of distributed/global IDFs (#SOLR-1632). Does SolrCloud bring some improvements in this direction? Best regards, Sascha

Re: Open Source Social (London) - 23rd Oct

2012-10-21 Thread Richard Marr
Last reminder... come along on Tuesday if you can! We'd love to meet you and share search/NLP/scaling war stories. On 11 October 2012 21:59, Richard Marr richard.m...@gmail.com wrote: Hi all, The next Open Source Search Social is on the 23rd Oct at The Plough, in Bloomsbury. We usually

Why does SolrIndexSearcher.java enforce mutual exclusion of filter and filterList?

2012-10-21 Thread Aaron Daubman
Greetings, I'm wondering if somebody would please explain why SolrIndexSearcher.java enforces mutual exclusion of filter and filterList (e.g. see: https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java#L2039 ) For a custom application

Re: Why does SolrIndexSearcher.java enforce mutual exclusion of filter and filterList?

2012-10-21 Thread Yonik Seeley
On Sun, Oct 21, 2012 at 3:57 PM, Aaron Daubman daub...@gmail.com wrote: Greetings, I'm wondering if somebody would please explain why SolrIndexSearcher.java enforces mutual exclusion of filter and filterList (e.g. see:

Re: Does SolrCloud support distributed IDFs?

2012-10-21 Thread Mark Miller
On 10/21/2012 01:27 PM, Sascha Szott wrote: Hi folks, a known limitation of the old distributed search feature is the lack of distributed/global IDFs (#SOLR-1632). Does SolrCloud bring some improvements in this direction? Best regards, Sascha Still waiting on that issue. I think Andrzej

IOException occured when talking to server

2012-10-21 Thread Jason
Hi, I'm encountering below error repeatedly when trying out distributed search. At that time, every server was not stalled. Has anyone know what the problem is? 2012-10-18 09:09:54,813 [http-8080-exec-8819] ERROR org.apache.solr.core.SolrCore - org.apache.solr.common.SolrException:

RAMDirectory - still stores some docs on disk?

2012-10-21 Thread deniz
Hello I am using RAMDirectory for running some experiments and came up with a weird (well, for me) situation. basically after indexing on RAM. i have killed the JVM and then restarted it after some time. I can still see some documents as indexed and searchable. I had indexed more than 2M docs

Re: SOLR 4 BETA facet.pivot and cloud

2012-10-21 Thread dplutcho
When I run SOLR 4 BETA with zookeeper, even if I specify shards=1, pivoting does not seem to work. FYI, facet.pivot does work, in 4.0, on a per-shard basis if you include the distrib=False argument. -- View this message in context: