I am using AEM 6.0 trail version.I want to enable spell checker for search but not able to figure out how to do it .
I was able to enable spell checker in 5.6 Licensed version by adding
<param name="spellCheckerClass" value="com.day.crx.core.query.spell.CRXSpellChecker$OneMinuteRefreshInterval"/> to workspace.xml
But in AEM 6.0 I am not able to locate workspace.xml.Is this because I am using trail version
AEM 6 is based on JCR OAK and it uses Apache Solr as a search engine, where as in AEM 5.6.1 or older version has JCR repository and Apache Lucene as a search engine.
Unfortunately, the current version of AEM 6.0 does not support the spellcheck feature. I learned this the hard way. From my understanding, AEM 6.0 SP2 still uses OAK 1.0.9. Spellcheck support in OAK has being added in 1.1.0
But here the information on how to at least enable SolR search in AEM 6.0 (which is still better than the normal JCR search) and you should be ready for the spellcheck support when it happens
http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html
To enable the spellcheck in SolR you can look at the SolR Spellchecker documentation
If my understanding is correct, OAK 1.1 should use the SolR spellcheck if it is there.
https://issues.apache.org/jira/browse/OAK-2175
Related
Does any one knows about citation style language (CSL) we are using one of our project and now we are planning for application server migration from HP-UX to RHEL. So we need to know about how we install the CSL and where we can get it. We could not able to find much information from google. From our old HP_UX server we used CSL Version 1.3 but we don't know how to get it for RHEL 8.
my old application was on cakephp2.5 , php 5.6 mongodb ichikaway/cakephp-mongodb, i have updated it to cakephp2.10 and php7.4 but this plugin is not working as new php-mongodb driver is not supporting to it. is there any other plugin which will work on cakephp2.5 or is there any other way to make it work.
Thanks
Hi i have found workaround for it Mongo PHP Adapter
The Mongo PHP Adapter is a userland library designed to act as an adapter
between applications relying on ext-mongo and the new driver (ext-mongodb).
It provides the API of ext-mongo built on top of mongo-php-library, thus being
compatible with PHP 7.
Goal
This library aims to provide a compatibility layer for applications that rely on
libraries using ext-mongo, e.g.
Doctrine MongoDB ODM, but want to
migrate to PHP 7 on which ext-mongo will not run.
You should not be using this library if you do not rely on a library using
ext-mongo. If you are starting a new project, please check out
mongodb/mongodb.
My agency is developing using the CE version in anticipation of purchasing a license. We are creating xforms by hand using the 2019 CE version, using jsp's in a Java tomcat application (separate deployment). I downloaded the 2020 version (hoping to use the 5.x version of TinyMCE) and found that rich text controls no longer appear using the same xforms used with the 2019 version. Looking at the browser page inspector (Ms edge), it appears that the TinyMCE resources (js and css) aren't downloaded to the browser at all. No html elements are created for the editor. I didn't see a console error or see an http error for the resources.
I couldn't find any issues related to TinyMCE in this version. Has anyone else seen this? Is there a configuration difference between the versions that may be causing it? (I reused the configuration I had from 2019 version). Anyone have suggestions on what to look at?
When I reverted to the 2019 version it works again. Any help would be appreciated!
I am not aware of any issue with the TinyMCE and Orbeon Forms CE 2020.1.2. I would recommend you try to reproduce this with an out-of-the-box install, and if it works there, progressively put back your existing configuration on that out-of-the-box install.
If you are doing this with the perspective of using Orbeon Forms PE, I would just use the latest release of Orbeon Forms PE 2020.1.3 with a trial license, as this way you'll have a configuration that is as close as possible to what you're ultimately planning to have, and you will benefit from having all the latest released fixes.
(And should this not solve the problem, feel free to post more information in the comments.)
In the requirement list of Typo3, it is always mentioned to use MySQL 5.5 til 5.7.
My customer only supports Mysql 8.
Has anyone experienced using Typo3 with Mysql 8? Does any Typo3 version work with Mysql 8?
We're running MySQL 8 without problems, using TYPO3 v9+ this shouldn't be a problem. However, we're running TYPO3 in composer mode, so we can fetch the latest Doctrine DBAL dependency (2.10+) without problems and with proper support.
This mainly depends on the TYPO3 major version e.g. TYPO3 10.4 and higher do support MySql 8 while lowers do not or partially only.
The system requirements are actively maintained at the TYPO3 download portal at https://get.typo3.org.
Are there any plugins for Application Express 3.2? Every plugin I can find requires APEX 4.0 at a minumum.
I was specifically interested in a plugin that would allow multiple file uploads such as this one
Per company policy, I am not able to upgrade to a higher version of APEX.
The APEX plug-in architecture was introduced in version 4.0. Prior to that, plug-ins were not available in APEX.