search-server-2010

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

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