Hi.

I am indexing a PDF document with the ExtractingRequestHandler.  My curl
post has a URL like:

../solr/update/extract?ext.idx.attr=true&ext.def.fl=text&ext.literal.id=123&ext.literal.author=Somebody

Sure enough I see in the server logs:

params={ext.def.fl=text&ext.literal.id=123&ext.idx.attr=true&ext.literal.author=Somebody}

I am trying to get my field back in the results from a query:

../solr/select?indent=on&version=2.2&q=hello&start=0&rows=10&fl=author%2Cscore&qt=standard&wt=standard&explainOther=&hl.fl=

I see the score in the results 'doc' but no reference to author.

Can anyone advise on what I am forgetting to do, to get hold of this field?

Thanks in advance for your help,

 -- Ross
-- 
View this message in context: 
http://www.nabble.com/Additional-metadata-when-using-Solr-Cell-tp23541256p23541256.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to