Re: Overriding Tika's field processing

2010-10-29 Thread Lance Norskog
If you change 'title' to be single-valued, the Extracting thing may or may not override it. I remember a go-round on this problem. But the ExtractingWhatsIt has code that explicitly checks for single-valued v.s. multi-valued. And this may all be different in different Solr versions. The DataImport

Overriding Tika's field processing

2010-10-28 Thread Tod
I'm reading my document data from a CMS and indexing it using calls to curl. The curl call includes 'stream.url' so Tika will also index the actual document pointed to by the CMS' stored url. This works fine. Presentation side I have a dropdown with the title of all the indexed documents suc