How can I use Windows Indexing service in Windows server 2012? I had used window indexing in windows server 2003 and windows server 2008. I am unable to find window indexing in window server 2012.
On the server, go to Control Panel > Indexing Options then click Modify to add the folder or even an entire drive to the index. Now you will be able to add the network share to the library without the error message appearing.
Click Start, Run, type services. msc then press enter or click OK. Scroll to the "Indexing Service" in the right-hand pane and double-click it.
On Win2008 and 2012, what you want is "Windows Search Service" (note, "Service" -- that is the key word). This is the current version of index server.
Note that when querying windows index server via ADO driver, there are some small differences in the response structure from Win2003 to Win2008+. It is easy, however, to port ADO / SELECT queries from old index server to new Search Server.
NOTE that there is another Microsoft product, called "Search Server" that is a different animal. You prob do not need that one (it is a discrete download). Search Service is part of the Windows server core, and is what you want as the new / current version of what used to be called "index server." (See below)
On Win7/8 desktop OS, this is installed be default (I believe). On server, you have to enable the feature.
Installing this lets you set up what to index, and gives you the ADO driver. We ported an app from Win2003 Index Server to Win2012 Search Service via this path. Very small code changes were needed to the SELECT and the connection string.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With