Indexing Service is (up to Windows Vista) a Windows service that maintains an index of most of the files on a computer without compromising the performance for the user. The service improves searching performance on PCs and computer networks. It has been replaced by Windows Search in Windows 7.
Questions tagged [indexing-service]
53 questions
0
votes
0 answers
Getting words not found when querying indexing service
is there a way, when querying an indexing service catalog, to have a list of words that compose the search input but have not be found?
Example: i'm querying my catalog for 'The quick brown fox jumps over the lazy dog', but none of the documents in…

Claudio Valerio
- 2,302
- 14
- 24
0
votes
1 answer
ASP.NET Repeater doesn't always show all results
I've got an Application(ASP.NET with C#) in which I get results from an database (the index from Microsoft Indexing Service) which I afterwards show in an asp:Repeater. Often I get the desired results for example the Repeater shows 1500 of 1500…

samoncode
- 466
- 2
- 7
- 23
0
votes
1 answer
How to best deal with photos passed to IFilter?
I'm implementing an IFilter for indexing image formats. One problem is photos - many users have tons of photos, photos are huge and loading and searching for text on them is time consuming.
Yes, sometimes people use cameras instead of scanners for…

sharptooth
- 167,383
- 100
- 513
- 979
0
votes
1 answer
The characterization of pdf document of indexing service
Anyone knows searching pdf document is/is not support the attribute "characterication" of the document?"
the code is
q.columns="doctitle, filename, size, write, rank, directory, path, characterization"
the search result of characterization is…

hkguile
- 4,235
- 17
- 68
- 139
0
votes
1 answer
How does Freetext() work in Indexing Service?
This is my query I use in a ASP.NET(C#) test-application:
SELECT Filename,Size,PATH,Characterization,Rank,Create
FROM testCatalog..Scope('Deep traversal of "\\D\myCatalogFolder"')
WHERE Freetext('test')
ORDERBY Rank DESC
I thought it works fine…

samoncode
- 466
- 2
- 7
- 23
0
votes
1 answer
Building a sql query from listbox values asp.net c#
I'm struggling with this problem for quit a while.
This is what I want to do:
I want to build a query for the Windows Indexing Service that should look like this
SELECT ... FROM (TABLE Catalog1..Scope('Deep traversal of "Path1"','Deep traversal of…

samoncode
- 466
- 2
- 7
- 23
0
votes
2 answers
Accent insensitive searches in Ektron
We are running into issues when doing searches with Accent Mark using Ektron CMS. Searching on "Guantánamo" (with accent mark) is returning results but "Guantanamo" is not returning results. Any idea how to get the searches behave insensitive to…

mpusarla
- 487
- 4
- 14
-1
votes
1 answer
How to code a search page for my website
We have a search page on our website that we made using ASP Classic on Windows Server 2003. Now we have migrated over to Windows Server 2012 and we need to make a new search page as the code will not work on Windows Server 2012 Search Service.
Has…

J156
- 1
- 3