I have a field defined in my entity as "IsActive" and in index it is stored as "is_active". Because of this I am getting Unrecognized expection. I also tried to use the @Field(name="is_active") on the property. But still its throwing the same exception. Can you please help?
@enggadda8 ай бұрын
did you try adding @JsonIgnoreProperties(ignoreUnknown = true) in you entity class, please check the github link provided and check the codes
@leat5680 Жыл бұрын
hi, you can make video synchonize between Elasticsearch and mysql
@enggadda Жыл бұрын
I did not get your question
@leat5680 Жыл бұрын
@@enggadda Example I'm saving repository data to mysql and want to use elasticsearch
@enggadda Жыл бұрын
@@leat5680 there is video on my channel showed how to integrate the elasticsearch with spring boot and performed the crud operations there please check that
@galinpetrov8201 Жыл бұрын
@@leat5680 did you find how to do that, because i have the same problem as you. I am trying to sync mqsql with elasticsearch.
@vansh1156 Жыл бұрын
Sir I want to write Java API for fuzzy query please guide me