Re: Strip Punctuation From Field

2011-06-30 Thread Tomás Fernández Löbbe
Not that I'm aware of. This is probably something you want to do at the application layer. If you want to do it in Solr, a good place would be an UpdateRequestProcessor, but I guess you'll have to implement your own. On Wed, Jun 29, 2011 at 4:12 PM, Curtis Wilde wrote: > From all I've read, usin

Strip Punctuation From Field

2011-06-29 Thread Curtis Wilde
>From all I've read, using something like PatternReplaceFilterFactory allows you to replace / remove text in an index, but is there anything similar that allows manipulation of the text in the associated field? For example, if I pulled a status from Twitter like, "Hi, this is a #hashtag." I would l