<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/defaults/solr, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2024-06-21T17:10:12Z</updated>
<entry>
<title>disables autowarm of filtercache, corrects luceneMatchVersion</title>
<updated>2024-06-21T17:10:12Z</updated>
<author>
<name>sgaebel</name>
<email>sgaebel@localhost.localdomain</email>
</author>
<published>2024-06-12T10:59:34Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=66cf7d4ca5fa9626068a5bff3211f91761a1eb15'/>
<id>urn:sha1:66cf7d4ca5fa9626068a5bff3211f91761a1eb15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrated solr to 9.0</title>
<updated>2024-05-19T15:34:57Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2024-05-19T15:34:57Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8eb0d490aa486e4ade9dd40f4da433e3dc5f4ed6'/>
<id>urn:sha1:8eb0d490aa486e4ade9dd40f4da433e3dc5f4ed6</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>migrated solr from 8.9.0 to 8.11.2; activated also migration script. A YaCy index with solr 8.9.0 will automatically be migrated to 8.11.2. This is a preparation step to migrate to 9.0.0 soon.</title>
<updated>2023-09-01T16:24:52Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2023-09-01T16:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=88cd17ea576a9ce9f3e62f4a3e1ba62fc36607e4'/>
<id>urn:sha1:88cd17ea576a9ce9f3e62f4a3e1ba62fc36607e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed documentation and some details of handling of keywords</title>
<updated>2023-04-04T10:41:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2023-04-04T10:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=1c0f50985c83ef2500399763a8d87a9ddd90da97'/>
<id>urn:sha1:1c0f50985c83ef2500399763a8d87a9ddd90da97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lets SOLR merge bigger segments (up to 50GB)</title>
<updated>2021-10-31T10:33:42Z</updated>
<author>
<name>sgaebel</name>
<email>sgaebel@localhost.localdomain</email>
</author>
<published>2021-10-31T10:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=1cdc55a4259dbe22c8f6e7b076aa0ca12d2ce6ba'/>
<id>urn:sha1:1cdc55a4259dbe22c8f6e7b076aa0ca12d2ce6ba</id>
<content type='text'>
+ some setting to reduce caches</content>
</entry>
<entry>
<title>fixes for solr 8.8.1 migration</title>
<updated>2021-03-08T12:39:27Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2021-03-08T12:39:27Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8b4394a6c571e85f71b109a4ddbf36001331d8a6'/>
<id>urn:sha1:8b4394a6c571e85f71b109a4ddbf36001331d8a6</id>
<content type='text'>
- replace new guava 30 with older 25 because that is the correct
dependency for solr 8.8.1. The newer one did actually not work!
- index will be crated in a DATA/INDEX/freeworld/SEGMENTS/solr_8_8_1
subfolder. The older solr_6_6 index is not touched but also not
migrated. The index starts with fresh (empty) content.
- Older indexes must be migrated by hand (export/import) so far until a
better solution is found.
- Large schema adoptions for lucene 8.8.1</content>
</entry>
<entry>
<title>Upgraded Solr config files with the ones provided by Solr release</title>
<updated>2019-04-16T08:25:48Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2019-04-16T08:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=5a3d5cb92cfeb3ada006ff5c12238d5f7be0b9c2'/>
<id>urn:sha1:5a3d5cb92cfeb3ada006ff5c12238d5f7be0b9c2</id>
<content type='text'>
Fixes #292</content>
</entry>
<entry>
<title>Enable soft autocommit in default Solr config</title>
<updated>2018-11-19T07:49:13Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-11-19T07:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=419610137958210415d4dc809fd042d2977eb376'/>
<id>urn:sha1:419610137958210415d4dc809fd042d2977eb376</id>
<content type='text'>
Since upgrade from Solr 5.5 to Solr 6.6 (commit 6fe7359), hard
autocommits were still enabled to regularly persist the Solr index to
the file system, but new index entries were no more automatically made
available for use by the application (soft autocommit).
Therefore, YaCy features such as index statistics, that do not perform
an explicit commit (as recommended by Solr documentation) were no more
accurate.
Soft autocommit is now restored as a default, with a time period
expected to be sufficient for accuracy while adding only a reasonable
system load overhead.

Fixes issue #251</content>
</entry>
<entry>
<title>Add SolrConfig ClassicIndexSchemaFactory to prevent Solr startup warning.</title>
<updated>2017-07-23T01:55:56Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2017-07-23T01:55:56Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=41616de0b83fed62f35d783327f5693168f21517'/>
<id>urn:sha1:41616de0b83fed62f35d783327f5693168f21517</id>
<content type='text'>
This overrides Solr default to use managed schema. As we don't use
programatic schema changes this directs Solr to use schema.xml, eliminating
the warning.</content>
</entry>
<entry>
<title>remove reference to velocityresponsewriter in solrconfig.xml </title>
<updated>2017-06-15T22:12:09Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2017-06-15T22:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=9220ccbec7a7d6f2b81fecc6c0de565b098f7db7'/>
<id>urn:sha1:9220ccbec7a7d6f2b81fecc6c0de565b098f7db7</id>
<content type='text'>
it is not longer part of solr-core api
http://lucene.apache.org/solr/6_6_0/index.html</content>
</entry>
</feed>
