elastic search 5.5 highlight field is not working
I have tested the elastic search highlight field function and it was working fine . I used elastic search 2.4.4 and spring-data-elasticsearch-2.0.0.RELEASE The sample code is in the below post How to provide highlighting with Spring data elasticsearch I have recently upgraded to elastic search to 5.5.0 and spring-data-elasticsearch-3.0.0.M4 when I test the same code , highlight does not happen Below is the sample code SearchQuery searchQuery = new NativeSearchQueryBuilder().withIndices("occindex") .withPageable(new PageRequest(0, mySpecification.getNoOfRecords())) .withQuery(QueryBuilders