Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for minhash_analyzer (0.14 sec)

  1. src/main/resources/fess_indices/fess/doc.json

          },
          "content_minhash": {
            "type": "text",
            "index": false
          },
          "content_minhash_bits": {
            "type": "minhash",
            "bit_string": true,
            "minhash_analyzer": "minhash_analyzer"
          },
          "content_length": {
            "type": "long"
          },
          "created": {
            "type": "date",
            "format": "date_optional_time"
          },
          "timestamp": {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess.json

            },
            "empty_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "char_filter": [
                "removeall_filter"
              ]
            },
            "minhash_analyzer": {
              "type": "custom",
              "char_filter": [
                "mapping_ja_filter"
              ],
              "tokenizer": "standard",
              "filter": [
                "asciifolding",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
Back to top