Re: Few Queries regarding indexes in Solr

2009-06-18 Thread Michael Ludwig
Otis Gospodnetic schrieb: [...] nothing prevents the indexing client from sending the same doc to multiple shards. In some scenarios that's exactly what you want to do. What kind of scenario would that be? One scenario is making use of small and large core to provide near real-time search -

Re: Few Queries regarding indexes in Solr

2009-06-17 Thread Michael Ludwig
Otis Gospodnetic schrieb: Regarding that 3rd answer below: Putting it back in context (where it belongs :-) : My (very limited) understanding of shards is that you repartition your documents among shards and send each document to only one shard. (Not sure this is correct.) Yes, that's

Re: Few Queries regarding indexes in Solr

2009-06-17 Thread Otis Gospodnetic
Hi Michael, - Original Message From: Michael Ludwig m...@as-guides.com To: solr-user@lucene.apache.org Sent: Wednesday, June 17, 2009 8:34:10 AM Subject: Re: Few Queries regarding indexes in Solr Otis Gospodnetic schrieb: Regarding that 3rd answer below: Putting it back

Few Queries regarding indexes in Solr

2009-06-16 Thread Rakhi Khatwani
Hi, 1. Is it possible to query from another index folder (say index1) in solr? 2. Is it possible to query 2 indexes(folders index1 and index2) stored in the same machine using the same port on a single solr instance? 3. consider a case: i have indexes in 2 shards, and

Re: Few Queries regarding indexes in Solr

2009-06-16 Thread Otis Gospodnetic
Hello, Answers inlined. - Original Message 1. Is it possible to query from another index folder (say index1) in solr? You don't really query *from* an index, so I'm not sure what exactly you mean. However, you can query Solr remotely, if that's what you mean, for example

Re: Few Queries regarding indexes in Solr

2009-06-16 Thread Michael Ludwig
Rakhi Khatwani schrieb: 1. Is it possible to query from another index folder (say index1) in solr? I think you're looking for the multi-core feature. http://wiki.apache.org/solr/MultipleIndexes http://wiki.apache.org/solr/CoreAdmin 2. Is it possible to query 2 indexes(folders index1 and

Re: Few Queries regarding indexes in Solr

2009-06-16 Thread Otis Gospodnetic
- Original Message From: Michael Ludwig m...@as-guides.com To: solr-user@lucene.apache.org Sent: Tuesday, June 16, 2009 8:36:25 AM Subject: Re: Few Queries regarding indexes in Solr Rakhi Khatwani schrieb: 1. Is it possible to query from another index folder (say index1) in solr? I think