Shibi Balamurugan

Results 11 issues of Shibi Balamurugan

### Description Hey, I found what looks to be a bug here: https://github.com/apache/lucene/blob/releases/lucene/9.9.0/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java#L1102-L1105 ``` if (commit != null) { // Swap out all segments, but, keep metadata in // SegmentInfos,...

type:bug

## Before this PR We've seen this deadlock issue on a service where this package was the root cause. Adding an errorprone rule for this. Full description of issue is...

## Before this PR Creating factory methods for primitive collections that change codegen while keeping backing ArrayList ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides?

## Before this PR ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides?

## Before this PR Conjure holds primitive arrays as boxed lists. Instead, we can switch to primitive array lists that are backed by primitive typed arrays (double[]) rather than lists...

## Before this PR Floats aren't supported in Conjure. This makes sending things like float vectors for semantic search applications more expensive than they need to be. ## After this...

## Before this PR ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides?

stale

## Before this PR Add back optimization removed here: https://github.com/palantir/conjure-java/pull/2274#discussion_r1546622698 This will allow clients to just track primitive arrays internally which will be a nice perf improvement. ## After this...

### Description The new task executor implementation from https://github.com/apache/lucene/pull/13472 means users can't exactly control the parallelism of the tasks being run. I think it is fair to allow task executor...

module:core/search
Stale

### Description Copied from https://github.com/apache/lucene/issues/13975 I'd like to use MultiReader inside my searcher manager, but currently there is only support for DirectoryReader. Not sure about the context for. why this...

Stale