we have Job class->Name and Description embedded->Name field we search Job class by Name during this time, an Index is already created on NameAndDescription->Name class on name field now, I try to search as Job2 class->NameAndDescription embedded->Name field and try to search by name as index is already created, it is actually not referring to Job2->Name, but it does this when through Job->Name if i search on other field in Job2 which is not already indexed, this works
Note - NameAndDescription used in both classes is single embedded entity
|