Yeah, I've had K2 on the brain ever since we standardized on it. We always setup Verity so that we can directly map VDK collections 1:1 with K2 aliases, which enables us to migrate to/from K2 as needed without changing anything in the code. We have an XML configuration file element named "search-name" that contains the collection name, which is either CollectionName_VDK or CollectionName_K2, and our searches just point to the appropriate collection. That way if a customer needs to migrate to a host that doesn't offer K2, or if K2 is giving him a problem for some reason, we simply change the search-name from _K2 to _VDK and he's set.
The only way we can do this is by always keeping Custom index entries out of the collections that contain File and Path index entries. Hell, I've got Plum on the brain! ;) Thanks for pointing this out, Dave. Sorry for any confusion, folks. Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Plum and other cool development tools, and get advanced intensive Master-level training: * C# & ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 ----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Friday, May 27, 2005 1:07 PM Subject: RE: Search questions > > You can create a single collection contains both File and Path > > index entries, but that collection cannot also contain Custom index > > entries. This is because while both File and Path index entries > > are based on disk files as indexing targets, Custom index entries > > are based on database content as an indexing target, so the > > configuration of Custom entries cannot coexist in the same collection. > > Actually, this is incorrect. You can use database and filesystem content > within the same Verity collection if you're using the Verity VDK as opposed > to K2. When you search the collection, you can differentiate between > database and filesystem results by looking at the key column, which will > contain a filesystem path if the result points to a file, or whatever you > put in there (presumably a primary key or some custom unique identifier) if > the result points to a database record. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207938 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

