Re: Index string returned by 'splitby' by further splitting instead of multivalue

2015-02-10 Thread Alexandre Rafalovitch
Can you do after DIH in the UpdateRequestProcessor chain? Might be cleaner than trying to hack the multi-path processing in DIH. Regards, Alex. Sign up for my Solr resources newsletter at http://www.solr-start.com/ On 10 February 2015 at 04:29, Pankaj Sonawane wrote: > Hi, > > I am usin

Index string returned by 'splitby' by further splitting instead of multivalue

2015-02-10 Thread Pankaj Sonawane
Hi, I am using Solr DataImportHandler to index data from database table(Oracle). One of the column contains String of ='s and ','s (Please column3 in example below) Like Column1 = "F" Column2 = "ASDF" *Column3 = "A=1,B=2,C=3,D=4..Z=26"* I want solr to index each 'alphabet' against it