@nickdanielle
Try the XPATH or JCR-SQL2 equivalent of the above query which has support for wildcard character in jcr:contains
(You can arrive at the same using Explain Query: Tools -> Operations -> Diagnosis -> Query Performance -> Explain Query -> Key in your Query builder predicates -> You can ...
@iamnjain
Cross check if the "page" Object(that you are using to get the resolver) is set/visible in the AemContext.
Alternatively you can inject ResourceResolver via @ScriptVariable Annotation in your actual Sling Model Class.
@mrudul If you are using OSGi annotation,Cross check the @Designate annotation if the OCD is correctly associated to an OSGi component. If it is a factory config, @Designate should have additional property named factory set to true.
@Buland I had a chance to write about Indexing 2 years back. You can check this - https://myaemlearnings.blogspot.com/2020/06/apache-tika-config-in-lucene-index-and.htmlLast section has all the links related to Indexing from my blog post.
@Prachi_Mathur I had a chance to write about Indexing 2 years back. You can check this - https://myaemlearnings.blogspot.com/2020/06/apache-tika-config-in-lucene-index-and.htmlLast section has all the links related to Indexing from my blog post.
@nikita24tailor You can make use of Composite multifield to retrieve social media links where each multifield item/fieldset is Social Media Name/Label Social Media LinkBy this way, it will just be the multifield fieldset name property + field name of socialmediaName and socialMediaLink that you need...