Skip to content

Instantly share code, notes, and snippets.

@jprante
Created March 7, 2013 20:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jprante/5111676 to your computer and use it in GitHub Desktop.
Save jprante/5111676 to your computer and use it in GitHub Desktop.
{
"comment" : "J. Prante, 14.08.2012",
"settings" : {
"index" : {
"analysis" : {
"filter" : {
"germansnow" : {
"type" : "snowball",
"language" : "German2"
},
"edgengramfilter" : {
"type" : "edgeNgram",
"side" : "front",
"min_gram" : 2,
"max_gram" : 16
}
},
"analyzer" : {
"german" : {
"type" : "custom",
"tokenizer" : "lowercase",
"filter" : "germansnow"
},
"icu" : {
"type" : "custom",
"tokenizer" : "icu_tokenizer",
"filter" : "icu_folding"
},
"default" : {
"sub_analyzers" : [
"german",
"icu",
"standard"
],
"type" : "combo"
},
"icu_autocomplete" : {
"type" : "custom",
"tokenizer" : "icu_tokenizer",
"filter" : [ "icu_folding", "edgengramfilter" ]
},
"autocomplete" : {
"sub_analyzers" : [
"german",
"icu_autocomplete",
"standard"
],
"type" : "combo"
}
}
}
}
},
"mappings" : {
"_default_" : {
"_boost" : {
"name" : "xbib:boost",
"null_value" : 1.0
},
"_timestamp" : {
"enabled" : true,
"path" : "xbib:updated"
},
"properties" : {
"dc:contributor" : {
"properties" : {
"bib:nameConference" : {
"type" : "multi_field",
"fields" : {
"bib:nameConference" : {
"type" : "string",
"index_name" : "dc:contributor"
},
"xbib:nameConference" : {
"type" : "string",
"include_in_all" : false
},
"xbib:nameConferenceFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"bib:nameCorporate" : {
"type" : "multi_field",
"fields" : {
"bib:nameCorporate" : {
"type" : "string",
"index_name" : "dc:contributor"
},
"xbib:nameCorporate" : {
"type" : "string",
"include_in_all" : false
},
"xbib:nameCorporateFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"bib:namePersonal" : {
"type" : "multi_field",
"fields" : {
"bib:namePersonal" : {
"type" : "string",
"index_name" : "dc:contributor"
},
"xbib:namePersonal" : {
"type" : "string",
"include_in_all" : false
},
"xbib:namePersonalFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"xbib:nameGeo" : {
"type" : "multi_field",
"fields" : {
"xbib:nameGeo" : {
"type" : "string",
"index_name" : "dc:contributor"
},
"xbib:nameGeoExtra" : {
"type" : "string",
"include_in_all" : false
},
"xbib:nameGeoFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"dc:contributor" : {
"type" : "string",
"include_in_all" : true
},
"xbib:nameConferenceID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:nameConferenceDate" : {
"type" : "integer"
},
"xbib:nameConferencePlace" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:nameCorporateID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:namePersonalID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:namePersonalBirthYear" : {
"type" : "integer"
},
"xbib:namePersonalDeathYear" : {
"type" : "integer"
},
"xbib:namePersonalRole" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"xbib:nameGeoID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:nameConferenceAlt" : {
"type" : "string",
"index_name" : "bib:nameCorporate",
"boost" : 0.5
},
"xbib:nameCorporateAlt" : {
"type" : "string",
"index_name" : "bib:nameCorporate",
"boost" : 0.5
},
"xbib:namePersonalAlt" : {
"type" : "string",
"index_name" : "bib:namePersonal",
"boost" : 0.5
},
"xbib:nameGeoAlt" : {
"type" : "string",
"index_name" : "xbib:nameGeo",
"boost" : 0.5
}
}
},
"dc:coverage" : {
"properties" : {
"dc:coverage" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"dcterms:temporal" : {
"type" : "string",
"index_name" : "dc:coverage"
},
"dcterms:spatial" : {
"type" : "string",
"index_name" : "dc:coverage"
},
"xbib:coverageLocationPlaceID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:coverageLocationPlaceName" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
}
}
},
"dc:creator" : {
"properties" : {
"bib:nameCorporate" : {
"type" : "multi_field",
"fields" : {
"bib:nameCorporate" : {
"type" : "string",
"index_name" : "dc:creator"
},
"xbib:nameCorporate" : {
"type" : "string",
"include_in_all" : false
},
"xbib:nameCorporateFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"bib:namePersonal" : {
"type" : "multi_field",
"fields" : {
"bib:namePersonal" : {
"type" : "string",
"index_name" : "dc:creator"
},
"xbib:namePersonal" : {
"type" : "string",
"include_in_all" : false
},
"xbib:namePersonalFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"dc:creator" : {
"type" : "string",
"include_in_all" : true
},
"xbib:nameCorporateAlt" : {
"type" : "string",
"index_name" : "bib:nameCorporate",
"boost" : 0.5
},
"xbib:nameCorporateID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:namePersonalAlt" : {
"type" : "string",
"index_name" : "bib:namePersonal",
"boost" : 0.5
},
"xbib:namePersonalID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"dc:date" : {
"properties" : {
"bib:dateCopyright" : {
"index_name" : "dc:date",
"type" : "integer"
},
"bib:dateCreated" : {
"index_name" : "dc:date",
"type" : "integer"
},
"bib:dateIssued" : {
"index_name" : "dc:date",
"type" : "integer"
},
"bib:dateModified" : {
"index_name" : "dc:date",
"type" : "integer"
},
"bib:dateValid" : {
"index_name" : "dc:date",
"type" : "integer"
},
"dc:date" : {
"type" : "integer",
"include_in_all" : false
},
"dcterms:issued" : {
"type" : "integer",
"index_name" : "dc:date"
},
"xbib:date" : {
"type" : "integer",
"index_name" : "dc:date"
}
}
},
"dc:description" : {
"properties" : {
"bib:edition" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"dc:description" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"dcterms:abstract" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"dcterms:extent" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:collectionDescription" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:creatorDescription" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:description" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:descriptionFootNote" : {
"properties" : {
"xbib:relationValue" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationName" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
}
}
},
"xbib:descriptionISODIS25577" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:descriptionThesis" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:name" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:type" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:typeDescription" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:value" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
}
}
},
"dc:format" : {
"properties" : {
"dc:format" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"dcterms:format" : {
"type" : "string",
"index_name" : "dc:format"
},
"dcterms:medium" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"dc:identifier" : {
"properties" : {
"dc:identifier" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:identifier" : {
"type" : "string",
"index_name" : "dc:identifier"
},
"xbib:identifierAuthorityDNB" : {
"type" : "string",
"index_name" : "xbib:identifier"
},
"xbib:identifierAuthorityDOI" : {
"type" : "string",
"index_name" : "xbib:identifier"
},
"xbib:identifierAuthorityEAN" : {
"type" : "string",
"index_name" : "xbib:identifierAuthorityISBN"
},
"xbib:identifierAuthorityEKI" : {
"type" : "string",
"index_name" : "xbib:identifier"
},
"xbib:identifierAuthorityISBN" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : true
},
"xbib:identifierAuthorityISIL" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:identifierAuthorityISMN" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : true
},
"xbib:identifierAuthorityISRN" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : true
},
"xbib:identifierAuthorityISSN" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : true
},
"xbib:identifierAuthorityLOC" : {
"type" : "string",
"index_name" : "xbib:identifier"
},
"xbib:identifierAuthorityMAB" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:identifierAuthorityMABWhole" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:identifierAuthorityNLZ" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:identifierAuthorityNWBIB" : {
"type" : "string",
"analyzer" : "keyword",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:identifierAuthorityOCLC" : {
"type" : "string",
"index_name" : "xbib:identifier"
},
"xbib:identifierAuthorityOther" : {
"type" : "string",
"index_name" : "xbib:identifier"
},
"xbib:identifierAuthorityOriginISBN" : {
"index_name" : "xbib:identifierAuthorityISBN",
"type" : "string"
},
"xbib:identifierAuthorityOriginISMN" : {
"index_name" : "xbib:identifierAuthorityISMN",
"type" : "string"
},
"xbib:identifierAuthorityOriginISSN" : {
"index_name" : "xbib:identifierAuthorityISSN",
"type" : "string"
},
"xbib:identifierAuthorityURN" : {
"index_name" : "xbib:identifier",
"type" : "string"
},
"xbib:identifierAuthorityZDB" : {
"index_name" : "xbib:identifier",
"type" : "string"
},
"xbib:sysID" : {
"index_name" : "xbib:identifier",
"type" : "string"
}
}
},
"dc:language" : {
"properties" : {
"dc:language" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"xbib:language" : {
"type" : "string",
"index_name" : "dc:language"
},
"xbib:languageISO6391" : {
"type" : "string",
"index_name" : "dc:language"
},
"xbib:languageISO6392b" : {
"type" : "string",
"index_name" : "dc:language"
}
}
},
"dc:publisher" : {
"properties" : {
"dc:publisher" : {
"type" : "string",
"include_in_all" : true
},
"xbib:publisherName" : {
"type" : "string",
"index_name" : "dc:publisher"
},
"xbib:publisherNameAlt" : {
"type" : "string",
"index_name" : "dc:publisher"
},
"xbib:publisherPlace" : {
"type" : "string",
"include_in_all" : true
}
}
},
"dc:relation" : {
"properties" : {
"dc:relation" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"lia:lia" : {
"properties" : {
"lia:access" : {
"properties" : {
"lia:authority" : {
"type" : "string",
"include_in_all" : false
},
"lia:item" : {
"properties" : {
"lia:address" : {
"type" : "string",
"include_in_all" : false
},
"lia:collection" : {
"type" : "string",
"include_in_all" : false
},
"lia:description" : {
"type" : "string",
"include_in_all" : false
},
"lia:identifier" : {
"type" : "string",
"include_in_all" : false
},
"lia:label" : {
"type" : "string",
"include_in_all" : false
},
"lia:number" : {
"type" : "string",
"include_in_all" : false
},
"lia:preferredDelivery" : {
"type" : "string",
"include_in_all" : false
},
"lia:preferredTransport" : {
"type" : "string",
"include_in_all" : false
},
"lia:shelfmark" : {
"type" : "string",
"include_in_all" : false
},
"lia:type" : {
"type" : "string",
"include_in_all" : false
}
}
},
"lia:library" : {
"properties" : {
"lia:authority" : {
"type" : "string",
"include_in_all" : false
},
"lia:name" : {
"type" : "string",
"include_in_all" : false
}
}
},
"lia:name" : {
"type" : "string",
"include_in_all" : false
},
"lia:service" : {
"type" : "string",
"include_in_all" : false
}
}
}
}
},
"xbib:accessMethod" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:bitsPerSecond" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:contactForAccess" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:electronicFormatType" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:fieldLinkSeqNumber" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:fileSize" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:hostName" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:hoursAccessMethodAvailable" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:linkText" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:linkage" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:locatorURI" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:materialsSpecified" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:nameOfLocation" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:nonPublicNote" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:password" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:path" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:port" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:publicNote" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationLabel" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationName" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationType" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationURL" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationURLLabel" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationValue" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:relationValueID" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:settings" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:terminalEmulation" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:uniformResourceIdentifier" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:uniformResourceName" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:unknown" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
}
}
},
"dc:rights" : {
"properties" : {
"dc:rights" : {
"type" : "string",
"include_in_all" : false
},
"xbib:rights" : {
"type" : "string",
"index_name" : "dc:rights"
}
}
},
"dc:source" : {
"properties" : {
"dc:source" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:source" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceCreator" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceDateIssued" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceDescription" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceDescriptionVolume" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceEdition" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceID" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourcePublisherPlace" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceTitle" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceTitleSub" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
},
"xbib:sourceTitleWhole" : {
"type" : "string",
"index" : "no",
"include_in_all" : false
}
}
},
"dc:subject" : {
"properties" : {
"dc:subject" : {
"type" : "multi_field",
"fields" : {
"dc:subject" : {
"type" : "string"
},
"xbib:subjectFacetEntry" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
}
}
},
"bib:subject" : {
"type" : "nested",
"properties" : {
"bib:subjectAuthority" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"bib:subjectName" : {
"type" : "string",
"include_in_all" : false
},
"bib:subjectPlace" : {
"type" : "string",
"include_in_all" : false
},
"bib:subjectTitle" : {
"type" : "string",
"include_in_all" : false
},
"bib:subjectOccupation" : {
"type" : "string",
"include_in_all" : false
}
}
},
"xbib:subject" : {
"type" : "nested",
"properties" : {
"xbib:subjectAuthority" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"xbib:subjectType" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"xbib:subjectID" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true,
"include_in_all" : false
},
"xbib:subjectValue" : {
"type" : "string",
"include_in_all" : false
},
"xbib:subjectAlternative" : {
"type" : "string",
"boost" : 0.5,
"include_in_all" : false
}
}
}
}
},
"dc:title" : {
"properties" : {
"bib:titleAbbreviated" : {
"type" : "string",
"index_name" : "dc:title",
"boost" : 2.0
},
"bib:titleAlternative" : {
"type" : "string",
"index_name" : "dc:title"
},
"bib:titleSeries" : {
"type" : "string",
"index_name" : "dc:title",
"boost" : 0.5
},
"bib:titleTranslated" : {
"type" : "string",
"index_name" : "dc:title"
},
"bib:titleUniform" : {
"type" : "string",
"index_name" : "dc:title",
"boost" : 2.0
},
"dc:title" : {
"type" : "string"
},
"dcterms:alternative" : {
"type" : "string",
"index_name" : "dc:title"
},
"xbib:title" : {
"type" : "multi_field",
"fields" : {
"xbib:title": {
"type" : "string",
"index_name" : "dc:title",
"boost" : 10.0
},
"xbib:titleAutocomplete": {
"type" : "string",
"index_analyzer" : "icu_autocomplete",
"include_in_all" : false
}
}
},
"xbib:titlePart" : {
"type" : "string",
"index_name" : "dc:title",
"boost" : 0.5
},
"xbib:titleSub" : {
"type" : "string",
"index_name" : "dc:title",
"boost" : 0.5
},
"xbib:titleWhole" : {
"type" : "string",
"index_name" : "dc:title",
"boost" : 0.5
}
}
},
"dc:type" : {
"properties" : {
"bib:genre" : {
"type" : "string",
"index_name" : "dc:type",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"bib:issuance" : {
"type" : "string",
"index_name" : "dc:type",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"dc:type" : {
"type" : "string",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:recordType" : {
"type" : "string",
"index_name" : "dc:type",
"index" : "not_analyzed",
"omit_norms" : true,
"omit_term_freq_and_positions" : true
},
"xbib:type" : {
"type" : "string",
"index_name" : "dc:type"
}
}
},
"xbib:boost" : {
"type" : "string"
},
"xbib:geo" : {
"type" : "geo_point"
},
"xbib:updated" : {
"type" : "date",
"format" : "dateOptionalTime"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment