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?
import java.sql.Clob
Class A {
String f1
Clob 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?