Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for docFreq (0.03 sec)

  1. src/main/resources/suggest_indices/suggest/mappings-default.json

            },
            "match": "*",
            "match_mapping_type": "string"
          }
        }
      ],
      "properties": {
        "@timestamp": {
          "type": "date",
          "format": "epoch_millis"
        },
        "docFreq": {
          "type": "long"
        },
        "fields": {
          "type": "keyword"
        },
        "kinds": {
          "type": "keyword"
        },
        "queryFreq": {
          "type": "long"
        },
        "roles": {
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jan 06 03:01:29 UTC 2017
    - 760 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java

        public static final String SCORE = "score";
        /** The query frequency field. */
        public static final String QUERY_FREQ = "queryFreq";
        /** The document frequency field. */
        public static final String DOC_FREQ = "docFreq";
        /** The user boost field. */
        public static final String USER_BOOST = "userBoost";
        /** The kinds field. */
        public static final String KINDS = "kinds";
        /** The timestamp field. */
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top