microsoft-search-server

Microsoft Search Service: Is there an OLE DB provider? (alternate: Index Server on Win2012?)

谁说我不能喝 提交于 2019-12-31 05:07:14
问题 (From my research, Index Server no longer exists on Win2012 -- If this is mistaken, tell me how to set it up!) Moving a nice .asp application from Win2003 server to Win2012. This app makes heavy use of Index Server via the OLE DB driver for index server. Example of how we use it: StrSQL="SELECT size, doctitle, vpath, filename, size, write, " & _ "characterization, path, rank FROM SCOPE() " & _ "WHERE CONTAINS('"searching words"') " & _ "AND vPath LIKE '%Knowledgestore%'" " & _ "AND (filename

Is it possible to use Microsoft 2013 sharepoint search server as my search engine for my site

时光毁灭记忆、已成空白 提交于 2019-12-13 17:13:08
问题 My site is not written for sharepoint. It runs on IIS(aspmvc) interacts over http request/response and fetches db data. Does it make sense to install and use Microsoft 2013 sharepoint search for the db indexing and free text querying (ms sql) ? (I know I can use MS Full Text Search but the features and performance are too poor) (I know I can use Solr/Lucene. It is a great solution indeed. I just wonder if I can do it in MS technologies) Can I install it not as a part of Sharepoint? as a

Microsoft Search Service: Is there an OLE DB provider? (alternate: Index Server on Win2012?)

不打扰是莪最后的温柔 提交于 2019-12-02 08:22:30
(From my research, Index Server no longer exists on Win2012 -- If this is mistaken, tell me how to set it up!) Moving a nice .asp application from Win2003 server to Win2012. This app makes heavy use of Index Server via the OLE DB driver for index server. Example of how we use it: StrSQL="SELECT size, doctitle, vpath, filename, size, write, " & _ "characterization, path, rank FROM SCOPE() " & _ "WHERE CONTAINS('"searching words"') " & _ "AND vPath LIKE '%Knowledgestore%'" " & _ "AND (filename like '%TXT')" & _ "ORDER BY rank DESC" Set ixQuery = Server.CreateObject("ADODB.Connection") Set