Re: newbie: containstable query structure



Only product_name, if you specify * for the columns to search it will search
all full-text indexed columns.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

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



"geek-y-guy" <noone@xxxxxxxxxxx> wrote in message
news:%23o7kKq5yGHA.4648@xxxxxxxxxxxxxxxxxxxxxxx
Hi: Quick question...I have a FT catalog populated with a table of
products. The catalog contains the product_id, product_name, and
product_description fields.

When I write a query, like:

select p.*, k.rank from products p inner join

containstable(products,product_name,'isabout (firestone weight(.9),tire
weight (.1))') as k

on p.p_id = k.[key]

order by k.rank desc


does the search only occur on the "product_name" field, or does it search
all 3 fields in the catalog?



.



Relevant Pages

  • Re: iterate/loop indexing services files
    ... where my catalog name is webCat ... Director of Text Mining and Database Strategy ... RelevantNOISE.Com - Dedicated to mining blogs for business intelligence. ... Is there a way to make the returning recordset contain all records? ...
    (microsoft.public.inetserver.indexserver)
  • Re: IIS Server 6.0 Catalog Maintenance
    ... Director of Text Mining and Database Strategy ... RelevantNOISE.Com - Dedicated to mining blogs for business intelligence. ... Every few weeks I have been deleting the catalog and doing a rescan. ...
    (microsoft.public.inetserver.indexserver)
  • Re: there is the way to set automatic incremental analysis?
    ... I do not use sql server ... I just build a catalog and query it via web witha .idq and .htx files ... >>> Director of Text Mining and Database Strategy ...
    (microsoft.public.inetserver.indexserver)
  • Re: Adding a column question
    ... Hilary Cotter ... Director of Text Mining and Database Strategy ... RelevantNOISE.Com - Dedicated to mining blogs for business intelligence. ... I tried testing the new catalog, but the new column doesnt seem to be ...
    (microsoft.public.sqlserver.fulltext)
  • Re: non-updateable merge subscription
    ... Director of Text Mining and Database Strategy ... RelevantNOISE.Com - Dedicated to mining blogs for business intelligence. ... Looking for a SQL Server replication book? ... row from the publisher and send it to the subscriber. ...
    (microsoft.public.sqlserver.replication)

Loading