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 co
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 a
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
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 o
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 al
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 alread
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
Thanks
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 wrote:
> Hi Deniz,
> Your mail about distributed query is really
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:
http://wiki.apache.org/solr/SpatialForTimeDurations