Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "pictures": {
- "mappings": {
- "picture": {
- "properties": {
- "path": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- },
- "tag": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- },
- "text": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- },
- "user_id": {
- "type": "long"
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement