I have the following expression : <c:set var="result" value="${searchForm.results}"/>
results is of type Hits, i want to know if there is a way using Expression language or jstl to access for example: result.doc(i).
I have the following expression : <c:set var="result" value="${searchForm.results}"/>
results is of type Hits, i want to know if there is a way using Expression language or jstl to access for example: result.doc(i).