Hi ranchers,
This is Venkat. Currently iam working on a search functionality in my project. I want to search for the data in the database. I want to search on the keywords(comma seperated data) column. I want to perform a wild card search on that data.
Ex: if the database column contains "java,
j2EE, jms, javas".
If my search criteria is " j* " then above record should be retrieved.
Also if my search criteria is "
java? " then also above record should be retrieved.
I have gone through lucene API, but it seems to be ocean. I want to implement it ASAP. As iam developing a product it should support for any of these ( MS-SQL and Oracle ) servers.
Iam using struts1.2 Framework.
Please suggest me a simple API that can achieve my requirement.
Thanks in Advance for your time,
Venkat
[ August 25, 2008: Message edited by: Venkata Guru ]