Facets default setting

This commit is contained in:
nmaillat
2020-02-23 11:53:21 +01:00
parent c3bd321609
commit d77a2928a5
2 changed files with 75 additions and 19 deletions

View File

@@ -22,14 +22,54 @@ main:
path: '/tmp/db.sqlite'
charset: UTF8
cache:
type: MemcacheCache
type: redis
options:
host: localhost
port: 11211
port: 6379
search-engine:
type: phrasea
type: elasticsearch
options:
facets: []
host: elasticsearch
port: 9200
index: ''
shards: 3
replicas: 0
minScore: 2
highlight: true
populate_order: RECORD_ID
populate_direction: DESC
activeTab: ''
facets:
_base:
limit: 10
_collection:
limit: 10
_doctype:
limit: 10
_camera_model:
limit: 0
_iso:
limit: 0
_aperture:
limit: 0
_shutterspeed:
limit: 0
_flashfired:
limit: 0
_framerate:
limit: 0
_audiosamplerate:
limit: 0
_videocodec:
limit: 0
_audiocodec:
limit: 0
_orientation:
limit: 0
_colorspace:
limit: 0
_mimetype:
limit: 0
task-manager:
status: started
enabled: true