Re: DIH and splitBy

2013-01-31 Thread Christopher Condit
[mailto:con...@sdsc.edu] > Sent: Thursday, January 31, 2013 2:03 PM > To: solr-user@lucene.apache.org > Subject: DIH and splitBy > > I'm having an issue getting the splitBy construct from the regex > transformer to work in a very basic case (with either Solr 3.6 or > 4.1).

RE: DIH and splitBy

2013-01-31 Thread Dyer, James
Christopher Condit [mailto:con...@sdsc.edu] Sent: Thursday, January 31, 2013 2:03 PM To: solr-user@lucene.apache.org Subject: DIH and splitBy I'm having an issue getting the splitBy construct from the regex transformer to work in a very basic case (with either Solr 3.6 or 4.1). I have a field defined

DIH and splitBy

2013-01-31 Thread Christopher Condit
I'm having an issue getting the splitBy construct from the regex transformer to work in a very basic case (with either Solr 3.6 or 4.1). I have a field defined like this: The entity is defined like this: Here's a POM: http://pastie.org/5992725 A JUnit test case showing the problem: http:/