One (ugly) way might be to insert artificial begin/end markers at both index and search time.
Otis
----- Original Message ----
From: Shivani Sawhney <shivani@netedgecomputing.com>
To: java-user@lucene.apache.org
Sent: Monday, June 12, 2006 12:30:57 AM
Subject: Asserting that a value must match the entire content of a field
Hi,
I have a small query here.
How do I do an exact match on the value of a field and also assert that the
value must match the entire content of that field?
For E.g., I want that only the documents with 'Product Lifecycle' as the
value of a given field must be selected and even documents with 'Product
Lifecycle Management' as the field value must not be selected.
Thanks in Advance.
Shivani
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|