Unable to search
12 Jan 2006 09:43:53 -0800
I added a catalog on a Windows XP Pro machine. I am adding text
documents to the physical folder but when I query the catalog via
"Query the Catalog" I do not get any results. Please help me with this
as I cannot get to search anything.
...
|
Alternate word-form queries (prefix)
Thu, 12 Jan 2006 08:02:01 -0800
Dear all, I've developed a web-based search form (ASP). The issue I'm having
is that if users search for eg "dog", they only get hits back containing
"dog", but not "dogs", "doggy"...
I found the following text on MSDN, but it doesn't give me information on
how to code this in ASP:
Alternate word-form ...
|
Searching both database content and files
Thu, 12 Jan 2006 13:26:16 +0100
Hi !
Does anybody have a good sample for ASP.Net application that search both the
content in databasetables and content in Index catalog (PDF/DOC/XLS-files).
(My files are indexed by Index server).
regards,
Fredrik
...
|
bug? when using addcatalog method of the AdminIndexServer/Microsoft.ISAdm object remotely
Tue, 10 Jan 2006 22:12:00 +0000 (UTC)
There appears to be a problem using the adminindexserver object to create a
catalogue remotely.
steps to reproduce problem
1. You need a windows 2000 server with 2 physical drives e.g. C: & E: (subst
drives are no good)
2. Run the following vb script on a workstation with 1 physical drive (C:)
This ...
|
contains predicate returning substring matches in IIS6 but not IIS
Tue, 10 Jan 2006 05:53:01 -0800
Hi. I have a problem with behaviour between 2 systems:
My asp search queries...
SELECT Rank, DocTitle, VPath FROM SCOPE( ' ( "/" ) ' ) WHERE ( (
CONTAINS(DocTitle, ' "KEY-00" ' ) )
Title of documents are:
1) MON-KEY-001
2) MON-KEY-002
3) MON-KEY-003
4) GOR-ILA-001
in IIS 6 I get docs 1, 2 and 3.
in ...
|
Indexing tracked changes
9 Jan 2006 18:34:15 -0800
Is it possible for the IFilter to "see" tracked changes in Word
documents? I would like to set things up so that a paragraph that was
just deleted but is still available as a tracked change, is still
available to be indexed.
TX
...
|
Word IFilter removes content?
9 Jan 2006 18:32:51 -0800
I've been trying to use LoadIFilter and the IFilter interface to
extract text from Word documents, and I've discovered that at least
with the default settings, double-slashes (such as you would see in
URLs) are collapsed to a single slash.
Perhaps more mysteriously, a double slash at the end of a paragraph ( ...
|
|
|
Using third-server folders for indexing
Mon, 9 Jan 2006 02:45:01 -0800
In the index server administration console I have created 3 scopes pointing
to local folders on my webserver and one folder pointing to a share on
another server like that \\server1\share1...
I can define alias names for the local ones to use SCOPEs with it. But I
cant create an alias name for the non-loc ...
|
Howto: Getting the Author of HTML Files
Fri, 6 Jan 2006 03:20:02 -0800
Hi
I am using a Webservice to ask Index Service for Files. Everything works
without two small points:
my C# code:
--------------
Cisso.CissoQueryClass cqc = new Cisso.CissoQueryClass();
Cisso.CissoUtilClass util = new Cisso.CissoUtilClass();
cqc.Catalog = CiCatalog;
cqc.CiFlags = CiFlags;
cqc.Column ...
|
Primary or secondary chache
Thu, 5 Jan 2006 22:31:01 -0800
What are the guidelines in deciding whether to add a property to primary, or
to secondary cache? Is that only a performance issue, or it would affect the
ability to search under some circumstances? ...
|