Uses of Class
org.codelibs.fess.es.config.exentity.BoostDocumentRule
-
-
Uses of BoostDocumentRule in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type BoostDocumentRule Modifier and Type Method Description org.dbflute.optional.OptionalEntity<BoostDocumentRule>BoostDocumentRuleService. getBoostDocumentRule(java.lang.String id)java.util.List<BoostDocumentRule>BoostDocumentRuleService. getBoostDocumentRuleList(BoostDocPager boostDocumentRulePager)Methods in org.codelibs.fess.app.service with parameters of type BoostDocumentRule Modifier and Type Method Description voidBoostDocumentRuleService. delete(BoostDocumentRule boostDocumentRule)voidBoostDocumentRuleService. store(BoostDocumentRule boostDocumentRule) -
Uses of BoostDocumentRule in org.codelibs.fess.app.web.admin.boostdoc
Methods in org.codelibs.fess.app.web.admin.boostdoc that return types with arguments of type BoostDocumentRule Modifier and Type Method Description static org.dbflute.optional.OptionalEntity<BoostDocumentRule>AdminBoostdocAction. getBoostDocumentRule(CreateForm form) -
Uses of BoostDocumentRule in org.codelibs.fess.app.web.api.admin.boostdoc
Methods in org.codelibs.fess.app.web.api.admin.boostdoc with parameters of type BoostDocumentRule Modifier and Type Method Description protected EditBodyApiAdminBoostdocAction. createEditBody(BoostDocumentRule entity) -
Uses of BoostDocumentRule in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type BoostDocumentRule Modifier and Type Method Description protected <RESULT extends BoostDocumentRule>
RESULTBsBoostDocumentRuleBhv. createEntity(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType)protected <ENTITY extends BoostDocumentRule>
ENTITYBsBoostDocumentRuleBhv. doSelectByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends BoostDocumentRule>
org.dbflute.optional.OptionalEntity<ENTITY>BsBoostDocumentRuleBhv. doSelectOptionalByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends BoostDocumentRule>
org.dbflute.optional.OptionalEntity<ENTITY>BsBoostDocumentRuleBhv. doSelectOptionalEntity(BoostDocumentRuleCB cb, java.lang.Class<? extends ENTITY> tp)protected <RESULT extends BoostDocumentRule>
RESULTBsBoostDocumentRuleBhv. updateEntity(java.util.Map<java.lang.String,java.lang.Object> source, RESULT result)Methods in org.codelibs.fess.es.config.bsbhv that return BoostDocumentRule Modifier and Type Method Description BoostDocumentRuleBsBoostDocumentRuleBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type BoostDocumentRule Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv. facadeSelectByPK(java.lang.String id)protected org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv. facadeSelectEntity(BoostDocumentRuleCB cb)org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv. selectByPK(java.lang.String id)org.dbflute.optional.OptionalEntity<BoostDocumentRule>BsBoostDocumentRuleBhv. selectEntity(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda)org.dbflute.cbean.result.ListResultBean<BoostDocumentRule>BsBoostDocumentRuleBhv. selectList(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<BoostDocumentRule>BsBoostDocumentRuleBhv. selectPage(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda)protected java.lang.Class<BoostDocumentRule>BsBoostDocumentRuleBhv. typeOfHandlingEntity()protected java.lang.Class<? extends BoostDocumentRule>BsBoostDocumentRuleBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type BoostDocumentRule Modifier and Type Method Description voidBsBoostDocumentRuleBhv. delete(BoostDocumentRule entity)voidBsBoostDocumentRuleBhv. delete(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsBoostDocumentRuleBhv. insert(BoostDocumentRule entity)voidBsBoostDocumentRuleBhv. insert(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsBoostDocumentRuleBhv. insertOrUpdate(BoostDocumentRule entity)voidBsBoostDocumentRuleBhv. insertOrUpdate(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsBoostDocumentRuleBhv. update(BoostDocumentRule entity)voidBsBoostDocumentRuleBhv. update(BoostDocumentRule entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type BoostDocumentRule Modifier and Type Method Description int[]BsBoostDocumentRuleBhv. batchDelete(java.util.List<BoostDocumentRule> list)int[]BsBoostDocumentRuleBhv. batchDelete(java.util.List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsBoostDocumentRuleBhv. batchDelete(java.util.List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsBoostDocumentRuleBhv. batchInsert(java.util.List<BoostDocumentRule> list)int[]BsBoostDocumentRuleBhv. batchInsert(java.util.List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsBoostDocumentRuleBhv. batchInsert(java.util.List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsBoostDocumentRuleBhv. batchUpdate(java.util.List<BoostDocumentRule> list)int[]BsBoostDocumentRuleBhv. batchUpdate(java.util.List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsBoostDocumentRuleBhv. batchUpdate(java.util.List<BoostDocumentRule> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)voidBsBoostDocumentRuleBhv. selectBulk(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<java.util.List<BoostDocumentRule>> entityLambda)voidBsBoostDocumentRuleBhv. selectCursor(org.dbflute.bhv.readable.CBCall<BoostDocumentRuleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<BoostDocumentRule> entityLambda) -
Uses of BoostDocumentRule in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return types with arguments of type BoostDocumentRule Modifier and Type Method Description protected java.util.List<BoostDocumentRule>WebFsIndexHelper. getAvailableBoostDocumentRuleList() -
Uses of BoostDocumentRule in org.codelibs.fess.indexer
Constructors in org.codelibs.fess.indexer with parameters of type BoostDocumentRule Constructor Description DocBoostMatcher(BoostDocumentRule rule)
-