> > b) Check out MSSQL 7's capabilities and weep. > > BTW, have you studied MSSQL enough to tell me if it has a > separate/standalone > (as a process) fti engine or just another index type. It is standalone - separate process, data is stored in separate files (not in db). In SQL Server 7.0, you also have to manually update the index. Just updating the values in the table does *NOT* update the index. (Can be scheduled, of course, but not live) In SQL Server 2000 the index can be auto-updated when rows change, but it's not default. //Magnus
- Re: [HACKERS] Full text Indexing -out of contrib an... Bruce Momjian
- Re: [HACKERS] Full text Indexing -out of contri... The Hermit Hacker
- Re: [HACKERS] Full text Indexing -out of co... Mitch Vincent
- Re: [HACKERS] Full text Indexing -out o... Bruce Momjian
- Re: [HACKERS] Full text Indexing -out of co... Don Baccus
- Re: [HACKERS] Full text Indexing -out of co... john huttley
- Re: [HACKERS] Full text Indexing -out of contrib and int... Lamar Owen
- Re: [HACKERS] Full text Indexing -out of contrib an... Thomas Lockhart
- Re: [HACKERS] Full text Indexing -out of contri... john huttley
- Re: [HACKERS] Full text Indexing -out of co... Hannu Krosing
- RE: [HACKERS] Full text Indexing -out of contrib and int... Magnus Hagander