Well, it depends. Are you having performance problems with a database
solution? If not, why in the world would you want to introduce another layer
of complexity?
Personally, while I think Lucene is great, I wouldn't recommend it in the
situation you describe unless you are having problems with th
hi,
I have till now used lucene mainly for searching through text files. I
wanted to know if its sensible to use lucene with a database which does not
have fields with large text values.
for e.g. a table like
id NameAddress
1Name1 name1,strreet1,city1,country1
2