On Jun 12, 2006, at 2:04 AM, Shivani Sawhney wrote:
Are you saying that there is no out-of-the-box way of doing this...?
Well, there are lots of techniques for all sorts of tricks with
Lucene. What you're basically asking for is an untokenized, indexed
field and a TermQuery to find a document with an exact match for a
field. Will that work for your situation? If not, give us some more
details of why that doesn't work and we'll work from there.
Erik
Can I not check the content length somehow? As in, mention that the
length
of the value (to be matched) must match the length of the field
value...
-----Original Message-----
From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]
Sent: Monday, June 12, 2006 11:10 AM
To: java-user@lucene.apache.org
Subject: Re: Asserting that a value must match the entire content
of a field
One (ugly) way might be to insert artificial begin/end markers at
both index
and search time.
Otis
----- Original Message ----
From: Shivani Sawhney <[EMAIL PROTECTED]>
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]