RE: PhraseQuery Search

2013-08-05 Thread Allison, Timothy B.
@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

PhraseQuery Search

2013-08-02 Thread raghavendra.k.rao
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

Re: How does PhraseQuery search for quoted phrases?

2006-09-06 Thread Erik Hatcher
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?

2006-09-06 Thread Venkateshprasanna
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