FacetBase.threadCount

2020-02-09 Thread Erick Erickson
Is there any point at all to this variable? I commented it completely out of the code and everything compiles. I can find no references to the getter anywhere in the code base. Shalin, I think you might know what the original intent was? Should I raise a JIRA? There’s a parameter facet.threads

Re: [JENKINS] Lucene-Solr-Tests-8.x - Build # 1051 - Still Failing

2020-02-09 Thread Mikhail Khludnev
Pushed 8x fix SOLR-14209. Watching. On Sun, Feb 9, 2020 at 4:07 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1051/ > > All tests passed > > Build Log: > [...truncated 12146 lines...] > [javac] Compiling 1326 source

Re: Info on document number limitations

2020-02-09 Thread Erick Erickson
Also, given how people use search, they hit performance issues long before running out of document IDs. Usually. Although that said I do know of one user who’s running in the 1.0-1.5B range per replica so 2B is just around the corner. Of course they have to be _very_ careful how they use Solr.