- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for KeyMatchBhv (0.06 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/exbhv/KeyMatchBhv.java
import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsKeyMatchBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class KeyMatchBhv extends BsKeyMatchBhv { 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 (0) -
src/main/java/org/codelibs/fess/app/service/KeyMatchService.java
*/ public class KeyMatchService extends FessAppService { /** The KeyMatch behavior. */ @Resource protected KeyMatchBhv keyMatchBhv; /** * Default constructor. */ public KeyMatchService() { super(); } /** The Fess config. */ @Resource protected FessConfig fessConfig; /** * Get a list of key matches. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/resources/esflute_config.xml
<component name="jobLogBhv" class="org.codelibs.fess.opensearch.config.exbhv.JobLogBhv"/> <component name="keyMatchBhv" class="org.codelibs.fess.opensearch.config.exbhv.KeyMatchBhv"/> <component name="labelTypeBhv" class="org.codelibs.fess.opensearch.config.exbhv.LabelTypeBhv"/> <component name="pathMappingBhv" class="org.codelibs.fess.opensearch.config.exbhv.PathMappingBhv"/>
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)