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
Method parameters in net.sf.jasperreports.interactivity.search with type arguments of type HitTermInfo Modifier and Type Method Description protected void
LuceneUtil. validateHitTerms(List<HitTermInfo> hitTermInfoList, List<String> queryTerms, String uid, String pageNo, SpansInfo spansInfo)
-
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>
HitSpanInfo. getHitTermInfoList()
Methods in net.sf.jasperreports.search with parameters of type HitTermInfo Modifier and Type Method Description int
HitTermInfo. compareTo(HitTermInfo o)
Constructors in net.sf.jasperreports.search with parameters of type HitTermInfo Constructor Description HitSpanInfo(HitTermInfo hitTermInfo)
Constructor parameters in net.sf.jasperreports.search with type arguments of type HitTermInfo Constructor Description HitSpanInfo(List<HitTermInfo> hitTermInfoList)
-