Friday, 15 July 2011

c# - How does Freetext() work in Indexing Service? -



c# - How does Freetext() work in Indexing Service? -

this query utilize in asp.net(c#) test-application:

select filename,size,path,characterization,rank,create testcatalog..scope('deep traversal of "\\d\mycatalogfolder"') freetext('test') orderby rank desc

i thought works fine until checked results more deeply. recognized there lot of results don't have single occurrence of 'test'! how can prepare query results match search?

is there indexing service expert out there can help?

freetext documentation

freetext not specific string; attempts find occurrences of string or equivalent meaning. if want search specific word or phrase, utilize contains.

where contains(column, 'text')

c# asp.net indexing-service

No comments:

Post a Comment