RE: Escape characters for core.properties User-Defined Properties

2020-11-26 Thread Jens Hittenkofer
Found a solution, if anyone else has this issue the solution was: 1. (If its not already there) Move the part from db-data-config.xml into the requesthandler for data import () in solrconfig.xml. 2. Modify the strings for the connection/user/password so the request handler looks like this:

What do you usually look for in Solr logs?

2020-11-26 Thread Radu Gheorghe
Hello Solr users, I've recently added a Solr logs integration to our logging SaaS and I wanted to ask what would be useful that I may have missed. First, there are some regexes to parse Solr Logs here: https://gi

Re: Solr 8.4.1, NOT NULL query not working on plong & pint type fields (fieldname:* )

2020-11-26 Thread Shawn Heisey
On 11/25/2020 10:42 AM, Deepu wrote: We are in the process of migrating from Solr 5 to Solr 8, during testing identified that "Not null" queries on plong & pint field types are not giving any results, it is working fine with solr 5.4 version. could you please let me know if you have suggestions

Re: Solr 8.4.1, NOT NULL query not working on plong & pint type fields (fieldname:* )

2020-11-26 Thread Deepu
Hi Shawn, Thanks for taking time and replay. Thanks, Deepu On Thu, Nov 26, 2020 at 10:53 PM Shawn Heisey wrote: > On 11/25/2020 10:42 AM, Deepu wrote: > > We are in the process of migrating from Solr 5 to Solr 8, during testing > > identified that "Not null" queries on plong & pint field types

Uploading Features in Solr 6.6

2020-11-26 Thread vishal patel
Hi I have read the concept of "Learning To Rank". I see the Example: /path/myFeatures.json { "name" : "documentRecency", "class" : "org.apache.solr.ltr.feature.SolrFeature", "params" : { "q" : "{!func}recip( ms(NOW,last_modified), 3.16e-11, 1, 1)" } }, { "name" : "

Solr Highlighting not working

2020-11-26 Thread Ajay Sharma
Hi Community, This is the first time, I am implementing a solr *highlighting *feature. I have read the concept via solr documentation Link- https://lucene.apache.org/solr/guide/8_2/highlighting.html To enable highlighting I just have to add *&hl=true&hl.fl=* *in our solr query and got the snippet

uploading model in Solr 6.6

2020-11-26 Thread vishal patel
Hi what is meaning of weight of feature at the time Uploading a Model for Re-Ranking? How can we calculate the weight? Ranking is depended on weight? Please give me more details about weight. https://lucene.apache.org/solr/guide/8_1/learning-to-rank.html#uploading-a-model Regards, Vishal Sent