Results 27 issues of Michael Sokolov

These changes are designed to test different vector similarity functions. In particular I want to test DOT_PRODUCT8 being added in LUCENE-10577

I wanted to test LUCENE-10577: https://github.com/apache/lucene/pull/913 with luceneutil. This 1. Adds a reference to a scaled vector document file that I uploaded to a shared space in my apache homedir...

What would it take to rename this branch? Does anything rely on the name, aside from people's existing checkouts? I think we could just create a new branch named say...

Currently this feature (retrieving a vector value for each search result) is disabled, and the only way to enable it is by changing this line https://github.com/mikemccand/luceneutil/blob/master/src/main/perf/TaskParser.java#L150 and passing `vectorField` to...

I noticed that when running multiple tasks with multiple search threads (ie the IndexSearcher uses an executor to search multiple segment slices concurrently) that the performance results from one task...

This PR has a standalone test program that demonstrates some interesting performance characteristics of different data access patterns. It's not intended to be merged; I'm just putting it up here...

We have been reading the entire GloVe dictionary (400K entries, 332M) in order to convert our vector tasks from text to vectors, but we have already precomputed these in the...

See #11851 for an overview of what this is

### Description I threw together a demo for ApacheCon to show off vector search and I wanted a scrappy UI I could hack on. Luke seemed like a good place...

type:enhancement
module:luke

Remove the ability for `NeighborArray` to grow. Always allocates it one larger than requested, to reserve space for a temporary neighbor.