Skip to content

Commit

Permalink
Added a couple of new facets.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jun 17, 2015
1 parent c5bf0a6 commit 3cce8a5
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 3cce8a5

Please sign in to comment.