[jira] [Commented] (OFBIZ-10589) Update Solr and Lucene from 7.3.1 to Solr 7.5.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10589) Update Solr and Lucene from 7.3.1 to Solr 7.5.0

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-10589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636584#comment-16636584 ]

Jacques Le Roux commented on OFBIZ-10589:
-----------------------------------------

Looking at it I found these references:
* http://lucene.apache.org/solr/7_5_0/solr-core/deprecated-list.html.
* Similar for http://lucene.apache.org/solr/7_0_0/solr-core/deprecated-list.html and in between.
* https://lucene.apache.org/solr/guide/6_6/field-types-included-with-solr.html
* https://lucene.apache.org/solr/guide/7_5/field-types-included-with-solr.html

So these fields are deprecated for a long time and it seems to not stop Solr. Also with the current version the loggin does not work when it does when upgrading to 7.5.

I updated manually schema.xml but stopped when getting issues. I put the patch here and let people decide if we should or not upgrade.


> Update Solr and Lucene from 7.3.1 to Solr 7.5.0
> -----------------------------------------------
>
>                 Key: OFBIZ-10589
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10589
>             Project: OFBiz
>          Issue Type: Task
>          Components: lucene, solr
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-10589.patch
>
>
> I did not find any help to migrate but got some 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
> {quote}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]]
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)