Re: Question about solr.WordDelimiterFilterFactory

2012-04-12 Thread Jian Xu
Erick, Thank you for your response!  The problem with this approach is that searching for "12:34" will also match "12.34" which is not what I want. From: Erick Erickson To: solr-user@lucene.apache.org; Jian Xu Sent: Thursday, April 12,

Question about solr.WordDelimiterFilterFactory

2012-04-11 Thread Jian Xu
Hello, I am new to solr/lucene. I am tasked to index a large number of documents. Some of these documents contain decimal points. I am looking for a way to index these documents so that adjacent numeric characters (such as [0-9.,]) are treated as single token. For example, 12.34 => "12.34" 12,