Skip to content

Commit

Permalink
Merge pull request #78 from chrisala/1.2.4
Browse files Browse the repository at this point in the history
Added a couple of new facets.
  • Loading branch information
chrisala committed Jun 17, 2015
2 parents 2d3086c + 3cce8a5 commit 24898f7
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions grails-app/services/au/org/ala/ecodata/ElasticSearchService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,50 @@ class ElasticSearchService {
"publicationStatus":{
"type":"string",
"index":"not_analyzed"
},
"custom": {
"properties": {
"details": {
"properties": {
"objectives": {
"properties": {
"rows1": {
"properties": {
"assets": {
"type":"string",
"path":"just_name",
"fields": {
"meriPlanAssetFacet": {
"type":"string",
"index":"not_analyzed"
}
}
}
}
}
}
},
"partnership": {
"properties": {
"rows": {
"properties": {
"data3": {
"type":"string",
"path":"just_name",
"fields": {
"partnerOrganisationTypeFacet": {
"type":"string",
"index":"not_analyzed"
}
}
}
}
}
}
}
}
}
}
}
},
Expand Down

0 comments on commit 24898f7

Please sign in to comment.