Adobe CQ Lucene Based Search ??
Hi Eveyone,
Adobe doc says its using Lucene Based Search. I have few questions on that ->
1. No API(CQ foundation search API)/Jackrabbit API seems to call Lucence API internally within source code.
2. Foundation search uses XPath query "/jcr:root[rep:spellcheck('jackrabit')]/(rep:spellcheck() for spell checking. My understanding is this XPath query internally calls src/main/java/org/apache/jackrabbit/core/query/lucene/spell/LuceneSpellChecker.java which basically search within the index created via workspace content. Pls correct me if I am wrong.Since this is based on workspace content "did you mean" functionality which uses a jackrabbit spell checked implementation returns different suggestion String for different environments with different content.
3. Is there any provision for implementing custom dictionary with the default search implementation CQ Provides ? My understanding is no.
4. I believe Adobe search and Promote has a provision for using custom dictionary. How about "Did you mean" feature it provides ?
5. Is there any provision for configuring custom wrapper on the default search implementation provided by CQ ? My understanding is no.
Would really appreciate if you could throw your valuable knowledge and experiences to the points mentioned above. Look forward to your inputs.
Thanks
Sanjoy