Re: Tika: url issue

2014-06-06 Thread harshrossi
Thanks for the help.. But anyway I solved it using RegexTransformer In the db_link entity I used RegexTransformer and set the link field as: and in tika-doc entity I set the Url value as: ${db_link.link} -- View this message in context: http://lucene.472066.n3.nabble.com/Tika-url-issue-tp413

Re: Tika: url issue

2014-06-05 Thread Paul Rogers
Hi Can you not split it using oracle's string functions (as part of your select statement)? Something along the lines of: SELECT . RIGHT(LEFT(d.doc_name, (INSTR(d.doc_name, '#') - 1)), LENGTH(LEFT(d.doc_name, (INSTR(d.doc_name, '#') - 1))) - 1) as Name, ^- (strip asterisk from fro