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
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
> 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
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
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
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 :
>
>
>
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
: 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
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:/