论坛风格切换切换到宽版
  • 19阅读
  • 3回复

es fqq5 [复制链接]

上一主题 下一主题
离线北斗星
 

只看楼主 倒序阅读 使用道具 楼主   发表于: 2022-09-27

{
  "settings": {
    "index": {
      "creation_date": "1603160056855",
      "number_of_shards": "5",
      "number_of_replicas": "1",
      "uuid": "RLCxfyQYQVaNYOlvZITguQ",
      "version": {
        "created": "6050099"
      },
      "provided_name": "fqq5"
    }
  },
  "defaults": {
    "index": {
      "max_inner_result_window": "100",
      "unassigned": {
        "node_left": {
          "delayed_timeout": "1m"
        }
      },
      "max_terms_count": "65536",
      "routing_partition_size": "1",
      "max_docvalue_fields_search": "100",
      "merge": {
        "scheduler": {
          "max_thread_count": "2",
          "auto_throttle": "true",
          "max_merge_count": "7"
        },
        "policy": {
          "reclaim_deletes_weight": "2.0",
          "floor_segment": "2mb",
          "max_merge_at_once_explicit": "30",
          "max_merge_at_once": "10",
          "max_merged_segment": "5gb",
          "expunge_deletes_allowed": "10.0",
          "segments_per_tier": "10.0",
          "deletes_pct_allowed": "33.0"
        }
      },
      "max_refresh_listeners": "1000",
      "max_regex_length": "1000",
      "load_fixed_bitset_filters_eagerly": "true",
      "number_of_routing_shards": "5",
      "write": {
        "wait_for_active_shards": "1"
      },
      "mapping": {
        "coerce": "false",
        "nested_fields": {
          "limit": "50"
        },
        "depth": {
          "limit": "20"
        },
        "ignore_malformed": "false",
        "total_fields": {
          "limit": "1000"
        }
      },
      "source_only": "false",
      "soft_deletes": {
        "enabled": "false",
        "retention": {
          "operations": "0"
        }
      },
      "max_script_fields": "32",
      "query": {
        "default_field": [
          "*"
        ],
        "parse": {
          "allow_unmapped_fields": "true"
        }
      },
      "format": "0",
      "sort": {
        "missing": [],
        "mode": [],
        "field": [],
        "order": []
      },
      "priority": "1",
      "codec": "default",
      "max_rescore_window": "10000",
      "max_adjacency_matrix_filters": "100",
      "gc_deletes": "60s",
      "optimize_auto_generated_id": "true",
      "max_ngram_diff": "1",
      "translog": {
        "generation_threshold_size": "64mb",
        "flush_threshold_size": "512mb",
        "sync_interval": "5s",
        "retention": {
          "size": "512mb",
          "age": "12h"
        },
        "durability": "REQUEST"
      },
      "auto_expand_replicas": "false",
      "mapper": {
        "dynamic": "true"
      },
      "requests": {
        "cache": {
          "enable": "true"
        }
      },
      "data_path": "",
      "highlight": {
        "max_analyzed_offset": "-1"
      },
      "routing": {
        "rebalance": {
          "enable": "all"
        },
        "allocation": {
          "enable": "all",
          "total_shards_per_node": "-1"
        }
      },
      "search": {
        "slowlog": {
          "level": "TRACE",
          "threshold": {
            "fetch": {
              "warn": "-1",
              "trace": "-1",
              "debug": "-1",
              "info": "-1"
            },
            "query": {
              "warn": "-1",
              "trace": "-1",
              "debug": "-1",
              "info": "-1"
            }
          }
        },
        "throttled": "false"
      },
      "fielddata": {
        "cache": "node"
      },
      "default_pipeline": "_none",
      "max_slices_per_scroll": "1024",
      "shard": {
        "check_on_startup": "false"
      },
      "xpack": {
        "watcher": {
          "template": {
            "version": ""
          }
        },
        "version": "",
        "ccr": {
          "following_index": "false"
        }
      },
      "percolator": {
        "map_unmapped_fields_as_text": "false",
        "map_unmapped_fields_as_string": "false"
      },
      "allocation": {
        "max_retries": "5"
      },
      "refresh_interval": "1s",
      "indexing": {
        "slowlog": {
          "reformat": "true",
          "threshold": {
            "index": {
              "warn": "-1",
              "trace": "-1",
              "debug": "-1",
              "info": "-1"
            }
          },
          "source": "1000",
          "level": "TRACE"
        }
      },
      "compound_format": "0.1",
      "blocks": {
        "metadata": "false",
        "read": "false",
        "read_only_allow_delete": "false",
        "read_only": "false",
        "write": "false"
      },
      "max_result_window": "10000",
      "store": {
        "stats_refresh_interval": "10s",
        "type": "",
        "fs": {
          "fs_lock": "native"
        },
        "preload": []
      },
      "queries": {
        "cache": {
          "enabled": "true"
        }
      },
      "ttl": {
        "disable_purge": "false"
      },
      "warmer": {
        "enabled": "true"
      },
      "max_shingle_diff": "3",
      "query_string": {
        "lenient": "false"
      }
    }
  }
}
离线北斗星

只看该作者 沙发   发表于: 2022-09-27
{
  "mapping": {
    "doc": {
      "properties": {
        "@timestamp": {
          "type": "date"
        },
        "address": {
          "type": "text",
          "analyzer": "ik_smart"
        },
        "addtime": {
          "type": "long"
        },
        "age": {
          "type": "long"
        },
        "area_id": {
          "type": "long"
        },
        "audit_time": {
          "type": "long"
        },
        "check_code": {
          "type": "text"
        },
        "city_id": {
          "type": "long"
        },
        "community": {
          "type": "text",
          "analyzer": "ik_smart"
        },
        "community_id": {
          "type": "long"
        },
        "community_title": {
          "type": "keyword"
        },
        "flag_img": {
          "type": "long"
        },
        "hall": {
          "type": "integer"
        },
        "house_desc": {
          "type": "text",
          "analyzer": "ik_smart"
        },
        "id": {
          "type": "long",
          "fields": {
            "keyword": {
              "type": "keyword",
              "ignore_above": 256
            }
          }
        },
        "is_easy": {
          "type": "boolean"
        },
        "is_fixed": {
          "type": "boolean"
        },
        "iscode": {
          "type": "boolean"
        },
        "isgood": {
          "type": "boolean"
        },
        "latitude": {
          "type": "text",
          "fields": {
            "keyword": {
              "type": "keyword",
              "ignore_above": 256
            }
          }
        },
        "location": {
          "type": "geo_point"
        },
        "longitude": {
          "type": "text",
          "fields": {
            "keyword": {
              "type": "keyword",
              "ignore_above": 256
            }
          }
        },
        "photo": {
          "type": "keyword"
        },
        "price": {
          "type": "float"
        },
        "reftime": {
          "type": "long"
        },
        "road": {
          "type": "text",
          "analyzer": "ik_smart"
        },
        "room": {
          "type": "keyword"
        },
        "room_id": {
          "type": "long"
        },
        "space": {
          "type": "float"
        },
        "standard": {
          "type": "boolean"
        },
        "station": {
          "type": "text"
        },
        "subway": {
          "type": "text"
        },
        "tag_name": {
          "type": "text",
          "analyzer": "ik_smart"
        },
        "title": {
          "type": "text",
          "analyzer": "ik_smart"
        },
        "toilet": {
          "type": "keyword"
        },
        "tradingarea_id": {
          "type": "long"
        },
        "type": {
          "type": "keyword"
        },
        "type_id": {
          "type": "integer"
        },
        "unit_price": {
          "type": "float"
        }
      }
    }
  }
}
离线北斗星

只看该作者 板凳   发表于: 2022-09-27
{
  "_shards": {
    "total": 10,
    "successful": 5,
    "failed": 0
  },
  "stats": {
    "uuid": "RLCxfyQYQVaNYOlvZITguQ",
    "primaries": {
      "docs": {
        "count": 12336,
        "deleted": 1
      },
      "store": {
        "size_in_bytes": 8011075
      },
      "indexing": {
        "index_total": 0,
        "index_time_in_millis": 0,
        "index_current": 0,
        "index_failed": 0,
        "delete_total": 0,
        "delete_time_in_millis": 0,
        "delete_current": 0,
        "noop_update_total": 0,
        "is_throttled": false,
        "throttle_time_in_millis": 0
      },
      "get": {
        "total": 0,
        "time_in_millis": 0,
        "exists_total": 0,
        "exists_time_in_millis": 0,
        "missing_total": 0,
        "missing_time_in_millis": 0,
        "current": 0
      },
      "search": {
        "open_contexts": 0,
        "query_total": 5,
        "query_time_in_millis": 1,
        "query_current": 0,
        "fetch_total": 0,
        "fetch_time_in_millis": 0,
        "fetch_current": 0,
        "scroll_total": 0,
        "scroll_time_in_millis": 0,
        "scroll_current": 0,
        "suggest_total": 0,
        "suggest_time_in_millis": 0,
        "suggest_current": 0
      },
      "merges": {
        "current": 0,
        "current_docs": 0,
        "current_size_in_bytes": 0,
        "total": 0,
        "total_time_in_millis": 0,
        "total_docs": 0,
        "total_size_in_bytes": 0,
        "total_stopped_time_in_millis": 0,
        "total_throttled_time_in_millis": 0,
        "total_auto_throttle_in_bytes": 104857600
      },
      "refresh": {
        "total": 15,
        "total_time_in_millis": 0,
        "listeners": 0
      },
      "flush": {
        "total": 5,
        "periodic": 0,
        "total_time_in_millis": 0
      },
      "warmer": {
        "current": 0,
        "total": 5,
        "total_time_in_millis": 0
      },
      "query_cache": {
        "memory_size_in_bytes": 0,
        "total_count": 0,
        "hit_count": 0,
        "miss_count": 0,
        "cache_size": 0,
        "cache_count": 0,
        "evictions": 0
      },
      "fielddata": {
        "memory_size_in_bytes": 0,
        "evictions": 0
      },
      "completion": {
        "size_in_bytes": 0
      },
      "segments": {
        "count": 36,
        "memory_in_bytes": 245054,
        "terms_memory_in_bytes": 199980,
        "stored_fields_memory_in_bytes": 12736,
        "term_vectors_memory_in_bytes": 0,
        "norms_memory_in_bytes": 25344,
        "points_memory_in_bytes": 3306,
        "doc_values_memory_in_bytes": 3688,
        "index_writer_memory_in_bytes": 0,
        "version_map_memory_in_bytes": 0,
        "fixed_bit_set_memory_in_bytes": 0,
        "max_unsafe_auto_id_timestamp": -1,
        "file_sizes": {}
      },
      "translog": {
        "operations": 0,
        "size_in_bytes": 1045,
        "uncommitted_operations": 0,
        "uncommitted_size_in_bytes": 1045,
        "earliest_last_modified_age": 0
      },
      "request_cache": {
        "memory_size_in_bytes": 3730,
        "evictions": 0,
        "hit_count": 0,
        "miss_count": 5
      },
      "recovery": {
        "current_as_source": 0,
        "current_as_target": 0,
        "throttle_time_in_millis": 0
      }
    },
    "total": {
      "docs": {
        "count": 12336,
        "deleted": 1
      },
      "store": {
        "size_in_bytes": 8011075
      },
      "indexing": {
        "index_total": 0,
        "index_time_in_millis": 0,
        "index_current": 0,
        "index_failed": 0,
        "delete_total": 0,
        "delete_time_in_millis": 0,
        "delete_current": 0,
        "noop_update_total": 0,
        "is_throttled": false,
        "throttle_time_in_millis": 0
      },
      "get": {
        "total": 0,
        "time_in_millis": 0,
        "exists_total": 0,
        "exists_time_in_millis": 0,
        "missing_total": 0,
        "missing_time_in_millis": 0,
        "current": 0
      },
      "search": {
        "open_contexts": 0,
        "query_total": 5,
        "query_time_in_millis": 1,
        "query_current": 0,
        "fetch_total": 0,
        "fetch_time_in_millis": 0,
        "fetch_current": 0,
        "scroll_total": 0,
        "scroll_time_in_millis": 0,
        "scroll_current": 0,
        "suggest_total": 0,
        "suggest_time_in_millis": 0,
        "suggest_current": 0
      },
      "merges": {
        "current": 0,
        "current_docs": 0,
        "current_size_in_bytes": 0,
        "total": 0,
        "total_time_in_millis": 0,
        "total_docs": 0,
        "total_size_in_bytes": 0,
        "total_stopped_time_in_millis": 0,
        "total_throttled_time_in_millis": 0,
        "total_auto_throttle_in_bytes": 104857600
      },
      "refresh": {
        "total": 15,
        "total_time_in_millis": 0,
        "listeners": 0
      },
      "flush": {
        "total": 5,
        "periodic": 0,
        "total_time_in_millis": 0
      },
      "warmer": {
        "current": 0,
        "total": 5,
        "total_time_in_millis": 0
      },
      "query_cache": {
        "memory_size_in_bytes": 0,
        "total_count": 0,
        "hit_count": 0,
        "miss_count": 0,
        "cache_size": 0,
        "cache_count": 0,
        "evictions": 0
      },
      "fielddata": {
        "memory_size_in_bytes": 0,
        "evictions": 0
      },
      "completion": {
        "size_in_bytes": 0
      },
      "segments": {
        "count": 36,
        "memory_in_bytes": 245054,
        "terms_memory_in_bytes": 199980,
        "stored_fields_memory_in_bytes": 12736,
        "term_vectors_memory_in_bytes": 0,
        "norms_memory_in_bytes": 25344,
        "points_memory_in_bytes": 3306,
        "doc_values_memory_in_bytes": 3688,
        "index_writer_memory_in_bytes": 0,
        "version_map_memory_in_bytes": 0,
        "fixed_bit_set_memory_in_bytes": 0,
        "max_unsafe_auto_id_timestamp": -1,
        "file_sizes": {}
      },
      "translog": {
        "operations": 0,
        "size_in_bytes": 1045,
        "uncommitted_operations": 0,
        "uncommitted_size_in_bytes": 1045,
        "earliest_last_modified_age": 0
      },
      "request_cache": {
        "memory_size_in_bytes": 3730,
        "evictions": 0,
        "hit_count": 0,
        "miss_count": 5
      },
      "recovery": {
        "current_as_source": 0,
        "current_as_target": 0,
        "throttle_time_in_millis": 0
      }
    }
  }
}
离线北斗星

只看该作者 地板   发表于: 2022-09-27
{
  "index.blocks.read_only_allow_delete": "false",
  "index.priority": "1",
  "index.query.default_field": [
    "*"
  ],
  "index.refresh_interval": "1s",
  "index.write.wait_for_active_shards": "1",
  "index.number_of_replicas": "1"
}
快速回复
限100 字节
如果您提交过一次失败了,可以用”恢复数据”来恢复帖子内容
 
上一个 下一个