Hi, I am using dtsearch engine for my website. The hit highlighting of search word in html and pdf document works. But the hit highlighting of search word in...
Hello, Why not to use disk/partition image in more popular formats (*.iso, *.img, *.nrg, *.ccd, ...) and with help of virtual-CD-ROM software mount it as a new...
Hello, I'm using dtSearch in .Net, and found out that if index path has spaces in it (like "c:\program files\dtSearch developer"), search engine doesn't find...
... If you are using SearchJob.IndexesToSearch, add quotation marks -- chr(34) -- around the path. IndexesToSearch is a space-delimited list of index paths,...
To search for an exact phrase, just quote it, like this: sj.Request = chr(34) + "George W. Bush" + chr(34) chr(34) = the quotation mark in ASP/VB. David Thede ...
I'm working on integrating dtSearch in .Net environment. I've got the following problem - the same search executed against the same index takes much longer...
(1) If you search repeatedly, are subsequent searches faster? Sometimes ASP applications can take a long time to start the first time. In some cases this...
I am running 6.2 Desktop version. I would like to get a file listing of all files within the hard drive. Is there a way to do this with DT Search? What method...
Hi all, hope someone can help shed some light on this problem I'm having with DTSearch and PDF files. The PDF files are named, for e.g. "MLR-1983-1_pure.pdf"....
... Click Options->Preferences and tick the option Display the PDF Title as the filename for PDF files in Search Results (under Search Options). When...
David Maggin
davidm@...
Oct 14, 2003 3:18 pm
1425
I'm using the wizard to create a searchable collection and it works fine on the PC and receive the results back. However, when I use the same code on the Mac...
I would like to add a <br> to the ... elipsis for the results of the synopsis event. However, if I do, it is converted to %ltbr%gt. Is there any way to escape...
Using dtSearch Web 6.2. Is there any way to _easily_ change the link to open a document based on the index it was found in. For example: A few of our documents...
... The ContextHeader in the %%Synopsis%% in dtSearch Web is limited to text. This is because the whole synopsis has to be converted to unformatted text to...
... From our Head Developer: An HTML form should work in the same way on Mac or PC. However, I noticed that the form's Action tag has Windows-type slashes...
David Maggin
davidm@...
Oct 16, 2003 10:07 pm
1431
... Passing everything through an ASP page would let you implement the redirection. The URL will identify the index (URL-encoded). Another option would be to...
I have dtSearch installed on a test web server. In an attempt to control the output based on the source library, I have modified the included asp sample....
... What I was looking for was the dtsSearchTypeAllWords = &H20000 bit of knowledge. When I tried sj.SearchFlags = dtsSearchTypeAllWords, searchFlags was set...
Hi, I am using dtSearch Web 6.21 and ASP for programming. The end client I am working for, wants the top ten words used for search to be displayed on the page...
Don't know if it is possible. I would like to try indexing a site that is set up as follows: http://www.site.gov/index.html which is a list of links to...
I know that dtSearch does not work with Lotus Notes; however, I want to see if there is a way to transfer a Lotus Notes email into a different format so that...
The solution I use is Uniaccess from Comaxis.com It will convert NTF files to PST which can then be indexed by dtSearch, either directly or after further...
I have been confronted with the same problem: 1. Using LotusScript to export all e-mails in ASCII file format. Is saved all attachments to a seperate folder...