ANN Validator HEM:no more cyclic deps
by Emmanuel Bernard
I managed to remove the pseudo cyclic dependencies (due to unit
tests), so the projects development should run fine even on eclipse now.
17 years, 3 months
hsearch-69 Purge
by John Griffin
By default the WorkerFactory creates a TransactionalWorker. How can I set up
the Configuration object in my tests so that the SearchFactory will return
an instance of LuceneWorker? This is critical to the Purge implementation.
Thx,
John G.
17 years, 3 months
hsearch-69 questions
by John Griffin
Guys,
Sorry for the delay on hsearch-69 but I really screwed up my back and have
been on some serious pain medication. Don't want to write code in that shape
8>O.
Anyway, I've traced the code down to LuceneWorker and know that's where the
work is to be done but since this will be a class purge instead of a remove
(which is already in the class) what else has to be taken care of besides
the actual index itself?
1. I assume the class must be removed from the Class[] classes in
FullTextQueryImpl.
2. This includes the classAndSubclasses Set
Or is it only necessary to remove the entity from the index and the rest
takes care of itself?
John G.
17 years, 3 months
HSEARCH-69 Purge a class from index
by John Griffin
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.
17 years, 4 months