I have liferay 5.2 EE5 integrated with solr 1.4. I would like to upgrade solr to newer version (for example: 3.6). Does anyone know how to do it? Or maybe someone integrated liferay 5.2 with solr 3.6 or newer?
I will be grateful for any help.
Regards.
Related
I'm trying to upgrade CakePHP2.x TO CakePHP4.x, I have WAMP 3.2.3 and Php 7.4. Downloaded CakePHP4.X but the entire directory structure is different between CakePHP2 and 4, if anyone share some idea how I can upgrade, that would be very helpful, share me the best way to achieve it.
Thank You!!
We are using lucene indexing and deploying alfresco 3.4 war using Alfresco SDK 3.4
Now we aim to use an Solr indexing and deploying another alfresco war (alfresco 4.2) but still remaining Alfresco SDK 3.4
My question is: can we use an Solr indexing even with Alfresco SDK 3.4?
Thanks in advance,
TL;DR - No
From the Alfresco and SOLR wiki page:
From Alfresco 4.0, Solr is available to support search within the Alfresco repository.
In order for Alfresco to support indexing and searching through an external SOLR instance, rather than with the existing in-transactional same-JVM Lucene index support, took quite a lot of work. This was one of the big changes in Alfresco 4.0.
From Alfresco 4.0 onwards, you have a choice between using SOLR, or the old-style in-transactional Lucene indexing. 3.x (and before!) only support in-transactional Lucene. None of the code needed to support SOLR is in 3.x
I have upgraded Sitecore Media Framework 1.4 from Media Framework 1.2. I got some warnings on the installation. i.e Sitecore has no necessary permissions for reading/creating counters. I am not sure whether the new version has been upgraded or not. However, I see some differences in the content videos. Got more videos than the existing Media Framework version. I would like to verify on Sitecore What version of Sitecore Media Framework Ooayala Edition installed on my sitecore instance.
Kindly help me on this.
Thanks in advance.
Annadurai
You can check the version of Sitecore Media Framework by looking at the properties of the DLL files (Sitecore.MediaFramework.Ooyala.dll and Sitecore.MediaFramework.dll). The version is located in the Details tab.
If you don't have access to the bin files, you can also have a look at the items under /sitecore/system/Packages/Installation history/ in the Core database.
Also, be sure you have installed the correct framework according to your Sitecore version. See Sitecore SDN for details.
Does anyone know what version of Solr that Solandra will support? Is it just the latest version? I'm most concerned with the geospatial capabilities of Solr and I would like to know if Solandra will support this.
A link would be great also. Thanks.
Solandra uses Solr 3.2 currently so geo is supported
What is the best way to deploy solr 4.x in a running jboss 6.x application server instance?
Well, JBoss features an embedded Tomcat, so I'd start by reading the docs about Solr and Tomcat. There's also some specific docs for JBoss, and of course there's the wiki page for general installation instructions.