Hi,
Started using Hibernate Search 2 weeks back. Really amazed to see such a tool built on top of Hibernate.
Now, I am bumped into some sort of weird problem. I am setting hibernate.search.indexing_strategy as manual. Given the requirements of my project, I have to set it like this and it means I cannot use automatic indexing.
So now, my question is : if I am not using this strategy, what are my other options ?
I did the initial indexing of my whole database, but now, how to handle the new updates and inserts ? Should I write some daemon, to get me all the records which are updated/inserted from time to time and index all of them ? If so, how to handle the deletes ?
I am sure, there will be an easy solution, but I am too young to figure that out. Any help is greatly appreciated !!!
thanks
Anil !!!
|