Paul Masurel
Paul Masurel
I like the lucene way of describing the file formats (it is not proper to lucene actually I have seen it elsewhere). e.g. https://lucene.apache.org/core/3_0_3/fileformats.html#Segments%20File label ---> ^N means B repeated...
@hwchen Sorry about the late answer This is a desired feature but this is also a lot of work. I'm thinking of following Lucene idea of using Bkd Tree as...
Not really a bug... but well.
Requires #57
Improved the description. The ticket voluntarily does not give much implementation details.
If someone wants to pick this feature it is up for grabs.
@PSeitz I don't remember this ... Is this something you can reproduce relatively easily?
By default commit does not wait for any merging thread, so you can end up with 8 segments if you indexed 8 documents on 8 threads. Calling `wait_merging_threads` before dropping...
Generally speaking, I am a tad scared of adding this feature. With your change the sync should still occur when the File is dropped as believe. The reason why we...
@PSeitz Correct