Re: Tika Update, no Data

2011-01-17 Thread Jörg Agatz
Hey! Thanks a lot, nice tip.. works fine.. But one Problem i have too... to indexing ZIP. i tryed : curl http://192.168.105.66:8983/solr/update/extract?literal.id=zipuprefix=attr_commit=true; -F myfile@constellio_standalone-1.0.zip and i get: Warning: Illegally formatted input field! curl:

Re: Tika Update, no Data

2011-01-17 Thread Stefan Matheis
missing the = char between myfile and @filename.ext? On Mon, Jan 17, 2011 at 2:47 PM, Jörg Agatz joerg.ag...@googlemail.comwrote: Hey! Thanks a lot, nice tip.. works fine.. But one Problem i have too... to indexing ZIP. i tryed : curl

Re: Tika Update, no Data

2011-01-17 Thread Jörg Agatz
ohh, your right.. embarrassing! i have tryed, and it works, but it seems it works not Perfect, the txt documents into the ZIP are not indext, lonly the Names of documents into the zip.. King