66 Commits

Author SHA1 Message Date
Spring Operator
cacab0a478 DATAES-549 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://www.elasticsearch.org/ (301) with 1 occurrences migrated to:
  https://www.elastic.co/ ([https](https://www.elasticsearch.org/) result SSLHandshakeException).
* [ ] http://www.elasticsearch.org/download/ (301) with 1 occurrences migrated to:
  https://www.elastic.co/downloads/elasticsearch ([https](https://www.elasticsearch.org/download/) result SSLHandshakeException).
* [ ] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html (301) with 2 occurrences migrated to:
  https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html ([https](https://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html) result SSLHandshakeException).
* [ ] http://www.elasticsearch.org/guide/reference/mapping/date-format/ (301) with 1 occurrences migrated to:
  https://www.elastic.co/guide/reference/mapping/date-format/ ([https](https://www.elasticsearch.org/guide/reference/mapping/date-format/) result SSLHandshakeException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://asciidoctor.org with 1 occurrences migrated to:
  https://asciidoctor.org ([https](https://asciidoctor.org) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data-elasticsearch with 1 occurrences migrated to:
  https://stackoverflow.com/questions/tagged/spring-data-elasticsearch ([https](https://stackoverflow.com/questions/tagged/spring-data-elasticsearch) result 200).
* [ ] http://www.springframework.org/schema/beans/spring-beans.xsd with 2 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* [ ] http://www.springframework.org/schema/data/repository/spring-repository.xsd with 2 occurrences migrated to:
  https://www.springframework.org/schema/data/repository/spring-repository.xsd ([https](https://www.springframework.org/schema/data/repository/spring-repository.xsd) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).
* [ ] http://docs.spring.io/spring-data/elasticsearch/docs/current/api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/elasticsearch/docs/current/api/ ([https](https://docs.spring.io/spring-data/elasticsearch/docs/current/api/) result 301).
* [ ] http://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/ ([https](https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/) result 301).
* [ ] http://help.github.com/forking/ with 1 occurrences migrated to:
  https://help.github.com/forking/ ([https](https://help.github.com/forking/) result 301).
* [ ] http://projects.spring.io/spring-data with 1 occurrences migrated to:
  https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data) result 301).
* [ ] http://www.springframework.org/schema/beans/spring-beans-3.1.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-3.1.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.1.xsd) result 301).
* [ ] http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd ([https](https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd) result 301).
* [ ] http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd with 2 occurrences migrated to:
  https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd ([https](https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd) result 301).
* [ ] http://repo.spring.io/libs-snapshot with 1 occurrences migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
  https://www.springsource.org/download ([https](https://www.springsource.org/download) result 302).
* [ ] http://www.springsource.org/node/feed with 1 occurrences migrated to:
  https://www.springsource.org/node/feed ([https](https://www.springsource.org/node/feed) result 302).

# Ignored
These URLs were intentionally ignored.

* http://127.0.0.1:9200 with 1 occurrences
* http://localhost:9200 with 3 occurrences
* http://www.springframework.org/schema/beans with 14 occurrences
* http://www.springframework.org/schema/data/elasticsearch with 14 occurrences
* http://www.springframework.org/schema/data/repository with 4 occurrences
* http://www.springframework.org/schema/tool with 4 occurrences
* http://www.w3.org/2001/XMLSchema with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences

Original Pull Request: #259
2019-03-21 08:00:05 +01:00
Christoph Strobl
d8f43d3297 DATAES-512 - Polishing.
Update Javadoc and Readme to reflect recent back ports.
2018-12-11 08:27:44 +01:00
xhaggi
64f259cb8e DATAES-427 - update version overview in README 2018-05-08 11:37:00 +02:00
Mohsin Husen
54d1b2f3dd DATAES-375 - update README 2017-07-26 11:58:24 +01:00
Mohsin Husen
8df14e5868 DATAES-359 - Update release version in README 2017-07-25 12:32:37 +01:00
Mohsin Husen
64def6798f DATAES-353 - Update release version in README 2017-07-24 12:35:39 +01:00
Mohsin Husen
ffdc573caf DATAES-353 - Update release version in README 2017-07-21 10:55:26 +01:00
Mohsin Husen
3d9946ac0b DATAES-285 - update readme 2017-05-31 20:11:25 +01:00
Mohsin Husen
65317ab54e DATAES-334 - Update JIRA and Forum Links in README.md 2017-05-31 19:49:26 +01:00
Mark Paluch
de9dc477f0 DATAES-322 - Update project documentation with the CLA tool integration. 2017-01-13 11:31:41 +01:00
Mark Paluch
e88b4a8ab1 DATAES-307 - Prepare 3.0 development. 2016-11-10 10:25:06 +01:00
Florian Hopf
ceffbeebd1 DATAES-303 - Updated version and ES dependency version in README.
Original pull request: #157.
2016-11-03 11:23:27 +01:00
Mohsin Husen
99a401fdff DATAES-245 - After release cleanups. 2016-04-07 09:48:43 +01:00
Mohsin Husen
b2f0300856 DATAES-240 - After release cleanups. 2016-03-18 10:44:11 +00:00
Mohsin Husen
907571e550 DATAES-211 - clean up
update readme
2016-03-11 12:04:14 +00:00
Mohsin Husen
f98d888151 DATAES-240 - Bump version to 2.0
update readme
2016-03-09 09:55:12 +00:00
Mohsin Husen
0f6004ae94 DATAES-211 - update read me for elasticsearch version information. 2016-02-25 09:44:57 +00:00
Mohsin Husen
ca7a7fb382 DATAES-211 - updated readme for elasticsearch version information 2016-02-24 13:14:03 +00:00
Mohsin Husen
d9212630b9 DATAES-193 - After release cleanups 2015-09-02 11:53:44 +01:00
Mohsin Husen
fa996716ab DATAES-154 - After release cleanups. 2015-03-24 10:23:33 +00:00
Mohsin Husen
4fd865b658 DATAES-128 - After release cleanups. 2014-10-19 10:54:50 +01:00
Florian Hopf
a08a6fbde9 DATAES-116 - Fixed link typo 2014-08-09 14:47:48 +01:00
Mohsin Husen
6b74c6b8da DATAES-94 - upgrade to latest 1.2.2 driver 2014-07-10 13:19:00 +01:00
Oliver Gierke
407768ac7f DATAES-90 - Prepare 1.0 GA.
Tweaked README.md. Replaced Docbook index.xml as it apparently used a different encoding scheme.
2014-05-20 17:04:45 +02:00
Mohsin Husen
4fa8a31148 DATAES-87 - post release cleanups. 2014-05-03 10:52:13 +01:00
Mohsin Husen
3453f30a26 DATAES-78 - Typo 2014-03-31 17:10:21 +01:00
Oliver Gierke
004e758e0b DATAES-78 - Prepare 1.0 M2. 2014-03-31 17:39:48 +02:00
amwaheed
367974bd4c DATAES-65 - Overhaul README.md
Updated the contact details to a generic contact via Google Groups.
2014-03-19 10:04:23 +00:00
Mohsin Husen
3c0c942a70 DATAES-65 - Overhaul README.md 2014-03-04 19:17:57 +00:00
Artur Konczak
e9a260235d DATAES-2 - all code reformatted to follow Spring Data code rules 2014-02-11 00:44:03 +00:00
Mohsin Husen
fe246a5ff3 DATAES-45 - Post release cleanup. 2014-02-07 16:26:08 +00:00
Oliver Gierke
984f3a9812 DATAES-45 - Preparing 1.0 M1 release.
Removed obsolete resources. Adapted changelog, notice and readme.
2014-02-07 16:33:47 +01:00
Mohsin Husen
ccac13950a Update README.md 2014-01-04 18:25:46 +00:00
Mohsin Husen
d7c9c68219 Update README.md 2014-01-04 18:24:30 +00:00
Artur Konczak
3fb28de7ad DATAES-34 #17 - documentation for custom result mapper 2013-11-17 22:04:04 +00:00
akonczak
b31a9d15f6 Merge pull request #28 from fmarchand/master
Documentation (README.md) for Geo Location / Filter Feature
2013-11-17 13:09:31 -08:00
fmarchand
888888866d Update README.md
How to use "Geo-entities" (indexing, queries)
2013-11-17 13:36:56 +01:00
fmarchand
f220075b72 Update README.md 2013-11-06 14:52:38 +01:00
Mohsin Husen
6f591aebc9 Update README.md 2013-10-31 10:07:13 +00:00
akonczak
3e7e262980 Update README.md 2013-10-25 16:44:09 +01:00
Mohsin Husen
36e2095286 Update README.md 2013-09-09 17:24:38 +01:00
Mohsin Husen
cf5804aebf Updated documentation for searchQuery Interface based and searchQueryBuilder support 2013-04-22 10:24:28 +01:00
Mohsin Husen
aea8dd9d09 changed spring beans xsd version to 3.1 2013-04-12 11:50:42 +01:00
Mohsin Husen
7c2d0622c4 Update README.md
Sample Application Path in Documentation
2013-04-11 12:29:59 +02:00
Mohsin Husen
cf91d82e81 Documentation for method which will return List<T>
Documentation for method which will return List<T>
2013-04-10 10:54:48 +02:00
Mohsin Husen
3fd3286386 Update README.md 2013-04-10 10:52:51 +02:00
Mohsin Husen
6e57235fa9 Update README.md 2013-04-05 12:23:13 +02:00
Mohsin Husen
62618cb839 Update README.md 2013-03-05 17:20:09 +00:00
Mohsin Husen
dd89c34eca Update README.md
updated contact details
2013-02-06 16:23:32 +00:00
Mohsin Husen
0818015434 Update README.md 2013-02-03 11:33:39 +00:00