Hi there, I was trying to match a term exactly by using
Lucy::Search::PhraseQuery and Lucy::Search::TermQuery but I could not get the exactly-exact match. For example, if I try to find the term "consciousness" (my text is full of it :-) I do not have any matches. However, the search for "conscious" gives me matches to "conscious" and to "consciousness". Since those are two different concepts I consider the result being incorrect. Is there any way to get the exactly-exact match? (or perhaps I am doing something wrong). Alex
