Re: WordDelimiterFilter and the dot character

2012-10-17 Thread Farkas István
ually query "123/2012 123 2012", which is not a term sequence that was indexed. -- Jack Krupansky -Original Message- From: Farkas István Sent: Wednesday, October 17, 2012 8:58 AM To: solr-user@lucene.apache.org Subject: WordDelimiterFilter and the dot character Hello, I'v

Re: WordDelimiterFilter and the dot character

2012-10-17 Thread Farkas István
not match the exact term sequence that was indexed. A query of "123 2012" would not split any terms and hence not generate the extra "preserved" term. But a query of "123/2012" would actually query "123/2012 123 2012", which is not a term sequence that

WordDelimiterFilter and the dot character

2012-10-17 Thread Farkas István
Hello, I've ran into an interesting problem. I am using Solr 3.5 on an Ubuntu server. I have some data with a code field, which contains some identifiers (mostly) in the following format: E.123/2012. I've set up a fieldType for this code field: | | If I search for the exact co