RE: RE: Verity & SQL

2001-06-14 Thread Steve Vosloo
a > master-servant relationship (I know the word is not servant - just can't > remember) > > -J > > > > Reply Separator > Subject:RE: Verity & SQL > Author: [EMAIL PROTECTED] > Date: 6/13/01 6:03 PM > > Hi Jaso

Re: Verity & SQL

2001-06-13 Thread Paul Smith
Assuming we're talking about searching a database here, what I did (before I went to SQL Server Full Text) was to perform the Verity search to find a list of IDs whose records matched the Verity Search query, and then perform a standard SQL search, a la: to match the SQL requirements. It wa

RE: Verity & SQL

2001-06-13 Thread Paul Smith
This is one of the reasons I went to SQL Server 7 full text search. It's easy and faster to combine full text search with standard SQL. best, paul At 11:19 AM 6/13/01 -0400, you wrote: > > Is there any way to combine the results of a CFSEARCH and a > > standard SQL search into the same CFOUTPUT

RE: Verity & SQL

2001-06-13 Thread Steve Vosloo
Hi Jason, Thanks for the help. This is a great solution - which I've already tried (also from pg 733 :-) ... but to no avail. Basically, I've inherited a database from an existing site and when I index the data everything works fine. Then when I add new records and re-index, they are not include

Re: Verity & SQL

2001-06-13 Thread Michael Lugassy
Even if there would, It'll be inefficient because in order to use CFSEARCH you will need to rebuild the Verity Index to match the last SQL query, but if you don't plan to change the original SQL content (i.e - the first query result set) - you absolutly can do it. just create a new collection and

RE: Verity & SQL

2001-06-13 Thread Dave Watts
> Is there any way to combine the results of a CFSEARCH and a > standard SQL search into the same CFOUTPUT ... basically merge > two queries? You can do that very easily with the query-a-query functionality in CF 5. In CF 4.x, you can do this by building a query object using the CF query functi

Re: Verity, SQL Server FullText Search -- Clustering?

2000-05-20 Thread cftalk
The verity Search97 Information Server is still a good product. (I think they have version 3.7 out) Although very poorely supported by it's own frontend. The search capabilities and the vast amount of parameters you can change makes it a good product for me. The Verity-integration with ColdFusion