> I am trying to index a number of documents that are > basically text documents, but have no file extension. > Verity seems to want a file extension or it will not > index the documents. Is there a way to define the > collection to index these?
Yes, you can either omit the EXTENSIONS attribute entirely, or you can use this: <cfindex ... extensions="*.,.txt"> In the above example, this will get files with no extension, or with the ".txt" extension, but won't get files with other extensions. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists