Some questions about Indexing service
I am recently working on the indexing server on Windows XP and Windows Server 2005. Here I have some questions:1. When doing the catalog query, found some files in the result file list do not contain the content string, any thing I did wrong when creating the catalog and add the directories into the catalog?2. If I want to search the files which contents have the string "manufacture", using the following query ( LIKE, MATCHES ) does not work:Select * from Scope() where Contents LIKE 'manufacture%'Select * from Scope() where Contents LIKE '%anufactu%'Select * from Scope() where MATCHES (Contents, 'manufacture') Select * from Scope() where MATCHES (Contents, '|(manu|)|{1,|}) what's the right way to do this content searching, for example, searhing "manufacture", "manu", "nufac",..etc, all will get the file contain "manufacture".Thanks!Patrick 1 person needs an answerI do too
February 24th, 2011 4:21pm

Hi Patrick, Your Windows question is more complex than what is typically answered in the Microsoft Answers forums. It is better suited for the audience on TechNet. Please post your question in the below forum. Link:http://social.technet.microsoft.com/Forums/en/category/windowsserver Regards:Samhrutha G S - Microsoft Support.Visit our Microsoft Answers Feedback Forum and let us know what you think.
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2011 9:08am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics