コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to create and manage computed fields in SOLR

Avatar

Level 2

Can we do custom logic on indexing process to create a custom field and value?

For example, adding a custom logic to convert value from field ABC from AEM to value in field ABC1 in SOLR

1 受け入れられたソリューション

Avatar

正解者
Community Advisor and Adobe Champion

Before indexing, you can add this field in your manage_schema and refresh collection. Then do indexing by sending required page or properties to your collection. Custom Manipulation logic you need to write at index service.

元の投稿で解決策を見る

2 返信

Avatar

Community Advisor

Not sure, but it would it be totally server side manipulation where you may not have much control. I would recommend amending the values before triggering the SOLR call.

Avatar

正解者
Community Advisor and Adobe Champion

Before indexing, you can add this field in your manage_schema and refresh collection. Then do indexing by sending required page or properties to your collection. Custom Manipulation logic you need to write at index service.