API allows Creating of full-text and / or metadata index on doCuments. To index only metadata without main Content of doCuments, you only need to set IndexType.MetadataIndex when Creating an index.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an instance...