- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for LabelType (0.09 sec)
-
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
protected void buildLabelTypeItems(final List<LabelType> labelTypeList) { final List<LabelTypeItem> itemList = new ArrayList<>(); for (final LabelType labelType : labelTypeList) { final LabelTypeItem item = new LabelTypeItem(); item.setLabel(labelType.getName()); item.setValue(labelType.getValue()); item.setPermissions(labelType.getPermissions());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
online.help.name.group=group online.help.name.design=design online.help.name.dashboard=dashboard online.help.name.webauth=webauth online.help.name.fileconfig=fileconfig online.help.name.fileauth=fileauth online.help.name.labeltype=labeltype online.help.name.duplicatehost=duplicatehost online.help.name.scheduler=scheduler online.help.name.crawlinginfo=crawlinginfo online.help.name.backup=backup online.help.name.upgrade=upgrade
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
putResultDataBody(dataMap, Constants.INDEXING_TARGET, indexingTarget); // boost putResultDataBody(dataMap, fessConfig.getIndexFieldBoost(), crawlingConfig.getDocumentBoost()); // label: labelType final LabelTypeHelper labelTypeHelper = ComponentUtil.getLabelTypeHelper(); putResultDataBody(dataMap, fessConfig.getIndexFieldLabel(), labelTypeHelper.getMatchedLabelValueSet(url)); // role: roleType
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 23.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. fileauth */ String ONLINE_HELP_NAME_FILEAUTH = "online.help.name.fileauth"; /** The key of the configuration. e.g. labeltype */ String ONLINE_HELP_NAME_LABELTYPE = "online.help.name.labeltype"; /** The key of the configuration. e.g. duplicatehost */ String ONLINE_HELP_NAME_DUPLICATEHOST = "online.help.name.duplicatehost";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
putResultDataBody(dataMap, Constants.INDEXING_TARGET, indexingTarget); // boost putResultDataBody(dataMap, fessConfig.getIndexFieldBoost(), crawlingConfig.getDocumentBoost()); // label: labelType putResultDataBody(dataMap, fessConfig.getIndexFieldLabel(), labelTypeHelper.getMatchedLabelValueSet(url)); // role: roleType final List<String> roleTypeList = new ArrayList<>();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 42.9K bytes - Viewed (0)