2017 © Pedro Peláez
 

library battles

Package for battles

image

inetstudio/battles

Package for battles

  • Monday, July 30, 2018
  • by inetstudio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

Elasticsearch

PUT app_index
PUT app_index/_mapping/battles
{
  "properties": {
    "id": {
        "type": "integer"
    },
    "title": {
        "type": "string"
    },
    "description": {
        "type": "text"
    },  
    "content": {
        "type": "text"
    },  
    "categories": {
        "type": "nested"
    },
    "tags": {
        "type": "nested"
    }
  }
}

The Versions