mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
8eb0d490aa
This is a major step because solr removed support for embedded solr instances in 9.0 and we want to keep it because we want to ship YaCy with an embedded solr. It was necessary to add parts of solr code into YaCy to make this migration possible. Further on with Solr 9.1 they removed even more parts which are required for embedded operation, therefore we cannot migrate yet further without big changes. If you are running a YaCy instance with Solr 8.x, the migration should be done automatically. If not you require to first migrate to a YaCy version 1.93 with Solr 8.x to migrate to Solr 8 data.
15 lines
293 B
Properties
15 lines
293 B
Properties
# defining some compiler arguments
|
|
javacSource=11
|
|
javacTarget=11
|
|
|
|
# Release Configuration
|
|
releaseVersion=1.940
|
|
releaseFileParentDir=yacy
|
|
privateKeyFile=private.key
|
|
|
|
# defining some file/directory access rights
|
|
accessRightsDir=755
|
|
accessRightsExecutable=755
|
|
accessRightsFile=644
|
|
|