-
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
Layers without features are not indexed for search #1860
Comments
reckart
added a commit
that referenced
this issue
Nov 24, 2020
- Also index layers that do not have any features - Improve trace log - Fix issue in the search sidebar that it was displaying "1-10 of 1" results - now does "1-1 of 1".
reckart
added a commit
that referenced
this issue
Nov 25, 2020
…thout-features-are-not-indexed-for-search #1860 - Layers without features are not indexed for search
reckart
added a commit
that referenced
this issue
Nov 25, 2020
* 0.17.x: #1860 - Layers without features are not indexed for search
reckart
added a commit
that referenced
this issue
Dec 1, 2020
…1239-simple-relation-recommender * commit '0c493260c649ad35f02377f82f25e9ef48c5c405': 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
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
#1860 Redirect to previous url after login does not work
reckart
added a commit
that referenced
this issue
Feb 4, 2021
* master: (267 commits) No issue. If a feature structure does not actually have a particular feature while trying to fetch the feature value (maybe the CAS has not been upgraded yet), return the null value. No issue. Demote non-critical issue from error to warning. No issue. Added missing dependency. #1828 - A simple import of already tokenized text to which no further tokenization is applied #1828 - A simple import of already tokenized text to which no further tokenization is applied No issue. Avoid throwing exceptions if no authentication information is available. No issue. Shorten commit ID in UI #1863 - NPE on login page #1862 - Creating Project with no permission #1860 Redirect to previous url after login does not work #1472 - Upgrade dependencies (4.0.0) #1472 - Upgrade dependencies (4.0.0) #1855 - Improve ordering in auto-complete string feature editor #1858 - Deleting very large constraints may not work #1472 - Upgrade dependencies #1581 - Wicket Ajax error when refreshing settings-page #1581 - Wicket Ajax error when refreshing settings-page #1855 - Improve ordering in auto-complete string feature editor #1847 - Detect Docker #1855 - Improve ordering in auto-complete string feature editor ... % Conflicts: % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/ChainRenderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/RelationRenderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/Renderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/SpanRenderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/model/VObject.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/model/VSpan.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/util/TypeUtil.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/annotation/BratAnnotationEditor.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/render/BratRenderer.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/render/model/Entity.java % webanno-brat/src/test/java/de/tudarmstadt/ukp/clarin/webanno/brat/display/model/EntityTest.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If a layer does not have an indexable feature, then the entire layer is not indexed.
To Reproduce
Steps to reproduce the behavior:
Entityrelation
on the span layerNamed entity
Named entity
annotations and connect them using anEntityrelation
<Entityrelation/>
Expected behavior
The entity relation annotation should be found.
Please complete the following information:
The text was updated successfully, but these errors were encountered: