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