Additionally, it looks like the commits are public on github. Is this
backported to 5.5.x too? Users that are still on 5x might want to backport
some of the issues themselves since is not officially supported anymore.
On Mon, Oct 16, 2017 at 10:11 AM Mike Drob wrote:
> Given that the already pub
Hi all,
Hoping someone else uses the maven capabilities and can help out here.
Solr: 4.10.4
Ant-Task: ant generate-maven-artifacts
Problem:
When trying to publish to an internal artifactory using our SNAPSHOTs,
where our user has update/delete permissions, everything builds ok.
When trying to bu
Caches are stored on the Java heap for each instance of a searcher. The
filter cache would be different per replica, same for the doc cache, and
query cache
On Fri, Feb 5, 2016 at 8:47 AM Tom Evans wrote:
> I have a small question about fq in cloud mode that I couldn't find an
> explanation for
to add to Ericks point:
It's also highly dependent on the types of queries you expect (sorting,
faceting, fq, q, size of documents) and how many concurrent updates you
expect. If most queries are going to be similar and you are not going to be
updating very often, you can expect most of your index
Using:
- JDK 1.8u40
- UseG1GC, ParallelRefProcEnabled, Xmx12g,Xms12g
- Solr 4.10.4
When using G1GC we are seeing very high processing times in the GC Remark
phase during reference processing. Originally we saw high times during
WeakReference processing but adding"-XX:+ParallelRefProcEnabled" flag