Re: PolySearcher in Solr

2012-04-20 Thread Lance Norskog
The PolySearcher in Lucy seems to do exactly what is "Distributed Search" in Solr. On Fri, Apr 20, 2012 at 2:58 AM, Lance Norskog wrote: > In Solr&Lucene, a "shard" is one part of an "index". There cannot be > "multiple indices in one shard". > > All of the shards in an index share the same schem

Re: PolySearcher in Solr

2012-04-20 Thread Lance Norskog
In Solr&Lucene, a "shard" is one part of an "index". There cannot be "multiple indices in one shard". All of the shards in an index share the same schema, and no document is in two or more shards. "distributed search" as implemented by solr searches several shards in one index. On Thu, Apr 19, 20

Re: PolySearcher in Solr

2012-04-19 Thread Ramprakash Ramamoorthy
On Thu, Apr 19, 2012 at 9:21 PM, Jeevanandam Madanagopal wrote: > Please have a look > > http://wiki.apache.org/solr/DistributedSearch > > -Jeevanandam > > On Apr 19, 2012, at 9:14 PM, Ramprakash Ramamoorthy wrote: > > > Dear all, > > > > > > I came across this while browsing through lucy > > > >

Re: PolySearcher in Solr

2012-04-19 Thread Jeevanandam Madanagopal
Please have a look http://wiki.apache.org/solr/DistributedSearch -Jeevanandam On Apr 19, 2012, at 9:14 PM, Ramprakash Ramamoorthy wrote: > Dear all, > > > I came across this while browsing through lucy > > http://lucy.apache.org/docs/perl/Lucy/Search/PolySearcher.html > > Does solr have an