Re: Retrieving exact matches

2007-02-06 Thread Erick Erickson
One way to do this is to store the fields UN_TOKENIZED (and be careful to index and search with compatible Analyzers!!) Also, watch your capitalization. But this is a bit tricky, since if you index UN_TOKENIZED, you would never get a match for your second document above unless you searched on "pic

Retrieving exact matches

2007-02-06 Thread Mile Rosu
Hello, I have been looking in the documentation but haven't found a solution to this: is there a way to retrieve only the record "picasso" when the query is picasso and not the records: "picasso","picasso pablo" ie a 100% match of the query ? Thank you, Mile Rosu ---