Yes, that's the approach I'm taking right now. I do a lookup the doc ids in the resultset to find the matching document.

I can live with the manual lookup, I wanted to see if it would be possible to pick a custom field to represent the document in the docs array.

Thanks for contributing the plugin to solr!

@tommychheng
Programmer and UC Irvine Graduate Student
Find a great grad school based on research interests: http://gradschoolnow.com


On 8/19/10 10:51 PM, Stanislaw Osinski wrote:
The solr schema has the fields, id,  name and desc.

  I would like to get docs:["name Field here" ] instead of the doc Id
field as in
"docs":["200066",         "195650",

The idea behind using the document ids was that based on them you could
access the individual documents' content, including the other fields, right
from the "response" field. Using ids limits duplication in the response text
as a whole. Is it possible to use this approach in your application?

Staszek

Reply via email to