On May 6, 2009, at 3:25 PM, Jeff Newburn wrote:

We are trying to implement a SearchCompnent plugin. I have been looking at QueryElevateComponent trying to weed through what needs to be done. My
basic desire is to get the results back and manipulate them either by
altering the actual results or the facets.

Questions:
1. Do the components fire off in order or all individually? If so how does
one chain them together?

http://wiki.apache.org/solr/SearchComponent



2. Where are the actual documents returned (ie what object gets the return
results)?

Look on the ResponseBuilder object.


3. Is there any specific place I should manipulate the result set?

I've done it in the past right on the response docset/doclist, but I've seen others discourage this kind of thing b/c you might not know the downstream effects


4. Can the individual documents be changed before returning to the client?

In what way?


--
Jeff Newburn
Software Engineer, Zappos.com
jnewb...@zappos.com - 702-943-7562


--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search

Reply via email to