mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
[improvement](project) Switch ENTITY to TAG uniformly in the queryType and semanticQuery (#420)
This commit is contained in:
@@ -211,7 +211,7 @@ public class QueryReqConverter {
|
||||
|
||||
private QueryType getQueryType(AggOption aggOption) {
|
||||
boolean isAgg = AggOption.isAgg(aggOption);
|
||||
QueryType queryType = QueryType.ENTITY;
|
||||
QueryType queryType = QueryType.TAG;
|
||||
if (isAgg) {
|
||||
queryType = QueryType.METRIC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user