Does an IFilter Exist for Indexing Source Code Files?
Posted
by AMissico
on Stack Overflow
See other posts from Stack Overflow
or by AMissico
Published on 2009-11-25T18:59:07Z
Indexed on
2010/03/23
17:23 UTC
Read the original article
Hit count: 397
Anybody know of an IFilter that can index source code files beyond what the "Plain Text" filter can provide, with possibly a custom "Property Set" specific to programming?
For example, I have 835MB in 41,000 files and 8,200 folders in my "Code Library" folder. I would like to perform searches such as "select distinct attributes on properties" or "select class exceptions" or "select classes with nested private classes". Preferrably, the IFilter can distinguish between various languages, so I can perform a query like "select class exceptions in VB.NET" or "select 'resume next' in VBScript".
Other Examples
- "select all enum from folder('microsoft source code') in namespace 'system.io'"
© Stack Overflow or respective owner