I'm trying to activate the indexing for document contents in the DAM using AEM 6.0. I've already activated SolR according to the documentation, but PDFs and DOC files in the dams don't get fully indexed as they were in AEM(CQ) 5.6.1 somehow.
I'm sure I'm probably missing something very obvious but the lack of actual documentation isn't really helping.
Unless of course this is another feature that disappeared with AEM 6.0 and hasn't been reimplemented, like the spellchecker support.
This is the document I've followed
http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html
Ok it seems this is fixed in Oak 1.0.9, which AEM 6.0 SP2 has.
https://issues.apache.org/jira/browse/OAK-2286
So I guess an upgrade is going to be needed.
Related
Apparently, the ExtJS' forum isn't working anymore, so asking the question here.
I am trying to upgrade ExtJS integrated in a big application. Currently, it's using version 3.4.1 and I have to upgrade it to 7.5.0, so a lot of changes are expected. It's my first time working with ExtJS. I've been reading their documentation & examples for a while now, but I'm having issues understanding some things.
If someone's experienced with ExtJS, could you tell how big is the difference between these versions? What kind of effort is expected for this upgrade? Will I have to rewrite everything, or just changing files and API calls would be enough?
Another thing is that the folder structure in the new version looks quite different from the older version. Ours using 3.4.1 looks like this -
ext-js 3.4.1 image
There are no new adapter or resources folders in the new verion. Are these folders not required anymore, or is it possible to get the same folder structure with the new version?
Is it possible to download older versions of ExtJS like 4.x, 5.x etc.? I tried but couldn't find it, I was able to download the older documentation though.
Downloaded the latest ExtJS version from here.
Referring this Sencha ExtJS documentation.
Any help would be appreciated. Thanks in advance.
Download
You should download the version from support.sencha.com. There you can find all versions.
To access the download page, you need to log in. If you have lost your login, you can contact Sencha's licensing department.
Make sure you have a valid license.
Upgrade
If you are new to Sencha, you should not do the work yourself. Between version 3 and 7, there are at least two new coding paradigms and you'll have to rewrite everything. Unfortunately, there is no easy upgrade process from 3 to 7. If you had to upgrade from 5 to 7, it would be possible to ignore all the cool new features, but if you are starting from 3, you will have to rewrite everything.
Building process
In your screenshot, I can see that you are using the full ExtJS file. But are you really building the application? That means you end up with a single js file and a single css file.
Are you building your application?
Are you using SCSS?
You should definitely contact someone with experience. I've done quite a few upgrades in ExtJS to know that you need help with this.
TWO very related questions in this post.
How to install 6.5 & 6.5.1 in eclipse(more detail below)
Intellij Toolbox last version supported is 2019.2.4 but looks like codeone plugin doesn't support it?
In intellij, codenameone 6.5.1 simulator is not working(font is way too small) but it's working in 6.0.0 with my eclipse(from when I played with it 6 months ago). I am trying to test out each version to see what the latest version is that is not broken for me(hopefully at least 6.5). When I go to eclipse marketplace, there is no upgrade and it just shows this for codename one (eclipse verison 2020-06 as I clicked update all)
I don't see a way to download a zip file and install it in eclipse and only see the install from marketplace method here
https://www.codenameone.com/download.html#step2
Is there a zip download for eclipse somewhere I can try of 6.5, then 6.5.1?
I also want to try to downgrade my intellij version but we also need the latest so I grabbed the new intellij toolbox but this only goes back to version 2019.2.4. The compatibility list on codenameone plugin is such
I wonder about that first line for 6.5.1. A dot release and they added support all the way back to 2016 version which 6.5 didn't have? Seems like a type. Also, 6.5.1 did not work with latest intellij and honestly getting worn down in playing the version mismatch game of uninstall/install to see what works and doesn't work (it's just takes quite a bit of time).
If anyone can post a STABLE list of IDE version / plugin version they are using, I would LOVE to know that <- If I know that, I will just jump to that. I can cope with eclipse or intellij. In fact, eclipse debugging is way better and intellij refactoring is way better so I am always torn between each.
Trying 2019.1.4 with many versions next.
Figure this out finally. Not sure exactly but this repo https://github.com/deanhiller/codenameOneExamples
now works with latest intelij 2020.1.3 !!
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.
I have worked on dnn 7.1 . I have use the search code like this.
<dnn:SEARCH ID="dnnSearch" runat="server" ShowSite="false"
ShowWeb="false" EnableTheming="true" Submit="Search"
CssClass="SearchButton" />
but in this only search the pages in the site not search the documents in the site.
Please any one help me..
Document search is something that will be dependent on the modules you are using and the edition of DotNetNuke that you are using.
How are your documents stored?
Are you using DNN Professional, or the community version? DNN 7.1 Pro version indexes documents and site pages. The community version indexes site pages only.
DNN by default does not search documents (pdf, doc, xls etc). Your best bet is to get one of the modules that uses the Lucene search/index engine. I had to do this years ago to index the content of documents for the DNN search (back in version 4). It worked okay and I imagine the process has only gotten better.
This is one that uses it: http://store.dnnsoftware.com/home/product-details/dnn-search-engine-pssitesearch-2029
(Pre-warning. I'm not quite sure if this question belongs here or not)
I've just installed my first use of buzilla (v3.6.2) and I have a few issues with having to remember users names and keywords. Is there an extension or plugin for bugzilla that does this?
It's going to be a standard feature in Bugzilla when 4.0 is released.
I create an addon once
http://bitbucket.org/domruf/bugzillaautocomplete
maybe you want to try it until 4.0 is released
Bugzilla 4.x comes with autocomplete feature. It is made available by the YUI library:
http://developer.yahoo.com/yui/autocomplete/