Skip to content
Snippets Groups Projects
Commit 1db10d67 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- market/record : Add field 'picturesCount'

parent 3ac34415
No related branches found
No related tags found
No related merge requests found
...@@ -338,6 +338,11 @@ public class MarketService extends AbstractService { ...@@ -338,6 +338,11 @@ public class MarketService extends AbstractService {
.endObject() .endObject()
.endObject() .endObject()
// picturesCount
.startObject("picturesCount")
.field("type", "integer")
.endObject()
// categories // categories
.startObject("categories") .startObject("categories")
.field("type", "nested") .field("type", "nested")
......
...@@ -105,6 +105,9 @@ duniter.host: cgeek.fr ...@@ -105,6 +105,9 @@ duniter.host: cgeek.fr
duniter.port: 9330 duniter.port: 9330
duniter.string.analyzer: french duniter.string.analyzer: french
#duniter.indices.reload: true
#duniter.dev.enable: true duniter.indices.reload: true
\ No newline at end of file
#duniter.dev.enable: true
#script.groovy.sandbox.enabled: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment