Re: Is there a SubstringTransformer?

2010-08-24 Thread Gonzalo Payo Navarro
Oh my God! That's awesome! Thank you guys 2010/8/24 Ahmet Arslan : > >> I need to get the first 100 chars of a string-type field, >> but I am not >> able to find something like a SubstringTransformer, >> therefore I am >> using the RegexTransformer, but I suspect that it eats a >> lot of time >>

Re: Is there a SubstringTransformer?

2010-08-24 Thread Ahmet Arslan
> I need to get the first 100 chars of a string-type field, > but I am not > able to find something like a SubstringTransformer, > therefore I am > using the RegexTransformer, but I suspect that it eats a > lot of time > on indexation time. > > So, in short, I need something like a SubstringTrans

Re: Is there a SubstringTransformer?

2010-08-24 Thread Gora Mohanty
On Tue, 24 Aug 2010 08:46:52 +0200 Gonzalo Payo Navarro wrote: > Hi everyone! > > I need to get the first 100 chars of a string-type field, but I > am not able to find something like a SubstringTransformer, > therefore I am using the RegexTransformer, but I suspect that it > eats a lot of time o

Is there a SubstringTransformer?

2010-08-23 Thread Gonzalo Payo Navarro
Hi everyone! I need to get the first 100 chars of a string-type field, but I am not able to find something like a SubstringTransformer, therefore I am using the RegexTransformer, but I suspect that it eats a lot of time on indexation time. So, in short, I need something like a SubstringTransforme