summa 0.8.8

Fast full-text search server
{
  "settings": {
    "analysis": {
      "analyzer": {
        "whitespace_lowercase": {
          "tokenizer": "whitespace",
          "filter": [ "lowercase" ]
        }
      }
    }
  },
  "mappings": {
    "properties": {
      "auxiliary_text": {
        "type": "text"
      },
      "category": {
        "type": "text"
      },
      "content_model": {
        "type": "text"
      },
      "incoming_links": {
        "type": "long"
      },
      "language": {
        "type": "text"
      },
      "namespace": {
        "type": "long"
      },
      "opening_text": {
        "type": "text"
      },
      "outgoing_link": {
        "type": "text"
      },
      "popularity_score": {
        "type": "double"
      },
      "text": {
        "type": "text"
      },
      "create_timestamp": {
        "type": "date",
        "format": "strict_date_optional_time||epoch_millis"
      },
      "timestamp": {
        "type": "date",
        "format": "strict_date_optional_time||epoch_millis"
      },
      "title": {
        "type": "text"
      }
    }
  }
}