Issues
- It is not possible to define "@FullTextFilterDef" filters.HSEARCH-3862Resolved issue: HSEARCH-3862Yoann Rodière
- .desc().missing().last() / .asc().missing().first() places documents around 0 instead of last/firstHSEARCH-3859Resolved issue: HSEARCH-3859Yoann Rodière
- Filtering for sorts on multi-valued fields in nested documentsHSEARCH-3846Resolved issue: HSEARCH-3846Yoann Rodière
- Prefix query in SimpleQueryString predicate is case sensitiveHSEARCH-3845Resolved issue: HSEARCH-3845Waldemar Kłaczyński
- NullPointerException when using simpleQueryString() on non-analyzed, non-normalized fieldsHSEARCH-3844Resolved issue: HSEARCH-3844Yoann Rodière
- Expose a global option to use ReindexOnUpdate.NO as a defaultHSEARCH-3842Resolved issue: HSEARCH-3842Yoann Rodière
- Fix dependency convergence error caused by the ES client dependencyHSEARCH-3837Resolved issue: HSEARCH-3837Yoann Rodière
7 of 7
It is not possible to define "@FullTextFilterDef" filters.
Duplicate
Description
duplicates
Details
Assignee
Yoann RodièreYoann RodièreReporter
Waldemar KłaczyńskiWaldemar KłaczyńskiComponents
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Waldemar Kłaczyński
Waldemar KłaczyńskiComponents
Priority
Created March 10, 2020 at 11:23 PM
Updated March 11, 2020 at 7:48 AM
Resolved March 11, 2020 at 7:48 AM
Activity
Yoann RodièreMarch 11, 2020 at 7:48 AM
This is a duplicate of HSEARCH-3325. Closing.
Waldemar KłaczyńskiMarch 10, 2020 at 11:36 PMEdited
I think that it would be easy to open such functionality is building a filter factory as a fragment of a predicate.
Such a filter could be, like in the previous version, declared using annotations.
Later, you could use such a filter when creating a query.
I think that this functionality would be very simple to implement in the current code.
This would allow you to define native filters similar to the 5.4 version. The use of this solution would be common to Apache Lucene and Elasticsearch.
Previously, you could define the "@FullTextFilterDef" filter in the type definition. It was very useful functionality. After switching to 6.0, this option was lost.