May be if I expand on it a bit ? Basically, I want localsolr to work with the latest trunk of the solr. And it seems to work just fine, but the distributed version doesn't work. Even though looking at the comments it seems the modes from solr-303 were planned to be moved to the latest code base(at least according to the localsolr author)
I have modified access on those classes and member variables that were required to compile localsolr with the latest solr trunk. Now when I run the component it doesn't seem to call component's "process" function when I specify shards variable in the request query. So is any code from solr-303 going to merged with latest solr trunk? I saw a post about localsolr being donated to solr. So, my guess the two eventually are going to be compatible. But were any plans/decisions made for about now? Does anyone know why component's "process" is not being called when in distributed mode? Thanks outre wrote: > > Hi, > > I am fairly new to solr, but I realize that the question I am about to ask > is fairly large. > > Is there any way to create a custom component that would compile and run > with the latest solr src and would be capable of doing distributed search? > > I have looked at localsolr example and QueryComponent, created a similar > setup except for I was trying to compile with the latest code from svn. It > compiles fine but at run time I get access violation for > org/apache/solr/handler/component/ShardFieldSortedHitQueue. > > > -- View this message in context: http://www.nabble.com/Distributed-custom-component-tp19517853p19554163.html Sent from the Solr - Dev mailing list archive at Nabble.com.