mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #3371 from alchemy-fr/PHRAS-2942_facets_order_default_configuration
PHRAS-2942 #merge Facets default setting in conf.d/configuration.yml
This commit is contained in:
@@ -22,14 +22,54 @@ main:
|
|||||||
path: '/tmp/db.sqlite'
|
path: '/tmp/db.sqlite'
|
||||||
charset: UTF8
|
charset: UTF8
|
||||||
cache:
|
cache:
|
||||||
type: MemcacheCache
|
type: redis
|
||||||
options:
|
options:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 11211
|
port: 6379
|
||||||
search-engine:
|
search-engine:
|
||||||
type: phrasea
|
type: elasticsearch
|
||||||
options:
|
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:
|
task-manager:
|
||||||
status: started
|
status: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@@ -39,21 +39,37 @@ main:
|
|||||||
populate_order: RECORD_ID
|
populate_order: RECORD_ID
|
||||||
populate_direction: DESC
|
populate_direction: DESC
|
||||||
activeTab: '#elastic-search'
|
activeTab: '#elastic-search'
|
||||||
base_aggregate_limit: 10
|
facets:
|
||||||
collection_aggregate_limit: 10
|
_base:
|
||||||
doctype_aggregate_limit: 0
|
limit: 10
|
||||||
camera_model_aggregate_limit: 0
|
_collection:
|
||||||
iso_aggregate_limit: 0
|
limit: 10
|
||||||
aperture_aggregate_limit: 0
|
_doctype:
|
||||||
shutterspeed_aggregate_limit: 0
|
limit: 10
|
||||||
flashfired_aggregate_limit: 0
|
_camera_model:
|
||||||
framerate_aggregate_limit: 0
|
limit: 0
|
||||||
audiosamplerate_aggregate_limit: 0
|
_iso:
|
||||||
videocodec_aggregate_limit: 0
|
limit: 0
|
||||||
audiocodec_aggregate_limit: 0
|
_aperture:
|
||||||
orientation_aggregate_limit: 0
|
limit: 0
|
||||||
colorspace_aggregate_limit: 0
|
_shutterspeed:
|
||||||
mimetype_aggregate_limit: 0
|
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:
|
task-manager:
|
||||||
status: started
|
status: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user