panguixin
panguixin
**What is the bug?** In OS, the numeric/boolean fields can be indexed in text format, and the string field can be indexed in numeric format, but the sql plugin cannot...
**Is your feature request related to a problem?** One of our customers uses the following index settings, which combines the KNN codec with the zstd codec. ``` "settings": { "index.knn":...
### Is your feature request related to a problem? Please describe Our customers depend on the snapshot status API to access information about snapshot indices, like store size, number of...
### Description Set context class loader to plugin's class loader when creating kafka consumer to avoid `ClassNotFoundException`. For example, when configuring SASL authentication in Kafka, the `java.base/javax.security.auth.login.LoginContext` needs to new...