You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by rossputin <ro...@yahoo.co.uk> on 2009/07/20 12:23:53 UTC

post error - ERROR:unknown field 'title'

Hi guys.

I have two different solr versions as I am evaluating nightly builds.  On a
more recent one.. I think 15th July I am getting the following error :

ERROR:unknown field 'title'

I am posting to 'solr/update/extract' with the following:

curl
"http://localhost:8983/solr/update/extract?ext.literal.id=1&ext.literal.code=somecode&ext.literal.url=someurl/file.pdf&ext.literal.category=somecat&ext.literal.updated=2009-06-01T09:10:30.000Z&ext.idx.attr=true\&ext.def.fl=text"
-F "myfile=@1411_9.pdf"

My schema does not, and is not intended to contain a 'title' field.

Thanks in advance for your help,

 -- Ross
-- 
View this message in context: http://www.nabble.com/post-error---ERROR%3Aunknown-field-%27title%27-tp24567235p24567235.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: post error - ERROR:unknown field 'title'

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Jul 20, 2009, at 6:23 AM, rossputin wrote:
> I have two different solr versions as I am evaluating nightly  
> builds.  On a
> more recent one.. I think 15th July I am getting the following error :
>
> ERROR:unknown field 'title'
>
> I am posting to 'solr/update/extract' with the following:
>
> curl
> "http://localhost:8983/solr/update/extract?ext.literal.id=1&ext.literal.code=somecode&ext.literal.url=someurl/file.pdf&ext.literal.category=somecat&ext.literal.updated=2009-06-01T09:10:30.000Z&ext.idx.attr=true 
> \&ext.def.fl=text"
> -F "myfile=@1411_9.pdf"
>
> My schema does not, and is not intended to contain a 'title' field.

This update handler has been recently refactored, changing and  
cleaning up the parameter names, etc.  See http://wiki.apache.org/solr/ExtractingRequestHandler 
  for the latest details.

	Erik