Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Note

FarCry Verity Plugin requires a minimum of FarCry v4.07 to function.

...

Column
width60%
Recent updates

...

width5%

...

width35%

...

Navigate space

...

Page Tree Search

...

Excerpt

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 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

the home of the VER space.

To help you on your way, we've inserted some of our favourite macros on this home page. As you start creating pages, blogging and commenting you'll see the macros below fill up with all the activity in your space.

provided, although many users will want to develop their own search interfaces. The plugin also provides logging and reporting of search activity.

Download

You can grab the latest code base from the FarCry subversion repository:

Installation

5,0,x Installation

Update the plugin list in your project's ./www/farcryConstructor.cfm file.

Code Block
titleExample ./www/farcryConstructor.cfm

<!--- FARCRY SPECIFIC --->
<cfset THIS.locales = "en_AU,en_US" />
<cfset THIS.dsn = "fullasagoog" /> 
<cfset THIS.dbType = "mssql" /> 
<cfset THIS.dbOwner = "dbo." /> 
<cfset THIS.plugins = "farcryblog,farcrycfimage,farcryverity,farcrydoc" /> 

4,0,x Installation

Add farcryverity to your plugin list in the farcryinit tag of your project's Application.cfm:

Code Block
title./www/Application.cfm

<farcry:farcryInit
  name="daemon"
  dbType="mssql"
  plugins="farcrycms,farcryverity,googleMaps" />

Configuration

Then you need to configure the Verity collection storage path and hosts to be managed in your _serverSpecific Vars.cfm configuration file:

Code Block
titleFor example, ./config/_serverSpecificVars.cfm

<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

Note
titleVerity Default Configuration

If you don't specify a collection path and lhosts you will get the following defaults:

  • collection path; C:\coldfusionverity\collections
  • lhosts; createObject("java", "java.net.InetAddress").localhost.getHostName()

Content Types

farVerityConfig
farVerityLog

Release Notes

You can track changes to the FarCry Verity plugin code base here: http://fisheye.farcrycms.org/browse/plugins/farcryverity

Issues

Jira Issues
urlhttp://bugs.farcrycms.org/secure/IssueNavigator.jspa?view=rss&&pid=10030&resolution=-1&sorter/field=updated&sorter/order=DESC&tempMax=25&reset=true&decorator=none