8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2e1d4 commit 8c1fe6eCopy full SHA for 8c1fe6e
3rdParty/iresearch/core/search/tfidf.cpp
@@ -284,7 +284,7 @@ struct norm_score_ctx final : public score_ctx {
284
irs::norm norm_;
285
}; // norm_score_ctx
286
287
-class sort final: irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> {
+class sort final: public irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> {
288
public:
289
DEFINE_FACTORY_INLINE(prepared)
290
CHANGELOG
@@ -1,6 +1,8 @@
1
devel
2
-----
3
4
+* Fix compilation issue with clang 10
5
+
6
* Fixed issue #10062: AQL: Could not extract custom attribute.
7
8
* Add ReplicationFactor, MinReplicationFactor and sharding strategy to database creation
0 commit comments