Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

himasreep445197
himasreep445197
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
4

Posts

Posts
12

Discussions

Discussions
8

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by himasreep445197
Customize the badges you want to showcase on your profile
Re: Querybuiler is not giving correct result in publish i... - Adobe Experience Manager 04-01-2021
HiPlease find the query belowpath=/content/----type=cq:Page1_property.1_value=tagname1_property=jcr:content/cq:tags1_property.and =trueorderby.index=truep.limit=-1 Thank you

Views

512

Likes

0

Replies

0
Re: Copy, paste functionality of components in pages is not working in aem service pack 6.4.7 - Adobe Experience Manager 31-10-2020
Is this issue resolved?orThis issue can occur due to one more reasons - Pasting a component from to other place holder or page , an empty node without resource type is generated in such cases. More explained in this link - AEM Resources missing sling:resourceType - Stack Overflow The issue raised CQ-4212306 will be part of 6.4 release.

Views

1.1K

Like

1

Replies

0
Re: Pages are not getting indexed while crawling using apache nutch - Adobe Experience Manager 05-10-2020
Hi There, Just to understand a little bit more here, are you saying that external api content is not getting loaded and therefore not available for crawling. And external content api is not getting loaded because the event to load that content is not happening with while crawling is happening. If you are crawling the AEM site for creating search indexes, I would recommend the accepted pattern wherein AEM can push the content to indexer as part of publish replication agenet. This will also help y...

Views

473

Like

1

Replies

0
Re: Unable to get the html content of a page, which contains data from external api - Adobe Experience Manager 28-09-2020
Hi @himasreep445197 Lets say you have input stream of the page getting from external api, then using below code snippet we will be able access page content, elements & iterate through the elements. InputStream inputStream; //fetch from external api;String htmlContent = IOUtils.toString(inputStream);Document document = Jsoup.parse(htmlContent);Elements imageElements = document.getElementsByTag("img");Elements metaElements = document.getElementsByTag("meta");Elements headElement = document.getElem...

Views

429

Like

1

Replies

0
Re: Create a report of broken links - Adobe Experience Manager 17-08-2020
Thank you for clarifying it. You can use any HTML Parser library(eg: JSoup HTML Parser) to do that. Include that dependency in pom.xml file and then use it to read HTML content or even links on any internal page. Sample Reference code can be found here:https://mkyong.com/java/java-how-to-get-all-links-from-a-web-page/ You can include the similar code in your servlet to achieve your use case. I hope it helps !!

Views

744

Like

1

Replies

0
Re: How to Check wrong spelled words using SpellChecker p... - Adobe Experience Manager 10-08-2020
@himasreep445197. You can utilise the OSGI SpellCheckService, which can be easily understood is used.@Reference private SpellCheckService spellchecker; WordCheckResult wordResult = spellchecker.checkText("hello world","eb-gb", false, null); boolean isCorrect = wordResult.isCorrect();Documentation: https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/reference-materials/javadoc/com/day/cq/spellchecker/SpellCheckService.htmlI hope this helps,Brian.

Views

193

Likes

2

Replies

0
Re: Filter the etc/reports with date range - Adobe Experience Manager 06-04-2020
@himasreep445197 Please refer to this link https://helpx.adobe.com/in/experience-manager/6-3/sites/developing/using/dev-reports.html#CreatingYourOwnReportAnExample Another thing, You can also use to ACS commons Report tool which is great tool based on query builder to build your custom report. You can also include search parameters and result columns.link: http://localhost:4502/etc/acs-commons/reports.htmlHope this will help to resolve your query

Views

1.1K

Likes

0

Replies

0
Unable to filter tags or multi field node in etc/reports - Adobe Experience Manager 27-02-2020
Hi,When I am trying to filter the tags column in etc/ reports , it is not filtering instead showing a blank page.But I am able to filter the neighbour columns like title and path in the custom reports.Note: Tags are of multifield and where as title and path are normal string fields. Please help me in solving this issue. Thanks in advance.

Views

459

Likes

0

Replies

0
Likes from