I'm hoping for some feed back and thoughts from the group regarding the farverity plugin....
I'm leaving out the Solr equation for now as we're not jumping in to cf9 just yet, but if anyone wants to comment re: Solr please do.. So here's my situtation.. I have 3 "home" nodes (under root) ... the default home which contains our "English" site and also our Chinese and Japanese sites I put the 2 additional nodes under root to both isolate them as well as allow them to share some resources.. I also have some other folders are root with dmHTML types that I use for out of navigation "marketing" landing pages. I have a number of nodes under the english home that are protected by roles. I have my public files as dmFiles and some extended dmFile types that have permissions. Verity... Indexing and controlling search results on the file types is easy enough, but I am running into an issue with dmHTML collections. Filtering them after the search query runs has too big of a performance impact (slow).. so I have been tinkering with "category" collections. I know I will need to tweak farVerityCollection a bit since it only allows for one myproject_mytype_cat collection name (theres a small bug there as it should perhaps try to assign a number to make the collection unique but it does not... it creates a farveritycollection object, but the code stops and no "collection" is created in CF) I am considering adding a branch in my Categories like: Search Collections - HTML - Public - HTML - JP - HTML - CN - HTML - PrivateNodeA - HTML - PrivateNodeB -- etc. If my thinking is right, if dmHTML objects are assigned to one of the above... and a "category" collection is created for each of those... no "unassigned to a seach collection category" dmHTML object will appear in search results and all I have to do is adjust the search forms took at collections based on the user's roles and/or the current home node. Will this work? Is there a better way? What are others doing? If it will work and its not a bad idea, what is the best way to easily update catHTML for my dmHTML objects? if I manually edit the table will running fix refobjects update any other tables I need ot update? Thanks. Chris -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
