Skip to content

Instantly share code, notes, and snippets.

@dbu
Created September 18, 2013 20:02
Show Gist options
  • Save dbu/6614783 to your computer and use it in GitHub Desktop.
Save dbu/6614783 to your computer and use it in GitHub Desktop.
FOSElasticaBundle _parent mapping
indexes:
projects:
client: default
finder: ~
types:
github_repository:
mappings:
name:
type: string
index: not_analyzed
full_name:
type: string
index: not_analyzed
owner_login:
type: string
index: not_analyzed
github_pull:
mappings:
user_login:
type: string
index: not_analyzed
assignee_login:
type: string
index: not_analyzed
milestone_title:
type: string
index: not_analyzed
updated_at:
type: date
_parent:
type: github_repository
property: repository
identifier: id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment