The query index seems to be out of sync with the data very often. Especially when deleting nodes. We have discussed some more problems here with syncing the indexes in a clusterd environment.

So one question come up:

In the moment ALL queries are done with lucene. Why not using the capabilities of a databases (if persistence is done with a DBMS) and use Lucene just for full text searches? The DBMS is designed for retain referential integrity - so no more out of sync errors should appear.

cheers,

Walter

Reply via email to