Re: IndexWriter.getReader speed (NRT)

2024-07-31 Thread Adrien Grand
Michael's work was indeed never merged. This approach of searching the IndexWriter buffer is tempting on paper, but I worry that it would come with lots of asterisks and be hard to use in practice. - Terms and points are not sorted in the IW buffer, so some queries like range queries would be unsu

Re: Intra-segment search concurrency implementation

2024-07-31 Thread Alan Woodward
Hi Luca, This is very exciting! I haven’t followed the dev process very closely so far, so this may already have been looked at and dismissed as unworkable for various reasons, but I’m wondering if we definitely need a new abstraction for a LeafReaderContext partition? Could we instead find a