Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread Ishan Chattopadhyaya
For any further discussion on the deprecations, please find a thread "Recent and upcoming deprecations" [0] and we can discuss there. Thanks, Ishan [0] - https://www.mail-archive.com/solr-user@lucene.apache.org/msg151762.html On Fri, Jul 17, 2020 at 8:50 AM matthew sporleder wrote: > I hear

Recent and upcoming deprecations

2020-07-16 Thread Ishan Chattopadhyaya
Hi Solr Users, Here is a list of recent and upcoming deprecations in Solr 8.x. https://cwiki.apache.org/confluence/display/SOLR/Deprecations Please feel free to chime in if you have any questions. You can comment here or in the specific JIRA issues. Thanks and regards, Ishan Chattopadhyaya

Re: CDCR stress-test issues

2020-07-16 Thread Ishan Chattopadhyaya
FYI, CDCR support, as it exists in Solr today, has been deprecated in 8.6. It suffers from serious design flaws and it allows such things to happen that you observe. While there may be workarounds, it is advisable to not rely on CDCR in production. Thanks, Ishan On Thu, 2 Jul, 2020, 1:12 am

How do I use dismax or edismax to rank using 60% tf-idf and 40% a numeric field?

2020-07-16 Thread Russell Jurney
Hello Solarians, I know how to boost a query and I see the methods for tf and idf in streaming scripting. What I don’t know is how to incorporate these things together at a specific percentage of the ranking function. How do I write a query to use dismax or edismax to rank using 60% tf-idf score

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread matthew sporleder
I hear all of that and agree, obviously, but "curl solr:8983/collection/dataimport?blah" in cron was *pretty freaking easy* ;) Not sure why "pull" is elevated to "anti-pattern"; data is data is data On Thu, Jul 16, 2020 at 8:49 PM Ishan Chattopadhyaya wrote: > > Thanks Aroop for your feedback.

Post request body not showing in Solr logs

2020-07-16 Thread SayantiGmail
Hi Good morning We are unable to view the body for post request in solr logs rather just the Variable name shows up.Is there a way the post body can be shown in solr (8.4.1)logs. Regards Sayanti

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread Ishan Chattopadhyaya
Thanks Aroop for your feedback. We shall try to ensure continuity of functionality via packages. Your help in those efforts would be greatly appreciated as well. Let us take this discussion to SOLR-14660. > Is there a replacement for DIH? DIH is available as a community supported package.

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread matthew sporleder
Is there a replacement for DIH? On Wed, Jul 15, 2020 at 10:08 AM Ishan Chattopadhyaya wrote: > > Dear Solr Users, > > In this release (Solr 8.6), we have deprecated the following: > > 1. Data Import Handler > > 2. HDFS support > > 3. Cross Data Center Replication (CDCR) > > > > All of

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread Aroop Ganguly
Just to highlight the usage and importance of some of the items here. 1. HDFS Backup/Restore is integral to our system architecture, index distribution and Disaster Recovery (system used by 1000+ users internally) 2. HDFS Directory factory, Embedded Solr, these items too are very important for

Querying solr using many QueryParser in one call

2020-07-16 Thread harjags
Hi All, Below are question regarding querying solr using many QueryParser in one call. We have need to do a search by keyword and also include few specific documents to result. We don't want to use elevator component as that would put those mandatory documents to the top of the result. We would

Querying solr using many QueryParser in one call

2020-07-16 Thread harjag...@gmail.com
Hi All, Below are question regarding querying solr using many QueryParser in one call. We have need to do a search by keyword and also include few specific documents to result. We don't want to use elevator component as that would put those mandatory documents to the top of the result. We would

Re: Cannot read ZK Kerberos conf when enabling java security manager on 8.6

2020-07-16 Thread Jörn Franke
The solution would be probably a policy file shipped with Solr that allows the ZK jar to create a logincontext. I suggest that Solr ships it otherwise one would need to adapt it for every Solr update manually to include the version of the ZK jar. On Thu, Jul 16, 2020 at 8:15 PM Jörn Franke

Re: Cannot read ZK Kerberos conf when enabling java security manager on 8.6

2020-07-16 Thread Jörn Franke
I believe it is a bug in Solr because we need to create a policy to allow creating a login context: See here chapter "Running the Code with a Security Manager" http://www.informatik.hs-furtwangen.de/doku/java/j2sdk-1_4_1-doc/guide/security/jaas/tutorials/LoginConfigFile.html Please confirm and I

Cannot read ZK Kerberos conf when enabling java security manager on 8.6

2020-07-16 Thread Jörn Franke
Hallo, I am using Solr 8.6.0. When activating the Java security manager then Solr cannot use anymore the jaas-client conf specified via java.security.auth.login.conf with Zookeeper. We have configured Kerberos authentication for Zookeeper. When disabling java security manager it works

Re: Solr fails to start with G1 GC

2020-07-16 Thread Walter Underwood
Instead of editing bin/solr, you should be able to set GC_TUNE in solr.in.sh, as I showed in my post below. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jul 16, 2020, at 7:52 AM, krishan goyal wrote: > > The issue was figured out by starting

Re: Solr fails to start with G1 GC

2020-07-16 Thread krishan goyal
The issue was figured out by starting solr with the -f parameter which starts solr in foreground and provides the errors if any Got an error - "Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed" Turns out bin/solr file starts with

Re: Elevation with distributed search causes NPE

2020-07-16 Thread Erick Erickson
Can you raise a JIRA? If you’re ambitious, you can add a patch too ;) > On Jul 16, 2020, at 2:52 AM, Marc Linden > wrote: > > Thanks Erick for your fast response. > > I've checked out adding the sort param and yes that vanished the problem but > it also disables elevation if I'm not

Re: Concurrent query execution and Solr

2020-07-16 Thread Mauro Asprea
I would want to know about this too — Mauro Asprea E-Mail: mauroasp...@gmail.com Mobile: +34 654 297 582 > El 14 jul 2020, a las 18:33, André Widhani escribió: > > Hi, > > Does anybody know if work is in progress to make Lucene's concurrent query > execution accessible through Solr? I am

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread Anshum Gupta
Thanks for the feedback, Colvin. We'll certainly try and do something around making the deprecations more visible and easier to track for all users. I'm not sure if 'news' is the right section, but I think it might be good to have a section on the website for users to look at and get a better idea

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-16 Thread Colvin Cowie
Perhaps the deprecation notices should feature on https://lucene.apache.org/solr/news.html ? Because right now, they're not *very *visible in the changes. On Thu, 16 Jul 2020 at 01:18, Aroop Ganguly wrote: > May we ask what in hdfs support is being deprecated? Is Hdfs backup and > restore being

RE: Disk usage with useDocValuesAsStored

2020-07-16 Thread Gael Jourdan-Weil
Ok, makes sense. Thanks for your answer Erick. Gaël De : Erick Erickson Envoyé : mercredi 15 juillet 2020 22:53 À : solr-user@lucene.apache.org Objet : Re: Disk usage with useDocValuesAsStored You’re off track a bit. useDocValuesAsStored has no effect on the

AW: Elevation with distributed search causes NPE

2020-07-16 Thread Marc Linden
Thanks Erick for your fast response. I've checked out adding the sort param and yes that vanished the problem but it also disables elevation if I'm not mistaken. So after adding forceElevation=true to the query then a ClassCastException was thrown: