Thanks grant and ryan, so far so good. But I am confused about one thing - when I set this up like:
public void process(ResponseBuilder rb) throws IOException { And put it as the last-component on a distributed search (a defaults shard is defined in the solrconfig for the handler), the component never does its thing. I looked at the TermVectorComponent implementation and it instead defines public int distributedProcess(ResponseBuilder rb) throws IOException { And when I implemented that method it works. Is there a way to define just one method that will work with both distributed and normal searches? On Fri, Oct 3, 2008 at 4:41 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > No need to even write a new ReqHandler if you're using 1.3: > http://wiki.apache.org/solr/SearchComponent >