- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for pathMappingBhv (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/opensearch/config/exbhv/PathMappingBhv.java
import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsPathMappingBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class PathMappingBhv extends BsPathMappingBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.2K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/service/PathMappingService.java
/** * Default constructor. */ public PathMappingService() { super(); } /** Path mapping behavior. */ @Resource protected PathMappingBhv pathMappingBhv; /** Fess configuration. */ @Resource protected FessConfig fessConfig; /** * Gets the path mapping list with paging. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/resources/esflute_config.xml
<component name="labelTypeBhv" class="org.codelibs.fess.opensearch.config.exbhv.LabelTypeBhv"/> <component name="pathMappingBhv" class="org.codelibs.fess.opensearch.config.exbhv.PathMappingBhv"/> <component name="relatedContentBhv" class="org.codelibs.fess.opensearch.config.exbhv.RelatedContentBhv"/>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 2.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
} @Override public int load() { final List<String> ptList = getProcessTypeList(); try { final PathMappingBhv pathMappingBhv = ComponentUtil.getComponent(PathMappingBhv.class); cachedPathMappingList = pathMappingBhv.selectList(cb -> { cb.query().addOrderBy_SortOrder_Asc(); cb.query().setProcessType_InScope(ptList);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/PathMappingDbm.java
return "org.codelibs.fess.opensearch.config.cbean.PathMappingCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.config.exbhv.PathMappingBhv"; } // =================================================================================== // Object Type
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 11.3K bytes - Click Count (0)