Hi,
I'm confused about the index query.
first time :
1. setup redis entity store server (RedisMapEntityStoreAssembler).
2. insert two entity composites: A, B.
3. remain running the redis server.
second time:
1. setup in-memory index query (RdfMemoryStoreAssembler).
2. insert another two entity composites: C, D.
3. query all the entities, expected 4 entities found, however, only C & D are
found, A & B are missing.
It seems that A & B are never indexed? How could I reindex the whole entity
store? Or, how could I reindex entity store on specific class type of entity
composite?
Thanks a lot.