Uses of Class
org.codelibs.fess.entity.HighlightInfo
-
-
Uses of HighlightInfo in org.codelibs.fess.api.gsa
Methods in org.codelibs.fess.api.gsa that return HighlightInfo Modifier and Type Method Description HighlightInfoGsaApiManager.GsaRequestParams. getHighlightInfo() -
Uses of HighlightInfo in org.codelibs.fess.api.json
Methods in org.codelibs.fess.api.json that return HighlightInfo Modifier and Type Method Description HighlightInfoJsonApiManager.JsonRequestParams. getHighlightInfo() -
Uses of HighlightInfo in org.codelibs.fess.api.suggest
Methods in org.codelibs.fess.api.suggest that return HighlightInfo Modifier and Type Method Description HighlightInfoSuggestApiManager.RequestParameter. getHighlightInfo() -
Uses of HighlightInfo in org.codelibs.fess.app.web.admin.searchlist
Methods in org.codelibs.fess.app.web.admin.searchlist that return HighlightInfo Modifier and Type Method Description HighlightInfoListForm. getHighlightInfo() -
Uses of HighlightInfo in org.codelibs.fess.app.web.base
Methods in org.codelibs.fess.app.web.base that return HighlightInfo Modifier and Type Method Description HighlightInfoSearchForm. getHighlightInfo() -
Uses of HighlightInfo in org.codelibs.fess.entity
Methods in org.codelibs.fess.entity that return HighlightInfo Modifier and Type Method Description HighlightInfoHighlightInfo. fragmentOffset(int fragmentOffset)HighlightInfoHighlightInfo. fragmentSize(int fragmentSize)abstract HighlightInfoSearchRequestParams. getHighlightInfo()HighlightInfoHighlightInfo. numOfFragments(int numOfFragments)HighlightInfoHighlightInfo. type(String type) -
Uses of HighlightInfo in org.codelibs.fess.es.client
Fields in org.codelibs.fess.es.client declared as HighlightInfo Modifier and Type Field Description protected HighlightInfoFessEsClient.SearchConditionBuilder. highlightInfoMethods in org.codelibs.fess.es.client with parameters of type HighlightInfo Modifier and Type Method Description FessEsClient.SearchConditionBuilderFessEsClient.SearchConditionBuilder. highlightInfo(HighlightInfo highlightInfo) -
Uses of HighlightInfo in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return HighlightInfo Modifier and Type Method Description HighlightInfoViewHelper. createHighlightInfo()Methods in org.codelibs.fess.helper with parameters of type HighlightInfo Modifier and Type Method Description protected voidViewHelper. updateHighlisthInfo(HighlightInfo highlightInfo, int width)
-