BillyDong
BillyDong
I believe this check may be somewhat unreasonable. For instance, if the frontend request content is constructed into a new object, even with identical data, the serialized results might differ...
@PSeitz If there are two other fields of string type, defined as STRING | STORED | FAST, is it necessary to traverse all documents to achieve a max aggregation grouped...
@PSeitz Sorry, let me clarify. I have three fields: f1, f2, and f3. f1 and f2 are string fields, while f3 is a numeric field. What I want is to...
@fulmicoton I’m currently using NgramTokenizer::new(3, 3, false) for the subject field. My use case involves emails in various mainstream languages worldwide (e.g., English, Chinese, Japanese, etc.), often mixed within a...
@mdecimus thanks, I'll try it