Hi,
I think you might have gotten a few things wrong ;-)
Most apparently you are talking about Hibernate Search (which is Hibernate + Lucene), but you are trying to influence it by settings general Hibernate second level cache settings. These things are unrelated.
Provided we are talking about Hibernate Search, if you purge the Lucene index and rerun your search the search result should be empty. How do you delete the index? You cannot just physically delete the index files!
Maybe you could clarify what you are trying to do and how you do it.
--Hardy
|