Re: Increasing segment maxDoc limitation

2017-10-24 Thread Adrien Grand
I don't think there are any short-term plans to remove this limitation, the current answer to this problem is to partition your index into multiple shards that can be searched independently. Then you can use TopDocs.merge to merge results that come from your shards. In my opinion, if we were to al

Increasing segment maxDoc limitation

2017-10-24 Thread Itay Adler
Hey everyone, We have a use-case for Solr+Lucene where we have a large amount of small docments we index, so it performs quite well even when we reach the document number limitation in Lucene. I was wondering if there are any plans to increase the 2^31-1 doc limitation, and if not what are the thi