Description
https://lucene.apache.org/solr/guide/7_5/solr-upgrade-notes.html should help people to adapt to 7.5 from 7.3
I got some more information in log while trying in both product search (Lucene) and Solr component. This comes from the Solr log when using solrDefault core:
30/09/2018 à 12:06:22 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:22 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:22 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:23 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:23 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:23 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.ManagedSynonymFilterFactory]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:23 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. |
30/09/2018 à 12:06:23 | WARN false | x:solrdefault | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. |
I also got this recurring warning message ("Received a null Security object from HttpServletRequest"). Not sure it's really an issue
2018-09-30 12:01:14,554 |jsse-nio-8443-exec-4 |ControlServlet |T| [[[keywordsearch(Domain:https://localhost)] Request Done- total:1.248,since last([keywordsearch(Do...):1.248]]
2018-09-30 12:01:17,081 |jsse-nio-8443-exec-2 |LoginWorker |W| Received a null Security object from HttpServletRequest
2018-09-30 12:01:17,081 |jsse-nio-8443-exec-2 |OFBizSolrContextFilter |T| [[[solr/admin/info/logging(Domain:https://localhost)] Request Begun, encoding=[null]- total:0.0,since last(Begin):0.0]]
2018-09-30 12:01:17,082 |jsse-nio-8443-exec-2 |OFBizSolrContextFilter |T| [[[solr/admin/info/logging(Domain:https://localhost)] Request Done- total:0.001,since last([solr/admin/info/...):0.001]]
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-10633 Update Solr and Lucene deprecated plugin/analysis class
- Open
-
OFBIZ-10634 Check if the "Received a null Security object from HttpServletRequest" warning message in log is an issue
- Closed