Michael Froh

Results 223 comments of Michael Froh

@opensearch-project/admin -- Can we please move this to https://github.com/opensearch-project/anomaly-detection ?

@navneet1v, @heemin32 -- Do either of you know who is working on Geospatial stuff these days? I recall that both of you have worked on geo stuff in the past.

@opensearch-project/admin -- can we please move this to the https://github.com/opensearch-project/index-management repo?

> Let's tag @msfroh here who works on search for some 👀 . I don't understand how much of this is supposed to work, and I am looking forward to...

Given that it's all Apache 2.0-licensed code, could we just copy the `Reactive*` clients from https://github.com/spring-projects/spring-data-elasticsearch/tree/main/src/main/java/org/springframework/data/elasticsearch/client/elc and tweak to use the OpenSearch REST high-level client?

I've been trying to think about how to use the "views" concept to support multi-tenant clusters. I wrote up a straw API call example to create a view, specify who...

``` { "value": 2, "description": "n, number of documents containing term", "details": [] }, { "value": 1, "description": "N, total number of documents with field", "details": [] } ``` How...

I think "Method 3: calculate idf per document, all fields sharing the same idf" makes the most sense. The BM25 calculation assumes that it is applied to terms from a...

> How about we ask scientist team to take a look and finalize the algorithms first. Then we would be in a better position to evaluate the required effort and...

It took a little while to produce a failing test, because the examples given by @macohen and @mingshl above don't *return* negative scores, because the dismax query that the `multi_match`...