Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 0.5.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu 8.10 java-6-sun-1.6.0.10 Grails 1.1 beta 2 and also Grails 0.4
Description
When some domain objects are saved or updated they don't get indexed.They are only indexed when the application is restarted or during batch imports. Calling reindex() on the particular domain class solves that, but I don't like to manage the index manually.
Issue Links
| This issue duplicates: | ||||
| GPSEARCHABLE-46 | mirrorChanges=true not working when updating objects via GORM |
|
|
|
I am having the same problem running 0.5.5.1 on Grails 1.3.3 and now 1.3.4. Searchable does not mirror GORM changes. Indexing manually or restarting application so its bulk indexed works.