I actually found this out after my post. I also just found out that you need
doesn't default. Dropping the argument, the procedure seemed to execute
Got it working now... Thank you.
modify. Do you or anyone else no where I could get one and preferably free
"Hilary Cotter" wrote:
> this is the list for UK English, I think you want tsENU.xml as you seem to
> be in AZ.
>
> I tried your xml file and it works for me.
>
> --
> Hilary Cotter
> Looking for a SQL Server replication book?
>
http://www.nwsu.com/0974973602.html >
> Looking for a FAQ on Indexing Services/SQL FTS
>
http://www.indexserverfaq.com > "wkbia" <wkbia@discussions.microsoft.com> wrote in message
> news:D916682B-1293-4EAE-B245-93986340E098@microsoft.com...
> >
> > I tried updating the tsENG.xml file but can't seem to get a thesaurus
> search
> > to return a result other then the key word. car returns car, auto returns
> > auto. Can you recommend anthing?
> >
> > The query:
> >
> > SELECT name
> > FROM dbo.categories
> > WHERE freetext(name, 'car')
> >
> > SELECT name
> > FROM dbo.categories
> > WHERE contains(name, 'FORMSOF(THESAURUS, "car")')
> >
> > Niether query works.
> >
> > Here's the xml file.
> >
> > <XML ID="Microsoft Search Thesaurus">
> >
> > <thesaurus xmlns="x-schema:tsSchema.xml">
> > <diacritics_sensitive>0</diacritics_sensitive>
> >
> > <expansion>
> > <sub>Internet Explorer</sub>
> > <sub>IE</sub>
> > <sub>IE5</sub>
> > </expansion>
> > <replacement>
> > <pat>NT5</pat>
> > <pat>W2K</pat>
> > <sub>Windows 2000</sub>
> > </replacement>
> > <expansion>
> > <sub>run</sub>
> > <sub>jog</sub>
> > </expansion>
> > <expansion>
> > <sub>car</sub>
> > <sub>auto</sub>
> > </expansion>
> > </thesaurus>
> >
> > </XML>
> >
> > Thanks again.
> >
> > "Hilary Cotter" wrote:
> >
> > > there is no full thesaurus. Basically many people would be upset if they
> > > started getting unexpected results coming back in their searches. So MS
> > > hands you a sample and has you customize it.
> > >
> > > You can find it at C:\Program Files\Microsoft SQL
> > > Server\MSSQL.1\MSSQL\FTData
> > >
> > > --
> > > Hilary Cotter
> > > Looking for a SQL Server replication book?
> > >
http://www.nwsu.com/0974973602.html > > >
> > > Looking for a FAQ on Indexing Services/SQL FTS
> > >
http://www.indexserverfaq.com > > > "wkbia" <wkbia@discussions.microsoft.com> wrote in message
> > > news:4B4E34F3-D180-4891-ADED-F879458E8BEC@microsoft.com...
> > > > How can I get and install a full Thesaurus into SQL Server 2005 CTP?
> > > >
> > > > Thanks in advance!
> > > >
> > > > Wayne
> > > >
> > >
> > >
> > >
>
>