Uses of Class
net.sf.jasperreports.search.HitTermInfo
-
Packages that use HitTermInfo Package Description net.sf.jasperreports.interactivity.search net.sf.jasperreports.search Provides support for JasperReports search feature. -
-
Uses of HitTermInfo in net.sf.jasperreports.interactivity.search
Methods in net.sf.jasperreports.interactivity.search that return types with arguments of type HitTermInfo Modifier and Type Method Description List<HitTermInfo>
LuceneSpansInfo. getHitTermsInfo(String key)
Methods in net.sf.jasperreports.interactivity.search with parameters of type HitTermInfo Modifier and Type Method Description void
LuceneSpansInfo. addTermInfo(String key, HitTermInfo hitTermInfo)
-
Uses of HitTermInfo in net.sf.jasperreports.search
Methods in net.sf.jasperreports.search that return types with arguments of type HitTermInfo Modifier and Type Method Description List<HitTermInfo>
SpansInfo. getHitTermsInfo(String key)
-