File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/main/java/com/arangodb/entity/arangosearch/analyzer Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ** WARNING** : The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
10
+ This will be fixed in ArangoDB 3.8.1 and will have a different API.
11
+ Any usage of the current Java driver API related to it is therefore discouraged.
12
+
9
13
## [ 6.12.1] - 2021-04-28
10
14
11
15
- fixed request timeout in async driver (#ES-837)
Original file line number Diff line number Diff line change 26
26
import java .util .Objects ;
27
27
28
28
/**
29
+ * WARNING:
30
+ * The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
31
+ * This will be fixed in ArangoDB 3.8.1 and will have a different API.
32
+ * Any usage of the current Java driver API related to it is therefore discouraged.
33
+ * See related <a href="https://github.com/arangodb/arangodb-java-driver/issues/394">bug report</a>
34
+ * <p>
35
+ * <p>
36
+ * <p>
29
37
* An Analyzer capable of removing specified tokens from the input.
30
38
*
31
39
* @author Michele Rastelli
You can’t perform that action at this time.
0 commit comments