Re: Tika ExtractingRequestHandler and field postprocessing

2012-05-27 Thread Jack Krupansky
solr-user@lucene.apache.org Subject: Tika ExtractingRequestHandler and field postprocessing Hi, I use Tika through the Solr ExtractingRequestHandler and I face a very common use case namely: postprocessing fields from Tika in order to normalize their values or override them with explicitly passe

Tika ExtractingRequestHandler and field postprocessing

2012-05-27 Thread Raphaƫl
Hi, I use Tika through the Solr ExtractingRequestHandler and I face a very common use case namely: postprocessing fields from Tika in order to normalize their values or override them with explicitly passed "literal" values. With exception of some vagues statements about "ContentHandler", I failed