Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for content_minhash_bits (0.23 sec)

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

            "search_analyzer": "standard_search_analyzer",
            "term_vector": "with_positions_offsets",
            "copy_to": ["content_minhash_bits"]
          },
          "content_minhash": {
            "type": "text",
            "index": false
          },
          "content_minhash_bits": {
            "type": "minhash",
            "bit_string": true,
            "minhash_analyzer": "minhash_analyzer"
          },
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_aws/fess/doc.json

            "search_analyzer": "standard_search_analyzer",
            "term_vector": "with_positions_offsets"
          },
          "content_minhash": {
            "type": "keyword",
            "index": false
          },
          "content_minhash_bits": {
            "type": "keyword",
            "index": false
          },
          "content_length": {
            "type": "long"
          },
          "created": {
            "type": "date",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_cloud/fess/doc.json

            "search_analyzer": "standard_search_analyzer",
            "term_vector": "with_positions_offsets"
          },
          "content_minhash": {
            "type": "keyword",
            "index": false
          },
          "content_minhash_bits": {
            "type": "keyword",
            "index": false
          },
          "content_length": {
            "type": "long"
          },
          "created": {
            "type": "date",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    index.field.timestamp=timestamp
    index.field.label=label
    index.field.mimetype=mimetype
    index.field.parent_id=parent_id
    index.field.important_content=important_content
    index.field.content=content
    index.field.content_minhash_bits=content_minhash_bits
    index.field.cache=cache
    index.field.digest=digest
    index.field.title=title
    index.field.host=host
    index.field.site=site
    index.field.content_length=content_length
    index.field.filetype=filetype
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. content */
        String INDEX_FIELD_CONTENT = "index.field.content";
    
        /** The key of the configuration. e.g. content_minhash_bits */
        String INDEX_FIELD_content_minhash_bits = "index.field.content_minhash_bits";
    
        /** The key of the configuration. e.g. cache */
        String INDEX_FIELD_CACHE = "index.field.cache";
    
        /** The key of the configuration. e.g. digest */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top