@lucene.apache.org
Subject: PhraseQuery Search
Hi,
I have been using the regular Query class to search single keywords. I needed
to include hits such as "BANKER" if the user searched for "BANK". To achieve
this I used "*" on both sides as *BANK*.
Now I need to search f
Hi,
I have been using the regular Query class to search single keywords. I needed
to include hits such as "BANKER" if the user searched for "BANK". To achieve
this I used "*" on both sides as *BANK*.
Now I need to search for phrases and I am building a PhraseQuery. My question
is, is there a w
On Sep 6, 2006, at 5:37 AM, Venkateshprasanna wrote:
How does PhraseQuery search for quoted phrases when the index does
not store
these phrases as it is?
Is there any analyzer that indexes the phrases?
The analyzer is responsible for some additional data about terms,
specifically in this
How does PhraseQuery search for quoted phrases when the index does not store
these phrases as it is?
Is there any analyzer that indexes the phrases?
--
View this message in context:
http://www.nabble.com/How-does-PhraseQuery-search-for-quoted-phrases--tf2225757.html#a6167885
Sent from the