kentico_martind
-
10/6/2009 7:34:27 AM
RE:CustomDataHandler OnGetContent event
Hi Brian,
this method is used by smart search. It's called every time the document is indexed. The first parameter usually contains TreeNode object and second parameter contains text that gets indexed by Lucene.NET. You can use this method to modify the text, e.g. add content from document's attachments to it etc.
Best Regards,
Martin Dobsicek
|