Slow performance with web query



Hi,

I have a catalogue consisting of a single network share, comprising
about 225 thousand documents. Whenever I open the "Query the Catalog"
form in the MMC, I'm always able to query by file size and file name,
and get a pretty snappy response back. For example, if I enter:

(#filename "*.doc")

I will get:

"Query matched 555 record(s). Now showing 1 to 25."

and I will see the results almost right away.

Now, if I try to use the web interface I created, if I try the same
query, the search will take about 1 full minute to compute. I get the
same count at least (more than 300, my max records).

From doing a bit of research, I found the reason it's taking so long
to come back with the results is because I have the following flag set
to false:

CiForceUseCi=false

If I turn it to true, then yes, the performance increases, but if I
check the results I do not get the same results:

For the above query, the web query will return the following:

Documents 1 to 20 of 43 matching the query "(#filename="*.doc")".

Why only 43 documents?

How can I get it to do the same thing the MMC Query Catalog Form is
doing?

Any hints will be appreciated. thanks.
.



Relevant Pages

  • Re: webbased search through catalog
    ... If i invoke a query in MMC, it gives the results i expect, ... I did changed the catalog name etc. ... I just want a simple form, to do a query in our catalog. ... > Microsoft Application Center & Index Server Support ...
    (microsoft.public.inetserver.indexserver)
  • Re: webbased search through catalog
    ... > If i invoke a query in MMC, it gives the results i expect, ... > I did changed the catalog name etc. ... > I just want a simple form, to do a query in our catalog. ...
    (microsoft.public.inetserver.indexserver)
  • Re: Incorrect Document appearing in search results
    ... Through the Query the Catalog page ... in the MMC? ... > contain the search term anywhere in the document or the properties of the ...
    (microsoft.public.inetserver.indexserver)
  • Re: webbased search through catalog
    ... > If i invoke a query in MMC, it gives the results i expect, ... > I did changed the catalog name etc. ... > I just want a simple form, to do a query in our catalog. ... explicit. ...
    (microsoft.public.inetserver.indexserver)
  • Re: webbased search through catalog
    ... Modify q.catalog to specify your catalog name. ... ' parameters by modifying a few files and form variables. ... ' *** Modifying the Form Logo: ... ' *** Modifying the Number of Returned Query Results. ...
    (microsoft.public.inetserver.indexserver)

Loading