Re: Multiple Collections in one Zookeeper

2013-03-09 Thread jimtronic
Ok, I'm a little confused. I had originally bootstrapped zookeeper using a solr.xml file which specified the following cores: cats dogs birds In my /solr/#/cloud?view=tree view I see that I have /collections /cats /dogs /birds /configs /cats /dogs /birds When I launch a new server and

Re: Solr 4.1: problems with Spatial Search.

2013-03-09 Thread Luis Cappa Banda
Hello again! Uhm, so if I have understood then if I´m writing/reading from the index at the same time (in other words, indexing operations are executing at the same that that other ones are querying) the performance goes down, isn´t it? Refering to the fieldType that I´m using, I´m just testing

Re: Multiple Collections in one Zookeeper

2013-03-09 Thread Mark Miller
You want to create both under different root nodes in zk, so that you would have /cluster1 and /cluster2 Then you startup with addresses of: zookeeper:{port1},zookeeper:{port2}/cluster1 zookeeper:{port2},zookeeper:{port2}/cluster2 If you are using one of the bootstrap calls on startup, it

Re: Solr 4.1: problems with Spatial Search.

2013-03-09 Thread David Smiley (@MITRE.org)
Rakudten wrote Hello again! Uhm, so if I have understood then if I´m writing/reading from the index at the same time (in other words, indexing operations are executing at the same that that other ones are querying) the performance goes down, isn´t it? Committing is the problem (soft or

Feeding Custom QueryParser with Nested Query

2013-03-09 Thread jimtronic
I've written a custom query parser that we'll call {!doFoo } which takes two parameters: a field name and a space delimited list of values. The parser does some calculations between the list of values and the field in question. In some cases, the list is quite long and as it turns out, the core

Re: Search a folder with File name and retrieve all the files matched

2013-03-09 Thread Jan Høydahl
Sure Erik, Or since we already default to full path name as id, perhaps we could change literal.resourcename to be the filename only. Guess that one is mostly for Tika to have more hints to guess the type of file, so it doesn't need to be absolute, especially when you have it in the ID

Re: SolrCloud - Sorting Problem

2013-03-09 Thread varun srivastava
Hi Deniz, Your mail about distributed query is really helpful. Can you or someone else improve the following wiki. RIght now we dont have any document explaining distributed search in solr, which is now backbone of solr cloud. http://wiki.apache.org/solr/WritingDistributedSearchComponents

Re: SolrCloud - Sorting Problem

2013-03-09 Thread varun srivastava
Also if anyone who understand DistributedSearch can update following wiki it will be really helpful for all of us. http://wiki.apache.org/solr/DistributedSearchDesign Thanks Varun On Sat, Mar 9, 2013 at 4:03 PM, varun srivastava varunmail...@gmail.comwrote: Hi Deniz, Your mail about

Re: InvalidShapeException when using SpatialRecursivePrefixTreeFieldType with custom worldBounds

2013-03-09 Thread Lance Norskog
Thank you (and Hoss)! I have found this concept elusive, and you two have nailed it. I will be able to understand it for the 5 minutes I will need to code with it. Lance On 03/09/2013 10:57 AM, David Smiley (@MITRE.org) wrote: Just finished: