Our application support the View model, as you know, each View has its own query to filter the data that should appear in this View from DB.
And Our business require us to create a separate lucene index directory for each table in the DB.
Now am planning to use the full text index to retrieve and filter this View data. is that possible to join between this separate index directories ? if so, then how could i do this ?