Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenit-eu/alfresco-ass-fqwarmup
https://github.com/xenit-eu/alfresco-ass-fqwarmup
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xenit-eu/alfresco-ass-fqwarmup
- Owner: xenit-eu
- Created: 2020-04-06T11:57:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:44:20.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:32:41.650Z (2 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alfresco Search Services Filter Query and Sort warmup listener
This project creates a docker image for Alfresco Search Services with possibilities to load custom configuration for warming up:
- Filter query
- Sort cachesImage: `hub.xenit.eu/alfresco-enterprise/alfresco-solr6-fqwarmup`
The image is based on [https://github.com/xenit-eu/docker-solr](https://github.com/xenit-eu/docker-solr) and inherits all features from that image.
A custom template, based on the rerank template is added to the image:
- rerank-fqwarmupTo use this template, you can select it using an environment variable:
`TEMPLATE=rerank-fqwarmup`Custom filter queries can be added by creating a properties file:
```$properties
{!afts}=hello:funny:"true" OR =hello:funny:"false" OR NOT ASPECT:"hello:isFunny"
{!afts}=hello:funny:"false" OR NOT ASPECT:"hello:isFunny"
{!afts}=hello:sad:"true" OR =hello:sad:"false" OR NOT ASPECT:"hello:isSad"
```This file should be mounted in the image on path `/opt/alfresco-search-services/filterQueryList`