Skip to content

Commit

Permalink
HSEARCH-2489 Update documentation opening to introduce the Lucene/Ela…
Browse files Browse the repository at this point in the history
…sticsearch option
  • Loading branch information
Sanne committed Dec 19, 2016
1 parent fae20f6 commit b3ca884
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
@@ -1,3 +1,4 @@
[[elasticsearch-integration]]
== Integration with Elasticsearch

// vim: set colorcolumn=100:
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/main/asciidoc/getting-started.asciidoc
Expand Up @@ -26,7 +26,7 @@ Hibernate new timer we recommend you start link:http://hibernate.org/quick-start
=== Migration notes

If you are upgrading an existing application from an earlier version of Hibernate Search to the latest release,
make sure to check the out the http://hibernate.org/search/documentation/migrate/5.0/[migration guide].
make sure to check the out the http://hibernate.org/search/documentation/migrate/[migration guide].

=== Required libraries

Expand Down
6 changes: 6 additions & 0 deletions documentation/src/main/asciidoc/preface.asciidoc
Expand Up @@ -13,3 +13,9 @@ annotations, takes care of database/index synchronization and brings back regula
from free text queries. To achieve this Hibernate Search is combining the power of
link:$$http://www.hibernate.org$$[Hibernate] and link:$$http://lucene.apache.org$$[Apache Lucene].

Since version `5.6` Hibernate Search sports an experimental integration with link:$$https://www.elastic.co/products/elasticsearch$$[Elasticsearch].
Elasticsearch is built on Apache Lucene so we can now expose very similar features, making most
of this reference documentation a valid guide to both approaches.
For details specific to Elasticsearch, jump to <<elasticsearch-integration>>.
The other sections of this guide will assume you're using Lucene without the Elasticsearch indirection.

0 comments on commit b3ca884

Please sign in to comment.