https://github.com/aborroy/solr-performance-services-repo
Repository Web Scripts to improve SOLR performance
https://github.com/aborroy/solr-performance-services-repo
Last synced: about 1 year ago
JSON representation
Repository Web Scripts to improve SOLR performance
- Host: GitHub
- URL: https://github.com/aborroy/solr-performance-services-repo
- Owner: aborroy
- Created: 2020-01-31T13:02:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T11:33:39.000Z (over 4 years ago)
- Last Synced: 2025-02-14T19:56:08.455Z (over 1 year ago)
- Language: Java
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository Web Scripts to improve SOLR performance
This project includes Repository services to be used with Alfresco Search Services 1.5+
These services are not available by default in:
* 6.0 - 201806 GA
* 6.1 - 201901 GA
* 6.2 - 201911 GA
The improvements provided by these services and Alfresco Search Services 1.4.2+ are recommended when:
* Re-indexing repositories
* Using DB_ID_RANGE Sharding method
# Project
This is an ACS project for Alfresco SDK 4.0 Platform/Repo JAR Module to be deployed in Alfresco 6.0+
Run with `./run.sh build_start` or `./run.bat build_start` and verify that it:
* Runs Alfresco Content Service (ACS)
* Runs Alfresco Search Service (ASS)
* Runs PostgreSQL database
* Deploys the JAR assembled module
## Building the JAR Module
Use default Maven command (requires Java 8 for 6.0 and Java 11 for 6.1/6.2)
```
$ mvn clean package
$ ls target/*.jar
target/solr-performance-services-repo-1.0.0-tests.jar
target/solr-performance-services-repo-1.0.0.jar
```
`solr-performance-services-repo-1.0.0.jar` can be deployed to `alfresco.war`