Solved
How to create and manage computed fields in SOLR
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
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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.