Trevor McCulloch

Results 3 comments of Trevor McCulloch

@rmuir @uschindler Would it be sufficient to add a factory function to `VectorizationProvider` for this like `GroupVIntUtil.Decoder createGroupVIntDecoder(MemorySegment segment)`? I anticipated that his might be necessary so I already have...

@benwtrent Segments before 9.9 would perform a graph search. In 9c3679bf14b0d75cd58e1fda3ca4b8a76aa033b9 I back ported your change from #12806 to 9.2, 9.4, and 9.5 since it wasn't too much effort.

@benwtrent I see a couple of possibilities to internalize this in `KnnVectorsReader`: * add a `public abstract void exhaustiveSearch(field, target, knnCollector, acceptDocs)` call that internalizes the exact search logic that...