I have a database which is readonly (I only have the access to view), but I have to index this database for search. The DAO layer to this table is now using a generic DAO approach with Hibernate+JPA. Is it possible to add hibernate search to this view and store the index in a separate database?
I am aware that I may lose the capability of post- indexing. But it is ok, I will do full indexing manually.
Configuration: Spring 2.5+Hibernate 3
(Or should I use compass or lucene directly?)
Please Advise Thanks Roy