Re: Atomic update wrongly deletes child documents

2021-04-20 Thread Andreas Hubold
True, and this could be checked by seez, who asked yesterday about my original problem. In my case the problem was different, it was caused by this open bug https://issues.apache.org/jira/browse/SOLR-15018 But I have a workaround already. Best, Andreas Furkan KAMACI wrote on 19.04.21 20:00:

Re: Queries on solr cloud 8.7 take more than twice as long than same query with same documents on solr cloud 6.5.1

2021-04-20 Thread Alessandro Benedetti
Hi, that's definitely a monster query full of term boosts and function query boosts plus grouping. I would recommend a "divide et impera" approach: 1) identify the main components of your query (function query boosting, term query boosting, grouping, ect) 2) start from the simplest query and compar

Re: Queries on solr cloud 8.7 take more than twice as long than same query with same documents on solr cloud 6.5.1

2021-04-20 Thread Charlie Hull
Hi Russell, Your complex Boolean query and the amount of new documents you're adding every day remind me of the media monitoring applications I've seen for Solr. The way these were made performant (for people like Bloomberg) was to run them as a reverse search: e.g. to test each documents agai

Lucene Fili Fingerprint & ML

2021-04-20 Thread ECEM YAMAN
Hi, I just started working on Solr and Lucene. I have some questions on my mind, can you help me? - How to apply File Fingerprint and Machine learning applications to lucene? - What are the dependencies in the Solr and Lucene desktop application? Also I would appreciate if you recommend a book.

Re: Atomic update wrongly deletes child documents

2021-04-20 Thread Srijan
Yup, that definitely is a bug. My problem was different. Of the 'not-reading-the-documentation-thoroughly' variety. I was indexing nested docs anonymously which unfortunately does not create the necessary pseudo fields to track parent-child relationships. And which was causing the child documents t

Re: Queries on solr cloud 8.7 take more than twice as long than same query with same documents on solr cloud 6.5.1

2021-04-20 Thread Russell Bahr
Hi Charlie and Alessandro, Thank you for your responses, yes, it is a monster query, and unfortunately, this is one of our smaller and faster performing queries. We were able to run this in solr4.10.4 significantly faster than in solr6.5.1, and solr6.5.1 is as you see significantly faster than

Re: BUILD FAILED - Solr 8 on Mac OS Catalina

2021-04-20 Thread Phill Campbell
I meant to say junit, not nunit below. So, a friend suggested trying the maven build instead of ant. I run the “Apache Solr Core tests” and there are failures. Are my expectations wrong that all tests should pass? Is there a subset of tests that are really the tests that matter? Maybe the only t

Can someone give an example schema for nested document indexing?

2021-04-20 Thread ufuk yılmaz
Hi, I’m using SolrCloud version 8.4. I’m having trouble getting nested document indexing and querying work. Can anyone give a basic schema for the example data in Solr documentation: { "ID": "1", "title": "Cooking Recommendations", "tags": ["cooking", "meetup"], "posts": [{

Re: BUILD FAILED - Solr 8 on Mac OS Catalina

2021-04-20 Thread Phill Campbell
[mvn] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient [mvn] at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42) [mvn] at org.apache.solr.client.solrj.impl.Htt

Invalid reference for suggester

2021-04-20 Thread gnandre
I am using solr 8.5.2. I am trying to configure multiple suggester definition in Solr search component and got error information like: { "responseHeader":{ "status":500, "QTime":1718343}, "error":{ "msg":"Invalid reference 'link_score'", "trace":"java.lang.IllegalArgumentExcept

Running update-runtimelib seems to create load on SOLR

2021-04-20 Thread Liviu Matei
Hi, We are having a SOLR Cloud instance running on 3 nodes. There we have defined multiple collections each having 1 shard and 2 replicas. Each of these collections is having a runtime lib associated which defines a custom handler. From time to time I need to update the runtime lib and when that h

Re: Running out of 16GB heap during indexing

2021-04-20 Thread Jan Høydahl
SOLR-14013 is only an issue in 7.7.1->8.3.x, so 6.x and newer 8.x should be fine. Have you analyzed the OOM to see which part of the indexing process that was killing the heap? Jan > 29. mar. 2021 kl. 22:18 skrev Walter Underwood : > > Does this fix need changes on both the client and server

Solr-8.5.1 official certificate javax.servlet.ServletException

2021-04-20 Thread Julian Nikodemus
Hello, I'm having some troubles securing Solr-8.5.1 (fresh install on Ubuntu 20.04 running openjdk11). As soon as I'm providing a keystore (JKS) containing an official Certificate-Chain solr stops logging to /var/solr/logs/solr.log and prints following error to the browser (connection establi