Solr docker container logging certain entries to syslog

2020-08-20 Thread Mohan, Sowmya
Hello, I have a solr (version 6.6.6) docker container running where a few logs are being written to /var/log/messages. My log4j.properties has the rootLogger set to file and console. I have attached it for reference. My question is why are some logs still being written to /var/log/messages and

Re: Solr 8.3.1 longer query latency over 6.4.2

2020-08-20 Thread Elaine Cario
Thanks Michael, I took a look, but we don't have any pf or pf1,2,3 phrase params set at all. Also, we don't add synonyms through Solr filters, rather we parse the user's query in our own application and add synonyms there, before it gets to Solr. Some additional info: we have sow=true (to be com

Re: Solr with HDFS configuration example running in production/dev

2020-08-20 Thread Aroop Ganguly
HDFS will still be there, just NOT on the core package, but as a plug-in or contrib. > On Aug 20, 2020, at 11:07 AM, Aroop Ganguly wrote: > > HDFS will still be there, just on the core package, but as a plug-in or > contrib.

Re: Solr with HDFS configuration example running in production/dev

2020-08-20 Thread Aroop Ganguly
HDFS will still be there, just on the core package, but as a plug-in or contrib. > On Aug 19, 2020, at 7:50 AM, Prashant Jyoti wrote: > > You're right Andrew. Even I read about that. But there's a use case for > which we want to configure the said case. > > Are you also aware of what feature w

Force term-centric matching mode in solr and also perform keyword (exact_title) match

2020-08-20 Thread raj.yadav
We are using solr 5.4.0 in the production environment. we are planning to migrate to solr 8.5. We have observed that in solr 8.5 if we keep `sow`(split on whitespace) parameter as false(default) query is parsed as field-centric and if `sow` is marked as true query is parsed as term-centric. Our

Re: Solr v8.6.x fails with multipart MIME in commands

2020-08-20 Thread Markus Kalkbrenner
Hi, Since the update from Solr 8.5 to 8.6 the automated tests for the solarium PHP library and the Search API Solr module for Drupal fail. In both cases the error message is: /solr/5f3e65e0106b9/update/extract => java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts at org.apac

Re: Solr v8.6.x fails with multipart MIME in commands

2020-08-20 Thread Markus Kalkbrenner
This is the same error I reported one hour earlier here at the list. Von: Joe Doupnik Antworten an: "solr-user@lucene.apache.org" Datum: Donnerstag, 20. August 2020 um 15:09 An: "solr-user@lucene.apache.org" Betreff: Solr v8.6.x fails with multipart MIME in commands Where as this works wit

Re: Solr 7.7 restore issue

2020-08-20 Thread mirei
I am now noticing a difference when using set-policy instead of set-cluster-policy. I'm still testing it to make sure, but just wanted to report early that the bug may rely on the type of policy being put in place. So if you run into this issue when using set-cluster-policy, consider trying a set-

Re: Replication of Solr Model and feature store

2020-08-20 Thread Monica Skidmore
Thank you, Krishan. It did turn out to be a mis-match between the model and feature store with a feature name. And thanks for the information that the API can struggle when there is a corrupt model or feature store file – we get the model and feature store from our data science team and have h

Tina based PDF extraction broken in Solr 8.6

2020-08-20 Thread Markus Kalkbrenner
Hi, Since the update from Solr 8.5 to 8.6 the automated tests for the solarium PHP library and the Search API Solr module for Drupal fail. In both cases the error message is: /solr/5f3e65e0106b9/update/extract => java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts at org.apac

Re: Result set sorting bug

2020-08-20 Thread Erick Erickson
Why do you think that’s a bug? ShardDoc contains all sorts of interesting information, like positionInResponse. If your contention is that the results would not be ordered correctly, then I’d think someone would have noticed before this. Best, Erick > On Aug 20, 2020, at 6:33 AM, zjh1983314 w

Result set sorting bug

2020-08-20 Thread zjh1983314
hallo, i found a bug, in org.apache.solr.handler.component.QueryComponent line 989 . Map resultIds = new HashMap<>(); should Map resultIds = new LinkedHashMap(); thank you! zjh1983314

Re: Solr with HDFS configuration example running in production/dev

2020-08-20 Thread Andrew MacKay
We have seen The : issue with hdfs With hbase and it won’t allow any IO if hdfs sees a : in a path. We found this with a storage array that uses snapshots and had dates and times in a path with a : I assume this is the exact same problem we have seen with HD FS. The : character does not need to

Re: Solr with HDFS configuration example running in production/dev

2020-08-20 Thread Mauro Asprea
BTW thank you for your exception stack trace, I am now reading about https://webtide.com/eat-what-you-kill/ The name of the strategy catched my eyes! On Thu, Aug 20, 2020 at 8:25 AM Prashant Jyoti wrote: > Hi Joe, > These are the errors I am running into: > > org.apache.solr.common.SolrException

Re: Solr with HDFS configuration example running in production/dev

2020-08-20 Thread Andy Hind
Hi I would not go down this road. What is the use case? Is this really the solution? Go read all the relevant docs and configuration provided by Cloudera/HortonWorks and everything else related to SOLR and HDFS. I am not inclined to help you down a road you do not want to travel. There be dr