problems in indexserver
Dear Mr.
Hi
Iâm doing some important work for finding Files containing text by using Index Server. Iâve explore your code and tried it. Iâm feeling some of following problems which needs your consideration. Hoping your will help and guide me. Thanks
1. why this code is not finding files containing text from .ppt (MS Power Point). Although it is part of MS Office.
2. how this code finding files from .pdf. Although according to Index server help. Its finding from only text files and also MS Office files. For .pdf and others use iFilter ( a third party software). Whatâs the reason for finding .pdf from your code without using .IFilter.
3. Its feature Characterization display some initial row or data from files either or not our prescribed text uses in it. I want to display some row only in with containing text should be.
4. Some words skip from these searches although those exist in it, why?
what is the difference between connectivity by provider=msidxs
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "provider=msidxs; Data Source=" & strCatalog
objConn.Open
'-- create a recordset to hold the data
Set objRS = Server.CreateObject("ADODB.RecordSet")
objRS.CursorLocation = 3 'adUseClient
objRS.Open strSearch, objConn, 0, 1 'adOpenForwardOnly, adLockReadOnly
abd Set objQuery = Server.CreateObject("ixsso.Query")
' Set it's properties
With objQuery
.Catalog = "IS-Sample" ' Catalog to query
.Query = strQuery ' Query text
.MaxRecords = 10 ' Max # of records to return
Please reply me soon in this reagards with a lot of thanks
Regards
Ahmad Salman
|