Hi Paco, There are a lot more people subscribed to the solr-user mailing list than to this list.
My suggestion: resend your email to the solr-user mailing list. More info here: <http://lucene.apache.org/solr/mailing_lists.html#Users> Steve -----Original Message----- From: PacoPeralta [mailto:[email protected]] Sent: Wednesday, July 20, 2011 7:45 AM To: [email protected] Subject: Culr Tika not working with blanks into literal.field 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 [email protected] -- View this message in context: http://lucene.472066.n3.nabble.com/Culr-Tika-not-working-with-blanks-into-literal-field-tp3185241p3185241.html Sent from the Lucene - General mailing list archive at Nabble.com.
