windows-search Questions

2

Is there a way to ignore Windows search indexing for certain patterns? For example, I would like to skip the following folders: C:\Git**.git\ C:\Git**\packages\ C:\misc\git**.git\ C:\misc\git**\p...
Meditate asked 19/4, 2017 at 19:38

1

Currently I'm trying to query the Windows Search Service from a SQL Server 2008 R2 instance (also tested on SQL Server 2012) . Windows Search is being exposed as an OLE DB datasource, giving me sev...
Mendelson asked 10/3, 2014 at 16:51

1

Solved

I'm working on an application, an user can search for files or folders either on the local computer or on the network. I am using DirectoryInfo.GetDirecotories(). But I also want to add the functi...
Bindery asked 17/12, 2015 at 15:38

2

Solved

I have a requirement to search file in a given location for specified content. These files will be searched via a web-application (which may not necessarily be on the same server), and should updat...
Inweave asked 28/7, 2014 at 19:4

1

Solved

I really like the fuzzy matching search algorithm that Sublime Text 2 uses for its command palette and I was hoping to create something similar that runs through the Windows 7 Start menu search. I...
Lief asked 29/11, 2012 at 9:12

2

Solved

I am looking for a code that gets results of full text search using Windows search (it should be available in Vista, 7 and 8 by default). I have found some questions here and some texts on msdn, b...
Pyrometallurgy asked 30/6, 2013 at 10:27

2

I'm trying to add a location (scope) to my Windows 8 Search Index programmatically, and after some googling, I found this code: Set objISAdm = CreateObject("Microsoft.ISAdm") Set objCatal...
Semiology asked 15/11, 2012 at 2:1

1

Solved

I am working on a Windows Explorer Namespace Extension which is a virtual filesystem. With regards to this, I would like to support search from the search dialog available in Windows Explorer. Cur...
Mnemosyne asked 20/4, 2011 at 9:47

1

Solved

My development team are having a problem having snippets of text shown for search results in windows 7 for our own custom files (note we are NOT talking about the preview pane that uses the IPrevie...
Tswana asked 14/10, 2010 at 14:8

4

Solved

I would like to get to query Windows Vista Search service directly ( or indirectly ) from Java. I know it is possible to query using the search-ms: protocol, but I would like to consume the resul...
Chromatid asked 23/4, 2009 at 0:15
1

© 2022 - 2024 — McMap. All rights reserved.