2017 © Pedro Peláez
 

library contests

Package for contests

image

inetstudio/contests

Package for contests

  • Sunday, July 29, 2018
  • by inetstudio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Elasticsearch

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

The Versions