Index Services and Controlled Vocabulary
29 Apr 2006 09:14:13 -0700
Hi.
A group at work is trying to come up with a controlled vocabulary to
use for taging photo metadata. I thought a good start on coming up
with a list would be index our existing web site for term frequency.
Is there a way to query index server and find out the highest term
frequencies (say top 100)?
...
|
Chinese Wordbreaker
27 Apr 2006 13:09:54 -0700
I am looking for commercially available Chinese word breaker for Index
server. I am looking for a word breaker that would be able to perform
the actual Chinese words segmentation instead of considering each
Chinese character as a word like current Index Server Chinese word
breaker does.
Does anyone know whe ...
|
Index Server - Puzzled and Perplexed
26 Apr 2006 11:53:17 -0700
OK. I'm new to Index Server, but it all seems rather straightforward,
really.
Then why are my results so odd?
I've hacked my catalog WAY down for the purposes of testing, and have
deleted the old catalog and stopped / started the Indexing Service.
It's Status shows as "started", the "Total Docs" count is ...
|
Published index database
Tue, 25 Apr 2006 07:02:01 -0700
We have a static set of XML-files. It is about 3000 files per language on 14
languages. We wish to index the XML-files to implement full text search on
the text contents of the files.
XML-files and the index database will be distributed to end users on DVD,
together with a viewer application. Data and a ...
|
Reserved properties
Tue, 25 Apr 2006 09:40:05 +0200
Hi,
When indexing html-files containing meta tags like
<meta name="xxx" content="yyy" />
the indexing server automatically includes the xxx property in the property
set, and I can subsequently make a query like
......WHERE CONTAINS(xxx, '""yyy""') ....
So far so good!
If I have a meta tag like
...
|
Index Server Catalogs scanning when they should'nt.
21 Apr 2006 17:12:58 -0700
Help!
We have 3 catalogs with data on the same volume (catalogs themselves
are on another).
When files are copied to directories that are NOT in the scopes of any
of these catalogs strange thing happens - 2 out of 3 catalogs start
"scanning(NTFS)".
The 'healthy' catalog younger and smaller then the bad ones. ...
|
Best arcitecture for index server with custom properties
Thu, 20 Apr 2006 12:03:01 -0700
This is a general question about indexing service and custom properties. I'm
setting up a server that will search articles. The articles are all seperate
xhtml files. The articles may or may not have images. the images have
captions and keywords that I also want searchable.
Here are some senerios of ar ...
|
|
|
Indexing Server Catalog corruption occurs after indexing is comple
Wed, 19 Apr 2006 22:30:01 -0700
I am running Windows 2003 Server with Indexing Service. I have exclude the
Catalogdirectory and the Datadirectory form the anitviral software online and
cyclic Scanner.
I have installt the IFiler Setup form Acrobate for PDF Files.
In the Datadirectory there are 71000 Files evenly distributed in 25000
Direc ...
|
Query sumbittal for Multiple Filenames
Wed, 19 Apr 2006 09:09:02 -0700
Hi,
I've tried for hours to figure this out on my own but I can't get it.
I want to Indexing service to return me info about a list of documents...
For example...
@filename 12345.doc OR @filename 12548.doc or @filename 78963.doc
Is this possible?
...
|
Vector Space Query /w Relational Operator
18 Apr 2006 12:13:05 -0700
I am doing a Vector Space search of several custom properties on a
document. Some of these properties are of the Integer Type. So far,
in order to get a result back from an integer, i HAVE to use the '='
operator like so
@customProp1 = 12
If i use the contains operator:
@customProp1 12
it returns ...
|