Hi. Is it possible setting fields with blaks values using extract update ? Thanks
From: pacopera...@hotmail.com To: solr-user@lucene.apache.org Subject: Culr Tika not working with blanks into literal.field Date: Wed, 20 Jul 2011 12:53:18 +0000 Hi. I'm trying to index binary documents with curl and Tika for extracting text. The problem is that when I set the value of a field with spaces blanks using the input parameter: literal.<fieldname>=<value>, the document is not indexed. The sentence I send is the follow: curl http://localhost:8983/solr/update/extract?literal.id="doc1"\&literal.url="/mnt/windows/Ofertas/2006 Portal Intranet/DOCUMENTACION/datos.doc"\&uprefix=attr_\&fmap.content=text\&commit=true -F myfile=\@"/mnt/windows/Ofertas/DOCUMENTACION/datos.doc" That is literal.url="value with blanks" apparently is not working