[hibernate-dev] HSEARCH-69 Purge a class from index
Emmanuel Bernard
emmanuel at hibernate.org
Wed Aug 8 09:19:41 EDT 2007
You should reuse as much as possible the Work infrastructure.
Probably adding a new WorkType.PURGE
Pretty much how WorkType.INDEX is done, I guess
There is 2 types of purge however, purge by class and id, ie purge a
given document, or purge the whole index(es) by class.
I also mentionned thw Workspace class, but I don't thing there is a
need to access it directly from the session. Following the Work path
up to the LuceneWorker and the Workspace should do it.
Emmanuel
On Aug 7, 2007, at 22:38, John Griffin wrote:
> Everyone,
>
>
>
> I’m starting on HSEARCH-69. Emmanuel, what were you saying last
> night about the way you wanted me to look at this? I can’t log IM
> messages so I need the pointers again. I remember I’ll have to
> look at the code because I was unfamiliar with the classes you
> mentioned but I don’t remember what they were.
>
>
>
> I do know about the two API calls.
>
>
>
> John G.
>
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list