I am using solr 4.6 and I am using solr Sharding (Distributed Search). I have
situation where I like to modify the solr search result (DocList and DocSet)
inside solr QueryComponent right after the following method is called from
process() method.
                    searcher.search(result, cmd);
              
Can I modify the DocList and DocSet after the search inside QueryComponent
and add it to the QueryResult.
Also can I make the DocList unsorted. 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-Can-I-modify-the-DocList-and-DocSet-in-solr-tp4140754.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to