Hi everybody, I've just started reading about Lucene and thinking whether I can use it in my case. My case is that the database content I want to provide the search capability for is managed (new entries added / removed / edited) by other application (written in PHP).
Am I right in thinking that to get the best with Lucene I have to regulary update indexes, i.e. make a full database indexing ? Thanks.