panguixin

Results 11 issues of panguixin

### Description Currently, when performing KNN exact search, we consistently set the HitQueue size to `k`. However, there may be instances where the number of candidates is actually lower than...

### Description Currently, in the KNN retrieval process, we use `VectorSimilarityFunction#compare` to calculate the score between the target vector and the current vector. This method requires recalculating the norm of...

type:enhancement

### Description The monthName/dayName function uses `Locale.getDefault` to get the display name, which may return different results in different env and cause a test error. ``` org.opensearch.sql.sql.DateTimeFunctionIT > testMonthName FAILED...

### Is your feature request related to a problem? Please describe Following up to #14004 . Currently we use the total space of file cache path to verify the user-defined...

enhancement
untriaged
Storage:Snapshots

### Description Two changes here: 1. short circuit can match check, respond with `CanMatchResponse(false, null)` if cannot match(`minMax` value is useless if corresponding shard is not match); 2. only primary...

### Description Currently, we only support geo point in the format of an object with a latitude and longitude, this PR aims to expand our support to all common formats...

### Description Fix #2796 . ### Issues Resolved #2796 ### Check List - [x] New functionality includes testing. - [x] All tests pass, including unit test, integration test and doctest...

**What is the bug?** When executing a SQL query with REGEXP filter, get the following exception: ``` { "error": { "reason": "Error occurred in OpenSearch engine: all shards failed", "details":...

bug
untriaged

### Description #3001 ### Related Issues Resolves #3001 ### Check List - [x] New functionality includes testing. - [x] New functionality has been documented. - [x] New functionality has javadoc...