need help on Indexing service - urgent

From: AVL (AVL_at_discussions.microsoft.com)
Date: 08/14/04


Date: Sat, 14 Aug 2004 04:53:02 -0700

Hi

I'm working on indexing a website. I want to restict the search to only few
file types like .doc,.txt and.ppt
How to specify the file types in the 'ixsso.Query' object

Presently i'n using the following syntax:

dim ixQuery ' Index Server query object.
set ixQuery = Server.CreateObject("ixsso.Query")

ixQuery.Columns = "doctitle, vpath, size, characterization, rank"
strQuery = " (#filename *.doc) AND " &_
 "(NOT #vpath *\_vti*) AND (NOT #vpath *\cgi-bin*) AND " &_
 " (NOT #vpath *\IISOrigBackup*) AND (NOT #vpath *\scripts*) AND " &_ "(NOT
#vpath *\_private*) AND " &_ "(" & target & ")"
 ixQuery.SortBy = "rank[d], doctitle"
 ixQuery.Query = strQuery

Can any help me out? It's urgent

Regards
AVL



Relevant Pages

  • need help on indexing service-urgent
    ... How to specify the file types in the 'ixsso.Query' object ... dim ixQuery ' Index Server query object. ... ixQuery.Columns = "doctitle, vpath, size, characterization, rank" ...
    (microsoft.public.dotnet.languages.vb)
  • Re: need help on indexing service-urgent
    ... > How to specify the file types in the 'ixsso.Query' object ... > dim ixQuery ' Index Server query object. ... That seems to be VBScript code. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How specify location for automatically recovered documents in Word 2004?
    ... I couldn't find an autorecover documents specify-locations ... In the File Types box, click Documents and then click Modify. ... Locate and click the folder you want to choose as the default. ... > Specify a location for automatically recovered documents ...
    (microsoft.public.mac.office.word)
  • Re: Problems Saving!!
    ... tried the link you provided but it doesn't specify anything but music ... file conversions, didn't see any file types associated with movies on the ...
    (microsoft.public.windowsxp.video)
  • Re: virus security
    ... | one know 1) what file types OE considers to be viruses and 2) is there a way to specify ... Do not allow attachments to be saved... ... editable to specify specific filtering settings. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)

Loading