Re: Distributed Search Components

2010-06-21 Thread Chris Hostetter
: I mean the implementation of the distributed search in Solr. Those classes : that are responsible for the search-logic. I mean, from somewhere the : searcher (or whatever) must get the knowledge about which shards exists, : which of them to query and what their adresses are. : I want to learn m

Re: Distributed Search Components

2010-06-21 Thread MitchK
hers for each shard so the coordinator could execute the > neccessary counting logic. > I honestly thought that the MultiSearcher would exactly do what you described here. What a missunderstanding of mine. Thanks for the clearification, Hoss. Kind regards - Mitch -- View this message in cont

Re: Distributed Search Components

2010-06-18 Thread Chris Hostetter
: Chris, can you tell me where exactly I can find those implementations you : are talking about? : I can't find them, probably I am searching in the wrong code-files. : : I would really like to compare the sourcecodes of both implementations. I honestly don't know what you mean by "those implem

Re: Distributed Search Components

2010-06-11 Thread MitchK
ase see the test case that is attached > therein. > > I apologize in advance if it's digressive, but hope it helps. > > Best Regards, > Karthick Sankarachary > Thank you, I will have a look at both tickets. Kind regards - Mitch -- View this message in context

Re: Distributed Search Components

2010-06-01 Thread Karthick Sankarachary
Hi, All, IIUC, the core requirement here is to be able to search across multiple (mirror) copies of a certain index. If so, you may want to consider taking a look at the Mirroring Split Policy, which in turn is based on An Anti-Merging Multi-Direc

Re: Distributed Search Components

2010-06-01 Thread Chris Hostetter
: has anyone considered the ParallelMultiSearcher for distributed search? : Perhaps it is not neccessary to implement code that takes care of the : distributed part of a search, if we make a Solr-server thinking, that he : searches only one index. AS i understand it, part of the reason this type

Re: Distributed Search Components

2010-05-22 Thread MitchK
egards > - Mitch > -- View this message in context: http://lucene.472066.n3.nabble.com/Distributed-Search-Components-tp831275p836151.html Sent from the Solr - Dev mailing list archive at Nabble.com. - To unsubscribe, e-m

Distributed Search Components

2010-05-20 Thread MitchK
ainst ParallelMultiSearcher? Kind regards - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Distributed-Search-Components-tp831275p831275.html Sent from the Solr - Dev mailing list archive at Nabble.com. ---