Re: QueryElevationComponent and distributed search

2012-04-26 Thread Mark Miller
On Apr 26, 2012, at 2:56 PM, srinir wrote: > Can anyone help me out in understand the fix to QueryElevationComponent (in > Solr 4.0) to make it work for distributed search. > > https://github.com/apache/lucene-solr/commit/229ed68c31b346611c505ca9766871cec713a850 - Mark Miller lucidimaginatio

Re: QueryElevationComponent and distributed search

2012-04-26 Thread srinir
Can anyone help me out in understand the fix to QueryElevationComponent (in Solr 4.0) to make it work for distributed search. -- View this message in context: http://lucene.472066.n3.nabble.com/QueryElevationComponent-and-distributed-search-tp3936998p3942221.html Sent from the Solr - User mailing

Re: QueryElevationComponent and distributed search

2012-04-25 Thread srinir
Hi Mark Thanks a lot for your response. Yeah, I was looking for distributed methods. I would like to know the reason why it didn't work in Solr 3.6. When i try (i only have solar 3.6) Note: the same query below works when i replace elevate with select, by which i am assuming my setup is correct.

Re: QueryElevationComponent and distributed search

2012-04-25 Thread Mark Miller
On Apr 25, 2012, at 5:54 PM, srinir wrote: > Can anyone tell me whether support for distributed search is added to > QueryElevationComponent in solr 4.0 ? Yes. > > I looked at QueryElevationComponent code in trunk and it doesnt seem to have > any code to support distributed search. Am I missi

Re: QueryElevationComponent and distributed search

2012-04-25 Thread srinir
Can anyone tell me whether support for distributed search is added to QueryElevationComponent in solr 4.0 ? I looked at QueryElevationComponent code in trunk and it doesnt seem to have any code to support distributed search. Am I missing something here ? -- View this message in context: http:/