You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using analyze API provided in ElasticsearchIndicesAsyncClient.java
request
AnalyzeRequest analyzeRequest = new AnalyzeRequest.Builder()
.analyzer("nori")
.text("abc")
.index(MY_INDEX)
.explain(true)
.build();
Since there is no such variable "attributes" in ExplainAnalyzeToken.java which was present in RHLC AnalyzeResponse.java,
there is no way to retrieve response values "posType", "rightPOS" ,... and etc.
The text was updated successfully, but these errors were encountered:
With nori_analyzer,
request
response
Using analyze API provided in ElasticsearchIndicesAsyncClient.java
request
Since there is no such variable "attributes" in ExplainAnalyzeToken.java which was present in RHLC AnalyzeResponse.java,
there is no way to retrieve response values
"posType", "rightPOS" ,... and etc
.The text was updated successfully, but these errors were encountered: