Re: XPathEntityProcessor append text in foreach

2012-01-06 Thread Erick Erickson
I think you would get much farther along if you thought about a SolrJ program that read in the documents, parsed them and then constructed the Solr document to send to Solr. This is much more flexible than trying to force complex manipulations through XPathEntityProcessor, which does not support th

Re: XPathEntityProcessor append text in foreach

2012-01-06 Thread meghana
I have String like below format --- this is solr!!WelcomeHello test I want it to convert it in below format using XPathEntityProcessor --- 12: this is solr!! 18: Welcome 35: Hello test I had used PlainTextEnityProcessor with ScriptTransfor