Re: problem with RegexTransformer and delimited data

2010-04-13 Thread Lance Norskog
rocess(). Nice to know > that splitby cant be used with regex or replacewith etc > > > Many thanks Steve. > -- > View this message in context: > http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p716749.html > Sent from the Solr - User mailing li

RE: problem with RegexTransformer and delimited data

2010-04-13 Thread Gerald
-with-RegexTransformer-and-delimited-data-tp713846p716749.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: problem with RegexTransformer and delimited data

2010-04-13 Thread Steven A Rowe
hing like > "dataA1|^dataA2|?dataB1|^dataB2|?dataC1". > > to me this doesnt look like a regex pattern issue; instead looks more > like a > solr/lucene issue with regex. > > any other suggestions welcome. otherwise, will have to create custom > transformer -- View this message in context: > http://n3.nabble.com/problem-with- > RegexTransformer-and-delimited-data-tp713846p716206.html Sent from the > Solr - User mailing list archive at Nabble.com.

Re: problem with RegexTransformer and delimited data

2010-04-13 Thread Gerald
a regex pattern issue; instead looks more like a solr/lucene issue with regex. any other suggestions welcome. otherwise, will have to create custom transformer -- View this message in context: http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p716206.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem with RegexTransformer and delimited data

2010-04-13 Thread Gerald
tern issue; instead looks more like a solr/lucene issue with regex. any other suggestions welcome. otherwise, will have to create custom transformer -- View this message in context: http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p716203.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem with RegexTransformer and delimited data

2010-04-12 Thread Lance Norskog
t I DID use replaceWith="$1" in tests where the >> pattern >> was like "(.*)(\|.*)" in order to only get the first group >> -- >> View this message in context: >> http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p714636.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > -- Lance Norskog goks...@gmail.com

Re: problem with RegexTransformer and delimited data

2010-04-12 Thread Erick Erickson
replaceWith="$1" in tests where the > pattern > was like "(.*)(\|.*)" in order to only get the first group > -- > View this message in context: > http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p714636.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: problem with RegexTransformer and delimited data

2010-04-12 Thread Gerald
forgot to mention that I DID use replaceWith="$1" in tests where the pattern was like "(.*)(\|.*)" in order to only get the first group -- View this message in context: http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p714636.html Sent from the

problem with RegexTransformer and delimited data

2010-04-12 Thread Gerald
"(.*)(\|.*)", "(.*)\|(.*)", "(.*)\|.*", "(.*)(\|^.*)", ... -- View this message in context: http://n3.nabble.com/problem-with-RegexTransformer-and-delimited-data-tp713846p713846.html Sent from the Solr - User mailing list archive at Nabble.com.