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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1227 - 1256 of 1855   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1227
Hi Everyone I'm having trouble indexing files, other than plain text or HTML format, stored in our database as BLOBs. The 'IndexJob.StatusCurrentFileType'...
rainstorm_indutech <m...
rainstorm_in...
Offline Send Email
Mar 4, 2003
2:45 pm
1228
DocText must be plain text, and cannot include binary data such as the contents of a BLOB field. If you have a BLOB field containing something like a Word...
David Thede
davidthede
Offline Send Email
Mar 4, 2003
6:00 pm
1229
In the newest beta: "Added dtsoFfXmlHideFieldNames field flag to suppress indexing of field names in XML files." This won't break "contains" will it? We'll...
Tac
tacman1123
Offline Send Email
Mar 4, 2003
10:15 pm
1230
... Yes, you will still be able to search for: author contains Smith However, a search for just "author" will return no hits. David Thede dtSearch Corp....
David Thede
davidthede
Offline Send Email
Mar 4, 2003
10:56 pm
1231
We're looking a searching through a huge number of documents, and inspired by Google, we're thinking about having lots of servers running in parallel (lots as...
Tac
tacman1123
Offline Send Email
Mar 4, 2003
11:51 pm
1232
Following up on this, another idea we were brainstorming was to get a multi-processor motherboard with more RAM, and run dtSearch as separate processes. ...
Tac
tacman1123
Offline Send Email
Mar 5, 2003
3:40 am
1233
Tac, I briefly considered using the new Apple servers with Mac OS X (i.e., Unix), since Apple allows unlimited users (unlike Microsoft). But I doubt it will...
Cleaver, Ron
rcleaver2000
Offline Send Email
Mar 5, 2003
2:36 pm
1234
I am using "SelectItemsBySearch" method to search within an existing search result. I want to highlight only the last word/phrase the user entered. Can I do...
kushm
Offline Send Email
Mar 5, 2003
5:35 pm
1235
... (1) Make a SearchFilter (2) Use SelectItemsBySearch to search for "snow" (3) Make a SearchJob (4) Attach the SearchFilter (5) Search for "Washington D.C." ...
David Thede
davidthede
Offline Send Email
Mar 5, 2003
5:53 pm
1236
Can I make two searches on the same Index? 1. A search with Phrases (“.”) and (“,”) and 2. a single Word search For example a German period: (“Die...
Mark Rüter
rueter_m
Offline Send Email
Mar 6, 2003
1:20 pm
1237
... Mr. Rüter, To search based on periods in a word, the period character must be made searchable. Please see this article on our web site for more...
David Maggin
davidm@...
Send Email
Mar 6, 2003
6:42 pm
1238
I was using DTSEarch Desktop 6.04 with everything working great. Then I installed HP FAX software that came with my multifunction printer and immediately lost...
edmundaleks
Offline Send Email
Mar 6, 2003
7:59 pm
1239
Just to add something. It seems the missing file "dten600.dll" is there in the DTSearch "Bin" folder. But for some reason, it's not recognized. I'm not an...
edmundaleks
Offline Send Email
Mar 6, 2003
8:06 pm
1240
... Just a note to indicate how this was resolved... Somehow the HP software installer (for an OfficeJet multifunction device) had modified the Start menu...
David Thede
davidthede
Offline Send Email
Mar 6, 2003
10:08 pm
1241
... It would be better to keep the indexes local. dtSearch does not need a lot of disk access to execute a search, but with a lot of search traffic or ...
David Thede
davidthede
Offline Send Email
Mar 7, 2003
7:09 pm
1242
XP users being challenged for UserID/Password/domain, but when info is provided, authenication not accepted. NT users and Administrators have no such problem....
Dadakis, Tom
tomdadak
Offline Send Email
Mar 7, 2003
7:39 pm
1243
... Tom, A password prompt means that dtWeb tried to access the document or index using the rights of the user currently accessing the site, and access was ...
David Maggin
davidm@...
Send Email
Mar 7, 2003
8:21 pm
1244
I have had a similar problem - for us, if the user clicks cancel, everything works fine... What server are you running on by chance? NOTE: XP is the new NT ...
Southerland, Adam
adam.southerland@...
Send Email
Mar 7, 2003
8:21 pm
1245
the server was w2k. the client was XP w/ IE6.0 browser. I just restarted the web server in dtSearch and that cleared it. ... From: Southerland, Adam...
Dadakis, Tom
tomdadak
Offline Send Email
Mar 7, 2003
9:51 pm
1246
I have successfully implemented the Web search engine in my company's Intranet. I created a search criteria input page. When the user clicks the "Search"...
frankfrankccom
Offline Send Email
Mar 10, 2003
7:05 pm
1247
... Those variables are indeed the key to making this work. The following ... This will enable dtisapi6.dll to find the formatting options, which will be in: ...
David Thede
davidthede
Offline Send Email
Mar 10, 2003
11:04 pm
1248
Can dtsearch do a search like this?: Search between 2 different dates ie: from sept 11 to sept 20 and on topic "toxic waste" Thanks, Curtis...
curtisjross
Offline Send Email
Mar 12, 2003
11:08 pm
1249
... results ... the "request" ... correct ... to ... to ... out ... hidden ... following ... YES! This worked - Thank you! Now, this leads me to another...
frankfrankccom
Offline Send Email
Mar 13, 2003
3:02 pm
1250
... You can customize the appearance of search results by editing the dtsearch_options.html file, but adding top, bottom, and left navigation bars this way...
David Thede
davidthede
Offline Send Email
Mar 13, 2003
5:58 pm
1251
I have a java program that calls dtsearch to create indices, and I am getting the following error: JVM Command : D:\jdk1.3.1\bin\java -classpath ...
won_k_s
Offline Send Email
Mar 20, 2003
12:15 am
1252
I have a java program that calls dtsearch to create indices, and I am getting the following error. JVM Command : D:\jdk1.3.1\bin\java -classpath ...
won_k_s
Offline Send Email
Mar 20, 2003
12:41 am
1253
You may need to reboot after changing the PATH. Also, make sure that you are changing the PATH for the system, not for the user you are logged in as, because...
David Thede
davidthede
Offline Send Email
Mar 20, 2003
2:41 pm
1254
Thanks for the help David, We did change the PATH for the system not a user account. It is NT system, I didn't think a reboot was needed for the PATH update. ...
won_k_s
Offline Send Email
Mar 20, 2003
4:35 pm
1255
Is there a PHP wrapper for dtSearch? Steve Stephen R. Simons Software Development The Academy of the New Church STAIRS Project 2895 College Drive P.O. Box 717 ...
Stephen Simons
macman810
Offline Send Email
Mar 20, 2003
7:43 pm
1256
You can instantiate the COM object in PHP, it's very similar to the VB examples. You can also use perl in the same manner. Tac ... From: "Stephen Simons"...
Tac
tacman1123
Offline Send Email
Mar 20, 2003
8:11 pm
Messages 1227 - 1256 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