> collAlias=SOMECOLLECTIONNAME   //NOT the same name as the 
> original collection

and then I use this alias as the collection name in my <cfsearch> tags?

> -----Original Message-----
> From: Steve Martin [mailto:[EMAIL PROTECTED]
> Sent: 12 June 2003 12:01
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] verity on CFMX error
> 
> 
> It can be installed as a service, but by default it runs as a 
> console app.
> The way it works is that the K2 server is used solely for 
> searching. All collection maintenance (indexing, etc.) is 
> done the traditional way.
> 
> What you need to do:
>  - Create your collection in the usual manner.
>  - Edit k2server.ini <path>cfusionMX/lib to refer to your 
> current collections:
> 
> [Coll-0]  // Increment the number for each collection you add
> collPath=c:\cfusionmx\verity\collections\YOURCOLLECTION\custom
> collAlias=SOMECOLLECTIONNAME   //NOT the same name as the 
> original collection
> topicSet=  // Just leave these as is
> knowledgeBase=
> onLine=2
> 
>  - Run startK2Server.bat in the same dir.
> 
> You should now be able to see the new K2 collections in the 
> CF admin under, wait for it... "Verity K2 server"
> 
> Et voila.
> 
> HTH
> Steve
> 
> > -----Original Message-----
> > From: Rich Wild [mailto:[EMAIL PROTECTED]
> > Sent: 12 June 2003 11:36
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: [ cf-dev ] verity on CFMX error
> > 
> > 
> > thanks Steve
> > 
> > hmm, not used the K2 server before and the documentation in 
> > k2server.ini has
> > confused me.
> > 
> > what do I need to add to create a new collection in k2server? 
> > and is it a
> > separate runnable service? I can't see it in my services 
> > panel on a vanilla
> > CFMX install
> > 
> > > -----Original Message-----
> > > From: Steve Martin [mailto:[EMAIL PROTECTED]
> > > Sent: 12 June 2003 11:28
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: [ cf-dev ] verity on CFMX error
> > > 
> > > 
> > > I know this doesn't fix what's apparently broken in verity, 
> > > but have you tried hooking it up to the K2 server instead? If 
> > > anything, it's faster. I've found that for problems in Verity 
> > > 97 that I can't explain/fix, K2 solves.
> > > 
> > > > -----Original Message-----
> > > > From: Rich Wild [mailto:[EMAIL PROTECTED]
> > > > Sent: 12 June 2003 11:01
> > > > To: '[EMAIL PROTECTED]'
> > > > Subject: [ cf-dev ] verity on CFMX error
> > > > 
> > > > 
> > > > Hi guys,
> > > > 
> > > > I'm getting a strange problem with a verity collection on CFMX.
> > > > 
> > > > I have an app that until recently sat on CF4.5.2 - I moved it 
> > > > over to cfmx
> > > > last week.
> > > > 
> > > > I recreated the verity collection in cfmx admin and then 
> > > refreshed the
> > > > collection from the app, this all seemed to work fine.
> > > > 
> > > > But now if I try to search the collection with <cfsearch> all 
> > > > I get is this:
> > > > 
> > > > coldfusion.tagext.lang.CFSearchTagException: Error # -2 Error 
> > > > E1-0106 (Query
> > > > Builder): No topic built.. 
> > > > 
> > > > I've tried repairing the collection and refreshing - no dice.
> > > > I've tried deleting and creating a new collection with a new 
> > > > name - nada.
> > > > 
> > > > This worked fine on CF4.5 for over 2 years and the code 
> > > > hasn't changed...
> > > > 
> > > > Other collections for other apps on the same server work 
> > > > fine, and whats
> > > > strange is that if I use one of those other collections in 
> > > > place of the
> > > > broken one, then I get the same error message, evene though 
> > > > it continues to
> > > > work in its proper app.
> > > > 
> > > > confused? I am.
> > > > 
> > > > Hmm, after further testing it seems that it only breaks when 
> > > > the search type
> > > > is EXPLICIT - SIMPLE searches work fine.
> > > > 
> > > > Has anyone else had any of these problems?
> > > > 
> > > > -------------------------------------------------------
> > > > Rich Wild
> > > > Senior Web Developer
> > > > 
> > > > -------------------------------------------------------
> > > > e-mango                         Tel: 01202 755 300
> > > > Gild House                      Fax: 01202 755 301
> > > > 74 Norwich Avenue West
> > > > Bournemouth                   Mailto:[EMAIL PROTECTED]
> > > > BH2 6AW, UK                      http://www.e-mango.com
> > > > -------------------------------------------------------
> > > > This message may contain information which is legally
> > > > privileged and/or confidential.  If you are not the
> > > > intended recipient, you are hereby notified that any
> > > > unauthorised disclosure, copying, distribution or use
> > > > of this information is strictly prohibited. Such
> > > > notification notwithstanding, any comments, opinions,
> > > > information or conclusions expressed in this message
> > > > are those of the originator, not of e-mango.com ltd,
> > > > unless otherwise explicitly and independently indicated
> > > > by an authorised representative of e-mango.com ltd.
> > > > -------------------------------------------------------
> > > > 
> > > > 
> > > > -- 
> > > > ** Archive: 
> > > http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > > 
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > > > For human help, e-mail: [EMAIL PROTECTED]
> > > > 
> > > > 
> > > 
> > > -- 
> > > ** Archive: 
> > http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > 
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > For human help, e-mail: [EMAIL PROTECTED]
> > > 
> > 
> > 
> > -- 
> > ** Archive: 
> http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > For human help, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to