ou !
--
View this message in context:
http://lucene.472066.n3.nabble.com/Searching-for-words-begining-with-or-tp4079018p4079176.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
To unsubscribe, e-
July 19, 2013 12:59 AM
To: java-user@lucene.apache.org
Subject: Re: Searching for words begining with "or"
Just so you know, the presence of a wildcard in a term means that the term
will not be analyzed. So, state:OR* should fail since "OR" will not be in
the index - beca
hese",
"they", "this", "to", "was", "will", "with"
);
And... "or" is on that list! So, the standard analyzer is removing "or" from
the index! That's why the query can't find it.
Unless you really want
earch and I feed him with the states in upper case and he doesn't seem to
change it. Still, I tried to put them in lower case but it didn't change
anything...
Thanks in advance for your future answers and for the help you already
provided me with.
--
View this message in contex
m. Did it, or are
you using some other analyzer?
-- Jack Krupansky
-Original Message-
From: ABlaise
Sent: Thursday, July 18, 2013 9:19 PM
To: java-user@lucene.apache.org
Subject: Searching for words begining with "or"
Hi everyone,
I am new to this forum, I have made some resea
This seems relevant. Though admittedly I haven't tried it
http://stackoverflow.com/questions/10337908/how-to-properly-escape-or-and-and-in-lucene-query
Sent from my Windows Phone From: ABlaise
Sent: 7/18/2013 9:52 PM
To: java-user@lucene.apache.org
Subject: Searching for words begining wit
ew this message in context:
http://lucene.472066.n3.nabble.com/Searching-for-words-begining-with-or-tp4079018.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: java-user-unsubscr...