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,
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,