Re: Index partitioning with solr multiple core feature

2009-07-06 Thread Sumit Aggarwal
used for different > > applications > > only My search on different entities is also a type of different > > applications theoritically > > > > Does solr provides any good support for index partitioning. > > > No. Partitioning is not done by Solr. So

Re: Index partitioning with solr multiple core feature

2009-07-06 Thread Shalin Shekhar Mangar
rent entities is also a type of different > applications theoritically > > Does solr provides any good support for index partitioning. No. Partitioning is not done by Solr. So you should decide your partitioning scheme: round robin, fixed hashing, random etc. Once you have partitioned you

Re: Index partitioning with solr multiple core feature

2009-07-06 Thread Sumit Aggarwal
> mentioned i wont achieve putting all partitions on the same box , why is > that so? > > While reading solr core it says solr core is used for different > applications only My search on different entities is also a type of > different applications theoritically > > Doe

Re: Index partitioning with solr multiple core feature

2009-07-06 Thread Sumit Aggarwal
different applications theoritically Does solr provides any good support for index partitioning. Thanks, Sumit On Mon, Jul 6, 2009 at 2:43 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Jul 6, 2009 at 1:40 PM, Sumit Aggarwal >wrote: > > > I was tryin

Re: Index partitioning with solr multiple core feature

2009-07-06 Thread Shalin Shekhar Mangar
On Mon, Jul 6, 2009 at 1:40 PM, Sumit Aggarwal wrote: > I was trying to implement entity based partitioning using multiple core > feature. > So my solr.xml is like : > > > > > > > > > > > > Now using http://localhost:8983/solr/User/ or > http://localhost:8983/solr/Group/ i am able to rea

Re: Index partitioning with solr multiple core feature

2009-07-06 Thread Sumit Aggarwal
I forgot to mention i already have a partitioning to 3 different servers for each entity based on some unique int value. On Mon, Jul 6, 2009 at 1:40 PM, Sumit Aggarwal wrote: > I was trying to implement entity based partitioning using multiple core > feature. > So my solr.xml is like : > > >

Index partitioning with solr multiple core feature

2009-07-06 Thread Sumit Aggarwal
I was trying to implement entity based partitioning using multiple core feature. So my solr.xml is like : Now using http://localhost:8983/solr/User/ or http://localhost:8983/solr/Group/ i am able to reach seperate partition for entity based search. Now question arises for entity based in

Re: Index partitioning

2008-10-29 Thread Chris Hostetter
: I want to partition my index based on category information. Also, while : indexing I want to store particular category data to corresponding index : partition. In the same way I need to search for category information on : corresponding partition..   I found some information on wiki link : h

Index partitioning

2008-10-24 Thread mahendra mahendra
Hi,   I want to partition my index based on category information. Also, while indexing I want to store particular category data to corresponding index partition. In the same way I need to search for category information on corresponding partition..   I found some information on wiki link http:/