2

Is there a way to index file shares on a windows file server so that they can be quickly searched by end users, that isn't part of sharepoint?

Brett G
  • 2,023
  • 1
  • 27
  • 45

2 Answers2

0

you can use Windows Search (or the built in Vista/Win7 search to index shares. The downside is that each client maintains their own index. This seem like a less than optimum solution. Alternative might be to use a web-based indexer like SharePoint, Google, etc. to do it. Microsoft has a high-end indexing solution too. There are open source indexers as well like Apache's lucene

uSlackr
  • 6,337
  • 21
  • 36
0

Use the Search Service, built in to windows server. (Formerly called: Index Server)

Details to set up: https://stackoverflow.com/a/24567543/147637