Dear All,
I have a property named sal_value which contains data like
{4 5.5 3 2 5.9
4.9 2.5}
Now i want to search it this property contains
"9". I am giving the query
like this:-
<D:propcontains>
<D:prop>
<D:sal_value/>
</D:prop>
<D:literal>
9
</D:leteral>
</D:propcontins>
It should not give the file in result but it is giving,
becoz 9 is appear as
a part of other number.
IS there is not any mehtod by which i can search whole words
like 4 does not
mean 4.5 or 4.25, same 9 does not mean 5.9 or 9.8. It should
search exactly
what is given.
Any Help will be appreciated.
Thanks...
--
View this message in context: http://www.nabble.com/Property-Exact-
Search-Problem-tf2513072.html#a7008468
Sent from the Jakarta Slide - User mailing list archive at
Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|