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

P_V_Nair
P_V_Nair
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
37

Posts

Posts
61

Discussions

Discussions
12

Questions

Questions
49

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by P_V_Nair
Customize the badges you want to showcase on your profile
Re: What is the use of facets property in lucene oak index? - Adobe Experience Manager 25-02-2022
@Jörg_Hoh Thanks a lot for your suggestion. I removed the ignorecase for the property from the search facets form and that fixed my issue.

Views

312

Like

1

Replies

4
Re: What is the use of facets property in lucene oak index? - Adobe Experience Manager 25-02-2022
@Jörg_Hoh The query all comes OOB. We are using OOB search facets for the search filters and 8just added few custom properties as well in the search facets form. We have checked 'Ignore Case' property and hence the "fn:lowercase" comes in the OOB query.

Views

318

Like

1

Replies

0
Re: What is the use of facets property in lucene oak index? - Adobe Experience Manager 23-02-2022
@Jörg_Hoh Updated the description with all the required data you requested for.

Views

339

Like

1

Replies

0
What is the use of facets property in lucene oak index? - Adobe Experience Manager 22-02-2022
I have a custom Lucene index created for my project with all the required properties. This is an assets implementation project and hence the search filters are used to search assets.This search is OOB, with custom properties added in search facets. This search is not working because of node traversal issues. The page will just show the loading icon, if we search something in the custom properties. These properties which is being searched are already indexed in the custom index and the query is p...

Views

366

Likes

0

Replies

9
Re: How to optimize the query to get a matching node name and create a custom index? - Adobe Experience Manager 14-02-2022
@Jörg_Hoh Yes. As in my initial post. It is always picking OOB index lucene:testFolderDamLucene(/oak:index/testFolderDamLucene , since cost is better for this one

Views

109

Like

1

Replies

1
Re: How to optimize the query to get a matching node name and create a custom index? - Adobe Experience Manager 10-02-2022
@Jörg_Hoh I have added that property to the nodes inside index rules already. As in the initial screenshot that was as per the index generated in the oak index generator. But still no luck

Views

134

Like

1

Replies

3
Re: How to optimize the query to get a matching node name and create a custom index? - Adobe Experience Manager 10-02-2022
@Nitin_laad If you see my query, here I am trying to search for a node name and not an asset. path=/content/dam/testfolder/test-assets1_group.1_type = sling:Folder1_group.2_type= sling:OrderedFolder1_group.3_type=nt:folder1_group.p.or=truenodename=12345678_ea

Views

144

Like

1

Replies

0
How to optimize the query to get a matching node name and create a custom index? - Adobe Experience Manager 10-02-2022
Hi,I am using the below query in one of my workflows to search for a node name(article id) in AEM. This is to locate the folder with a particular article id where an asset needs to be moved. Please find the sample query used below path=/content/dam/testfolder/test-assets1_group.1_type = sling:Folder1_group.2_type= sling:OrderedFolder1_group.3_type=nt:folder1_group.p.or=truenodename=12345678_ea This query is giving me node traversal errors and hence empty results. I tried creating a custom index ...

Views

157

Likes

0

Replies

7
Adding multiple paths in event listener - Adobe Experience Manager 03-02-2022
I have an event listener in which I am listening to a path as in the below screenshot using Observation Manger . How can I add multiple paths here , so that I can listen to multiple paths. I cannot add the root path, since I don't want to listen to the root path due to other project requirement constraints.

Views

158

Likes

0

Replies

2
Re: Curl command to delete a asset folder in aem - Adobe Experience Manager 07-01-2022
Got the command: curl -u admin:admin -X DELETE http://localhost:4502/content/dam/test/product-assets/testand it worked. Thank you.

Views

215

Like

1

Replies

0