use advance() in RandomSamplingFacetCollector

2020-02-21 Thread Rob Audenaerde
In the code that estimates facet counts by taking random samples; this is the inner loop: final DocIdSetIterator it = docs.bits.iterator(); for (int doc = it.nextDoc(); doc != DocIdSetIterator.NO_MORE_DOCS; doc = it.nextDoc()) { if (counter == randomIndex) { sampleDocs.set(doc); }

Streaming Tagger

2020-02-21 Thread David '-1' Schmid
Hello dear developers! I've been wondering if I'd be able to adapt the current TaggerRequestHandler for using it within the /stream request handler. Starting out is a tad confusing, which I expected since I have almost no experience with the solr/lucene codebase. My goal is as follows: I

Streaming Tagger

2020-02-21 Thread David '-1' Schmid
Hello dear developers! I've been wondering if I'd be able to adapt the current TaggerRequestHandler for using it within the /stream request handler. Starting out is a tad confusing, which I expected since I have almost no experience with the solr/lucene codebase. My goal is as follows: I

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

2020-02-21 Thread Ignacio Vera
I am pushing a fix shortly, sorry for the noise On Fri, Feb 21, 2020 at 4:27 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1161/ > > All tests passed > > Build Log: > [...truncated 33741 lines...] > -check-forbidden-all: