Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 361e629b9fff36b61b9a963d188dd96f13813e27
https://github.com/hibernate/hibernate-search/commit/361e629b9fff36b61b9a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/getting-started.asciidoc
Log Message:
-----------
HSEARCH-4187 Fix typo in getting started guide
Commit: 8a8ab3fb9b5872250a3b32ca1b3f2a14f152a639
https://github.com/hibernate/hibernate-search/commit/8a8ab3fb9b5872250a3b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/backend-elasticsearch.asciidoc
Log Message:
-----------
HSEARCH-4187 Fix a few inconsistencies in the Elasticsearch backend documentation
Commit: 786a91d9cfad355444f312f63251c5e0054c56c0
https://github.com/hibernate/hibernate-search/commit/786a91d9cfad355444f3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/architecture.asciidoc
Log Message:
-----------
HSEARCH-4187 Reorganize pros and cons of example architectures
Commit: acdcf6cac2173c48311e69c25d25a10f8f1c4354
https://github.com/hibernate/hibernate-search/commit/acdcf6cac2173c48311e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/coordination/databasepolling/DatabasePollingAutomaticIndexingStaticShardingUnevenShardsIT.java
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingCooordinationStrategy.java
Log Message:
-----------
HSEARCH-4187 Test that sharding doesn't need to be configured when database-polling
processing is disabled
Commit: 9a628108b2edb8f64ff553e7eac383b18d68a244
https://github.com/hibernate/hibernate-search/commit/9a628108b2edb8f64ff5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/architecture.asciidoc
A
documentation/src/main/asciidoc/reference/components/coordination-comparison-note.asciidoc
A
documentation/src/main/asciidoc/reference/components/dynamic-sharding-not-implemented-warning.asciidoc
M documentation/src/main/asciidoc/reference/concepts.asciidoc
A documentation/src/main/asciidoc/reference/coordination.asciidoc
M documentation/src/main/asciidoc/reference/getting-started.asciidoc
M documentation/src/main/asciidoc/reference/index.asciidoc
M documentation/src/main/asciidoc/reference/limitations.asciidoc
M documentation/src/main/asciidoc/reference/mapper-orm-indexing-automatic.asciidoc
M documentation/src/main/asciidoc/reference/mapper-orm-indexing-manual.asciidoc
M documentation/src/main/resources/images/README.md
A
documentation/src/main/resources/images/architecture-database-polling-elasticsearch.png
A
documentation/src/main/resources/images/architecture-database-polling-elasticsearch.svg
A
documentation/src/main/resources/images/architecture-no-coordination-elasticsearch.png
A
documentation/src/main/resources/images/architecture-no-coordination-elasticsearch.svg
A documentation/src/main/resources/images/architecture-single-node-lucene.png
A documentation/src/main/resources/images/architecture-single-node-lucene.svg
R documentation/src/main/resources/images/elasticsearch-backend.png
R documentation/src/main/resources/images/elasticsearch-backend.svg
R documentation/src/main/resources/images/lucene-backend.png
R documentation/src/main/resources/images/lucene-backend.svg
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/cfg/HibernateOrmMapperSettings.java
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4187 Document coordination strategies
Commit: 2d63dd6579ea256fdd742ec695b9fb03abfc4363
https://github.com/hibernate/hibernate-search/commit/2d63dd6579ea256fdd74...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/architecture.asciidoc
M documentation/src/main/asciidoc/reference/coordination.asciidoc
M documentation/src/main/asciidoc/reference/limitations.asciidoc
M documentation/src/main/asciidoc/reference/mapper-orm-indexing-automatic.asciidoc
Log Message:
-----------
HSEARCH-4187 Document limitations related to ORM session events in the Limitations
section
Commit: 7ab0f494605f347f0b82cf638d07675d54fad007
https://github.com/hibernate/hibernate-search/commit/7ab0f494605f347f0b82...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/index.asciidoc
Log Message:
-----------
HSEARCH-4187 Move the limitations section near the end of the document
1. We now reference these limitations within the documentation, so users
that are potentially affected will find them that way.
2. There's no need to scare new users by showing them these limitations
as one of the first things when they read the documentation,
especially since there are workarounds and sometimes actual
solutions.
Commit: a91dba0fd9e60c1530abc0027ab2ca0999d7ffab
https://github.com/hibernate/hibernate-search/commit/a91dba0fd9e60c1530ab...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/reference/limitations.asciidoc
Log Message:
-----------
HSEARCH-4187 Improve wording in the Limitations section
Compare:
https://github.com/hibernate/hibernate-search/compare/758b5433f23d...a91d...