rossputin wrote:
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
Have you added author to the schema? If not, and if you are using the example config (that uses ext.ignore.und.fl=true), the field could just be ignored. Define it and it should be filled.

--
- Mark

http://www.lucidimagination.com



Reply via email to