Skip to content

Does java.sql.Clob supported in searchable Domain class field? #55

Description

@shineway

import java.sql.Clob

Class A {
String f1
Clob fClob

static searchable = {
    only = ['f1', ' fClob']   
}

}

when indexing, got following error:

[elasticsearch[Fontanelle][bulk][T#7]] ERROR index.IndexRequestQueue - Failed bulk item: MapperParsingException[object mapping for [es.A] tried to parse as object, but got EOF, has a concrete value been provided to it?]

any suggestion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions