Re: Re[6]: Question about copyField

2008-10-22 Thread Shalin Shekhar Mangar
If you want your indexed value changed, you can use an analyzer (either PatternReplaceFilter or a custom one). If you want the stored value changed, you can use a custom UpdateRequestProcessor. However, taking care of this in your application may be easier than bothering with the two particularly i

RE: Re[6]: Question about copyField

2008-10-22 Thread Joe Nguyen
Could you post fieldType specification for "ex"? What your regex look like? -Original Message- From: Aleksey Gogolev [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 11:39 Joe To: Joe Nguyen Subject: Re[6]: Question about copyField JN> It doesn't need

Re[6]: Question about copyField

2008-10-22 Thread Aleksey Gogolev
JN> It doesn't need to be a copy field, right? Could you create a new field JN> "ex", extract value from description, delete digits, and set to "ex" JN> field before add/index to solr server? Yes, I can. I just was wondering can I use solr for this purpose or not. JN> -Original Message-