- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for LabelTypePattern (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
LabelTypePattern pattern = new LabelTypePattern("test", "/test.*", null); // Should match included path assertTrue(pattern.match("/test/path")); // Should not match non-included path assertFalse(pattern.match("/other/path")); } @Test public void test_labelTypePattern_match_onlyExcluded() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
/** A list of label type items. */ protected volatile List<LabelTypeItem> labelTypeItemList; /** A list of label type patterns. */ protected volatile List<LabelTypePattern> labelTypePatternList; /** * Default constructor. */ public LabelTypeHelper() { super(); } /** * Initializes the helper. */ @PostConstructCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
import org.codelibs.fess.helper.DocumentHelper; import org.codelibs.fess.helper.FileTypeHelper; import org.codelibs.fess.helper.LabelTypeHelper; import org.codelibs.fess.helper.LabelTypeHelper.LabelTypePattern; import org.codelibs.fess.helper.PathMappingHelper; import org.codelibs.fess.helper.ProtocolHelper; import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.mylasta.direction.FessConfig;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0)