Skip to content

Instantly share code, notes, and snippets.

@jmb13562
jmb13562 / Query
Last active July 26, 2019 18:45
Elastic Query
GET sharepointschematest/_search
{
"aggs": {},
"from": 0,
"highlight": {
"fields": {
"FileContent": {},
"FileContent.author": {},
"FileContent.title": {},
"FileContent.content"
@jmb13562
jmb13562 / indexmappings
Created July 26, 2019 18:39
Mappings of an index
{
"sharepointschematest" : {
"mappings" : {
"Elastic Document" : {
"properties" : {
"ESCBASE_MIMETYPE" : {
"type" : "keyword",
"fields" : {
"keyword" : {
"type" : "text",