I'm getting only limited of 100 characters (not sure on count ) on excerpts while getting hits.
how to add custom excerpts to get full description or to change to 400 characters atlease.
for (Hit hit : result.getHits()) {
SearchResultNode srnode = new SearchResultNode();
String excerpt = hit.getExcerpt();
log.info("excerpt::::::::::::::" + excerpt);
}