Hi,
My use case is to retrieve the list of @Indexed entities to then manually rebuild an index. We quite often add new field and we need to rebuild an index for a particular entity. We also sometime import new database/data and need to build the corresponding indexes.
To instantiate a MassIndexer we use the fully qualified name of the @Indexed entity so it's quite helpful to list all the @Indexed entities to save time.
The SearchFactoryBuilder class is already doing the work by building a List of XClass using reflection but I don't see any public method to acces this information.
Do you think that this feature can be useful ? Do you want me to work on an implementation ? If so can you give me some advices on "where" this information should be available ?
Thanks, Guillaume.
|