You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site site
User user
static constraints = {
}
static belongsTo = [Site, User]
static mapping = {
id composite: ["user", "site"]
}
static searchable = {
site component : true
user component : true
}
But when i save, i got this error:
ERROR grails.plugins.elasticsearch.index.IndexRequestQueue - Error Indexing class ---classname--- (index: ---indexname--- , type: ---tipename---) of id null
The text was updated successfully, but these errors were encountered:
Hi,
i have to index a type with a composite key:
But when i save, i got this error:
ERROR grails.plugins.elasticsearch.index.IndexRequestQueue - Error Indexing class ---classname--- (index: ---indexname--- , type: ---tipename---) of id null
The text was updated successfully, but these errors were encountered: