-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default ElasticSearch document repository settings do not work #1852
Comments
reckart
added a commit
that referenced
this issue
Nov 12, 2020
- Update default object type to "_doc" - Added simple testing example of ElasticSearch to the documentation
reckart
added a commit
that referenced
this issue
Nov 21, 2020
…lasticSearch-document-repository-settings-do-not-work #1852 - Default ElasticSearch document repository settings do not work
reckart
added a commit
that referenced
this issue
Nov 21, 2020
* 0.17.x: #1852 - Default ElasticSearch document repository settings do not work
reckart
added a commit
that referenced
this issue
Nov 21, 2020
* master: #1852 - Default ElasticSearch document repository settings do not work #1830 - Upgrade to Wicket 9 #1848 - Documentation-improvements #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 #1832 - Display project ID in developer mode #1830 - Upgrade to Wicket 9
reckart
added a commit
that referenced
this issue
Dec 1, 2020
…1531-PDF-recommendation-color-is-really-difficult-to-read * commit '0c493260c649ad35f02377f82f25e9ef48c5c405': (453 commits) No issue. Fix version reference. #1870 - Improve roundtrip times on annotation page #1870 - Improve roundtrip times on annotation page #1870 - Improve roundtrip times on annotation page #1870 - Improve roundtrip times on annotation page #1870 - Improve roundtrip times on annotation page #1870 - Improve roundtrip times on annotation page #1870 - Improve roundtrip times on annotation page #1868 - Deadlock importing project with large tagset on HSQLDB #1860 - Layers without features are not indexed for search No issue: Adjust to upstream API change. No issue: Fix problem that prepended item is rendered on different row than rest of group (hopefully) No issue: Fix warnings when building documentation #1859 - Upgrade dependencies #1852 - Default ElasticSearch document repository settings do not work #1830 - Upgrade to Wicket 9 #1848 - Documentation-improvements #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 ...
jcklie
pushed a commit
that referenced
this issue
Feb 2, 2021
…icense-headers #1851 - Update copyright/license headers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The default object type in the ElasticSearch document repository is
texts
, but it seems that ElasticSearch prefers_doc
these days. So we should change it.To Reproduce
Steps to reproduce the behavior:
import
Expected behavior
No exception.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
The text was updated successfully, but these errors were encountered: