Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for targetLabel (0.19 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java

            this.suggestWord = value;
        }
    
        public String getTargetLabel() {
            checkSpecifiedProperty("targetLabel");
            return convertEmptyToNull(targetLabel);
        }
    
        public void setTargetLabel(String value) {
            registerModifiedProperty("targetLabel");
            this.targetLabel = value;
        }
    
        public String getTargetRole() {
            checkSpecifiedProperty("targetRole");
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBadWordCQ.java

        }
    
        public void setTargetLabel_Equal(String targetLabel) {
            setTargetLabel_Term(targetLabel, null);
        }
    
        public void setTargetLabel_Equal(String targetLabel, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setTargetLabel_Term(targetLabel, opLambda);
        }
    
        public void setTargetLabel_Term(String targetLabel) {
            setTargetLabel_Term(targetLabel, null);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 58.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBadWordCA.java

        public void setTargetLabel_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setTargetLabel_Terms("targetLabel", opLambda, null);
        }
    
        public void setTargetLabel_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsBadWordCA> aggsLambda) {
            setTargetLabel_Terms("targetLabel", opLambda, aggsLambda);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10ExpressionInfoProvider.kt

            val targetLabel = returnExpression.getTargetLabel()
                ?: return returnExpression.parentOfType<KtNamedFunction>()
                    ?.let { with(analysisSession) { it.getSymbol() as? KtCallableSymbol } }
            val labelTarget = bindingContext[BindingContext.LABEL_TARGET, targetLabel] as? KtDeclaration ?: return null
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Oct 05 15:06:52 GMT 2022
    - 2.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess_config.bad_word/bad_word.json

    {
        "properties": {
          "suggestWord": {
            "type": "keyword"
          },
          "targetRole": {
            "type": "keyword"
          },
          "targetLabel": {
            "type": "keyword"
          },
          "createdBy": {
            "type": "keyword"
          },
          "createdTime": {
            "type": "long"
          },
          "updatedBy": {
            "type": "keyword"
          },
          "updatedTime": {
            "type": "long"
          }
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 424 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java

        public String[] labelTypeIds;
    
        @ValidateTypeFailure
        public Integer crudMode;
    
        @Required
        public String suggestWord;
    
        public String reading;
    
        public String targetLabel;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String permissions;
    
        @Required
        @ValidateTypeFailure
        public Float boost;
    
        @Size(max = 1000)
        public String createdBy;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/exentity/BadWord.java

        }
    
        @Override
        public String toString() {
            return "BadWord [createdBy=" + createdBy + ", createdTime=" + createdTime + ", suggestWord=" + suggestWord + ", targetLabel="
                    + targetLabel + ", targetRole=" + targetRole + ", updatedBy=" + updatedBy + ", updatedTime=" + updatedTime + ", docMeta="
                    + docMeta + "]";
        }
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BadWordDbm.java

                false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnTargetLabel = cci("targetLabel", "targetLabel", null, null, String.class, "targetLabel", null, false,
                false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.2K bytes
    - Viewed (0)
  9. src/main/config/es/fess_config_bad_word.json

                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "suggestWord" : {
                "type" : "keyword"
              },
              "targetLabel" : {
                "type" : "keyword"
              },
              "targetRole" : {
                "type" : "keyword"
              },
              "updatedBy" : {
                "type" : "keyword"
              },
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 961 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBadWordCB.java

                doColumn("createdTime");
            }
    
            public void columnSuggestWord() {
                doColumn("suggestWord");
            }
    
            public void columnTargetLabel() {
                doColumn("targetLabel");
            }
    
            public void columnTargetRole() {
                doColumn("targetRole");
            }
    
            public void columnUpdatedBy() {
                doColumn("updatedBy");
            }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.9K bytes
    - Viewed (0)
Back to top