Overview
FarCry Verity plugin provides configuration and management services for the ColdFusion implementation of Verity K2 server. This plugin replaces the legacy Verity configuration tools that were in core.
| FarCry Verity Plugin requires a minimum of FarCry v4.07 to function. |
Download
You can grab the code base from the FarCry subversion repository:
http://svn1.cvsdude.com/modius/farcry/plugins/farcryverity/trunk
Or a zip of the plugin on the FishEye site (bottom left):
http://fisheye3.cenqua.com/browse/farcrycms/plugins/farcryverity/trunk
Installation
Add farcryverity to your plugin list in the farcryinit tag of your project's Application.cfm:
<farcry:farcryInit name="daemon" dbType="mssql" plugins="farcrycms,farcryverity,googleMaps" />
Then you need to configure the Verity collection storage path and hosts to be managed in your _serverSpecific Vars.cfm configuration file:
<cfsetting enablecfoutputonly="true" /> <!--- setup environment variables for specific developers/machines/servers ---> <cfset machineName = createObject("java", "java.net.InetAddress").localhost.getHostName() /> <!-------------------------------------------- PRODUCTION ENVIRONMENT ---------------------------------------------> <!--- set verity plugin config ---> <cfset application.stplugins.farcryverity.storagePath="C:\Inetpub\verity\collections" /> <cfset application.stplugins.farcryverity.lhosts = machinename /> <cfsetting enablecfoutputonly="false" />
Then simply reinitialise your application and login to the webtop. You'll find the administration screens under: ADMIN > Verity Plugin
| Verity Default Configuration If you don't specify a collection path and lhosts you will get the following defaults:
|
Features
FarCry Verity allows you to set up a specific collection for each content type, defining exactly which properties should be searchable. In addition, there are features to allow multiple servers in a cluster manage their own collections, replicating/synchronising the verity configurations. Sample search code is provided, although many users will want to develop their own search interfaces. The plugin also provides logging and reporting of search activity.
Content Types
farVerityConfig
farVerityLog
Issues
|
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| T | Key | Summary | Assignee | Reporter | Pr | Status | Res | Created | Updated | Due |
|
|
VER-20 | Can not deploy type "farveritycollection" on fortress | Unassigned | Chris Roth |
|
|
UNRESOLVED | Mar 15, 2008 | Mar 15, 2008 | |
|
|
VER-17 | fix for oragelgaeway.cfc | Unassigned | Andrew Mercer |
|
|
UNRESOLVED | Nov 23, 2007 | Jan 24, 2008 | |
|
|
VER-12 | Sample search code for projects | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | Jun 21, 2007 | Jan 24, 2008 | |
|
|
VER-3 | Sample Agent code for unattended verity build by hostname | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | Jun 14, 2007 | Jan 24, 2008 | |
|
|
VER-6 | Ability to flush collection and rebuild in one click | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | Jun 21, 2007 | Jan 24, 2008 | |
|
|
VER-16 | Error when Updating Collection | Unassigned | Michael Sammut |
|
|
UNRESOLVED | Oct 24, 2007 | Jan 24, 2008 | |
|
|
VER-14 | Verity optimisation template for dmCron | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | May 10, 2005 | Jan 24, 2008 | |
|
|
VER-18 | Case sensititvity issue dmHTML verity | Unassigned | Elaine Montoya |
|
|
UNRESOLVED | Jan 20, 2008 | Jan 24, 2008 | |
|
|
VER-2 | Auto generate config based on typename metadata | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | Jun 14, 2007 | Jan 24, 2008 | |
|
|
VER-1 | Attended incremental build feature for large collections | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | Jun 14, 2007 | Jan 24, 2008 | |
|
|
VER-10 | Create multiple category based collections | Unassigned | Geoff Bowers |
|
|
UNRESOLVED | Jun 21, 2007 | Jan 24, 2008 | |