Search the web
Sign In
New User? Sign Up
dtsearch · dtSearch Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1411 - 1440 of 1855   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1411
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...
netfolder1
Offline Send Email
Oct 1, 2003
2:24 pm
1412
Is your document rtf or doc format? Seems like I had trouble with rtf documents. Had to save as .doc to get best functionality. ... ...
Buddy Goertz
zeb129
Offline Send Email
Oct 1, 2003
3:31 pm
1413
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...
rgo2@...
Gontarek
Offline Send Email
Oct 6, 2003
4:18 pm
1414
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...
dlazdan
Offline Send Email
Oct 6, 2003
8:53 pm
1415
... If you are using SearchJob.IndexesToSearch, add quotation marks -- chr(34) -- around the path. IndexesToSearch is a space-delimited list of index paths,...
David Thede
davidthede
Offline Send Email
Oct 6, 2003
9:10 pm
1416
David, I've seen this example for ASP you gave in one of last year's postings. Dim sf As dtengine.SearchFlag sj.SearchFlags = sj.SearchFlags +...
dlazdan
Offline Send Email
Oct 7, 2003
6:05 pm
1417
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 ...
David Thede
davidthede
Offline Send Email
Oct 7, 2003
8:18 pm
1418
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...
dlazdan
Offline Send Email
Oct 8, 2003
1:41 pm
1419
(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...
David Thede
davidthede
Offline Send Email
Oct 8, 2003
2:11 pm
1420
I have several indexes on a search page and want to list them in an order that is not alphabetical. How do I do this?...
kimsmailus
Offline Send Email
Oct 8, 2003
8:40 pm
1421
... Edit the search form in an HTML editor and just move the indexes around inside the <SELECT> tags. David Thede dtSearch Corp....
David Thede
davidthede
Offline Send Email
Oct 8, 2003
9:21 pm
1422
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...
Jay_Rana
Offline Send Email
Oct 10, 2003
7:15 pm
1423
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"....
vleett
Offline Send Email
Oct 14, 2003
2:36 pm
1424
... 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@...
Send Email
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...
davidl_anderson
Offline Send Email
Oct 15, 2003
10:27 pm
1426
Is it possible to search subscript words (words with subscript letters in them)? ie: "abcdef" where c might be a subscript letter. Thanks, Mike...
mikegrice
Offline Send Email
Oct 16, 2003
2:07 am
1427
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...
w2lv
Offline Send Email
Oct 16, 2003
8:48 pm
1428
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...
w2lv
Offline Send Email
Oct 16, 2003
8:48 pm
1429
... 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...
David Thede
davidthede
Offline Send Email
Oct 16, 2003
10:07 pm
1430
... 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@...
Send Email
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...
David Thede
davidthede
Offline Send Email
Oct 16, 2003
10:07 pm
1432
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....
w2lv
Offline Send Email
Oct 20, 2003
5:14 pm
1433
... sj.SearchFlags is an integer, so it has to be: sj.SearchFlags = dtsSearchTypeAllWords or sj.SearchFlags = &H20000...
David Thede
davidthede
Offline Send Email
Oct 20, 2003
5:30 pm
1434
... What I was looking for was the dtsSearchTypeAllWords = &H20000 bit of knowledge. When I tried sj.SearchFlags = dtsSearchTypeAllWords, searchFlags was set...
w2lv
Offline Send Email
Oct 20, 2003
5:54 pm
1435
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...
free way
netfolder1
Offline Send Email
Oct 22, 2003
2:05 pm
1436
Hi, Is there a way to just index certain xml tags with dtsearch or does it only do the an entire file? ~Steven...
herbburb
Offline Send Email
Oct 24, 2003
3:47 pm
1437
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...
w2lv
Offline Send Email
Oct 30, 2003
9:04 pm
1438
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...
setwil5000
Offline Send Email
Nov 1, 2003
3:15 pm
1439
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...
Ian Henderson
irhirh
Offline Send Email
Nov 2, 2003
3:20 pm
1440
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...
Filip Maertens
fmt@...
Send Email
Nov 2, 2003
3:20 pm
Messages 1411 - 1440 of 1855   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help