wu-sheng commented on a change in pull request #6249:
URL: https://github.com/apache/skywalking/pull/6249#discussion_r563310434
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/annotation/Column.java
##########
@@ -87,6 +86,27 @@
*/
ValueDataType dataType() default ValueDataType.NOT_VALUE;
+ /**
+ * The storage analyzer mode.
+ *
+ * @since 8.4.0
+ */
+ AnalyzerType analyzer() default AnalyzerType.OAP_ANALYZER;
+
+ /**
+ * The analyzer declares the text analysis mode.
+ */
+ enum AnalyzerType {
Review comment:
As an enum, I think a method is enough. We would use the interface to
anywhere else.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]