indexing Sitecore item properties in Lucene
15/10/2012
if you want to index properties of an item like ID, TemplateId etc. do the following: Add to you web.config C# code: Call this method during the indexing in AddCrawler method ItemProperty class abstract class for ItemProperty This class is already in the AdvancedDatabaseCrawler module but i just added for understaning.