Andrew Carbonetto

Results 7 issues of Andrew Carbonetto

Related design for relevance-based search in SQL/PPL engine - https://github.com/opensearch-project/sql/issues/182 **TODO List** - [x] Support the `highlight` function by including it in the search engine - [x] Enable `highlight` function...

enhancement

### Is your feature request related to a problem? Please describe As mentioned under https://github.com/opensearch-project/opensearch-build/issues/2188, the CLI tool is deployed alongside the SQL plugin in the SQL plugin repo. However,...

enhancement
untriaged

### Is your feature request related to a problem? Please describe As mentioned under https://github.com/opensearch-project/opensearch-build/issues/2692, the ODBC Driver is deployed alongside the SQL plugin in the SQL plugin repo. However,...

enhancement
untriaged

### Is your feature request related to a problem? Please describe As mentioned under [#2692](https://github.com/opensearch-project/opensearch-build/issues/2692), the JDBC Driver is deployed alongside the SQL plugin in the SQL plugin repo. However,...

enhancement
untriaged

### Description Allows user to set routing shard via the relation partition keys. For example: ``` select _id, _index, _routing, int0 from calcs_routing PARTITION(KEY1, KEY2) where _routing = 'KEY1' or...

**Is your feature request related to a problem?** The `k-nn`, or `k-nearest neighbours` plugin enables users to define `knn_vector` [objects](https://opensearch.org/docs/latest/search-plugins/knn/knn-index/) and perform nearest-neighbour queries on that objects in OpenSearch. **What...

enhancement

**Is your feature request related to a problem?** We want to query metafields (_id, _index, _sort, _score, _maxscore, _routing) in PPL and have access to set the shard. Syntax for...

enhancement