mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(Headless) Filter out terms whose detect word length is 1 (#1041)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -14,7 +14,7 @@ public class QueryMapReq {
|
||||
private String queryText;
|
||||
private List<String> dataSetNames;
|
||||
private User user;
|
||||
private Integer topN = 10;
|
||||
private Integer topN = 0;
|
||||
private MapModeEnum mapModeEnum = MapModeEnum.STRICT;
|
||||
private QueryDataType queryDataType = QueryDataType.ALL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user