Re: Dealing with dashes with solr.PatternReplaceCharFilterFactory

2011-12-02 Thread Koji Sekiguchi
(11/12/02 4:20), Aaron Wong wrote: Hi all, We're encountering a problem with querying terms with dashes (and other non-alphanumeric characters). For example, we use PatternReplaceCharFilterFactory to replace dashes with blank characters for both index and query, however any terms with dashes in

Dealing with dashes with solr.PatternReplaceCharFilterFactory

2011-12-01 Thread Aaron Wong
Hi all, We're encountering a problem with querying terms with dashes (and other non-alphanumeric characters). For example, we use PatternReplaceCharFilterFactory to replace dashes with blank characters for both index and query, however any terms with dashes in them will not return any results. Fo