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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1642 - 1671 of 1855   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1642
thnx for the help, will try it soon.. cheers ... on ... in ... fields in ... set up ... the index...
albert_skteo
Offline Send Email
Mar 3, 2005
3:22 pm
1643
I am building an application relying solely on dtSeach Engine and Xml. I need my indexes to stay current up the minute. It is giving me a bit of an headache. I...
David Rousseau
pikachurousseau
Offline Send Email
Mar 8, 2005
4:13 pm
1644
... Usually frequent short updates are bad because they are slower and lead to a fragmented index. However, this collection is so small that it should not...
David Thede
davidthede
Offline Send Email
Mar 8, 2005
6:30 pm
1645
I cannot speak to updating every minute, but I do update every hour with thousands of updates per hour, and much larger documents than you are talking about. I...
Koehler, Michael W
mwkoehler
Offline Send Email
Mar 8, 2005
10:12 pm
1646
How I can get list of all file types indexable to dtSearch engine? Thank you....
mlevin2005
Offline Send Email
Mar 18, 2005
11:04 pm
1647
... See What file formats does dtSearch Support: http://support.dtsearch.com/faq/dts0103.htm David Maggin Technical Support Services dtSearch Corporation ...
David Maggin
davidm@...
Send Email
Mar 19, 2005
1:10 am
1648
When I try to schedule regular updates, DT asks at the end for a password. I can't figure out why I would want to password protect this process. But worse,...
mdpollak
Offline Send Email
Mar 28, 2005
8:44 pm
1649
... dtSearch uses Windows Task Scheduler to schedule index updates. When Windows Task Scheduler runs, it has to log in as a user to be able to access system...
David Thede
davidthede
Offline Send Email
Mar 28, 2005
8:55 pm
1650
I know that the occurrence of a word in a file is stored in an index. I would like to know if its relative position in the file is also stored in the index. ...
Sebastien BACHET
sebastien.bachet@...
Send Email
Mar 28, 2005
8:57 pm
1651
... Only the word offset of each word is stored in the index. Using the developer API (if you have the dtSearch Text Retrieval Engine), you can obtain these...
David Thede
davidthede
Offline Send Email
Mar 30, 2005
10:35 pm
1652
The application we're using dtSearch for, has redundant servers, and we will need to distribute the newly created indexes every night (or week, or month) from...
hchiosso
Offline Send Email
Apr 18, 2005
10:13 pm
1653
I'm running dtSearch Web Version 6.33 (build 6430). We are running two production web servers with identical hardware, identical software and almost completely...
mimj2004
Offline Send Email
Apr 20, 2005
6:17 pm
1654
... mimj2004, 1) The registry entry will only affect the dtSearch Indexer (dtindexerw.exe). So if a different program (e.g., a custom application) is being...
David Maggin
davidm@...
Send Email
Apr 20, 2005
9:10 pm
1655
Hi, We have a client who is looking for the ability to return hit results (from a database of PDF docs) that include the context in which the hit is found (ie....
amish_mehtaca
Offline Send Email
Apr 22, 2005
12:24 am
1656
I'm trying to use dtSearch for a website published on a CD. Most documents to be searched are PDFs which are to be searched on various fields such as "Title" ,...
bharti_sahgal
Offline Send Email
Apr 22, 2005
2:32 am
1657
... To do this in dtSearch Desktop, click Search > Generate Report. For more information, see: http://support.dtsearch.com/webhelp/dtsearch/search_reports.htm...
David Thede
davidthede
Offline Send Email
Apr 22, 2005
3:05 am
1658
... Option 1. Use the form variables that dtSearch Publish uses on search forms to set up a search for document names beginning with "A". For information on...
David Thede
davidthede
Offline Send Email
Apr 22, 2005
3:06 am
1659
I'm coding a c# front end for dtSearch 6.5, and I'd like to set the version 7 index flag, dtsIndexCreateVersion7, when creating an index. Is that possible?...
epfromer
Offline Send Email
May 4, 2005
11:01 pm
1660
... In IndexJob, set IndexJob.IndexingFlags = IndexingFlags.dtsIndexCreateVersion7 For more information on setting indexing flags in the .NET API, see: ...
David Thede
davidthede
Offline Send Email
May 5, 2005
1:50 pm
1661
I'm looking for a way to restrict indexing on a web page to only certain links. The specific situation I'm facing is NOT following links in a page header or...
tdettmann
Offline Send Email
May 9, 2005
1:55 pm
1662
... Terry, To tell dtSearch not to index parts of an HTML or XML file, add comments around the text to be excluded, like this: <!--BeginNoIndex--> ... nothing...
David Maggin
davidm@...
Send Email
May 9, 2005
4:06 pm
1663
Hello, what happens if I add a new stored field when indexing a document, but the former dtSearch index had not the new field: will the new index with the...
Danny Busch
dtsearch@...
Send Email
May 13, 2005
4:25 pm
1664
... Danny, Fields relating to a document are stored when the document is indexed, so you will need to rebuild any indexes containing the field data for this ...
David Maggin
davidm@...
Send Email
May 13, 2005
5:25 pm
1665
In dtSearch Desktop 6.40(Build 6482) we have two items listed dtSearch Indexer (dtindexer.exe) dtSearch Indexer (Unicode) (dtindexerw.exe) Is there such a...
ks8208
Offline Send Email
May 19, 2005
5:20 pm
1666
Hello, any body can say me if dtSearch engine work with the dbExpress component of Delphi 7 for access to a dataBase ?...
chhbalet
Offline Send Email
May 20, 2005
5:11 pm
1667
dtSearch® Version 7, with New Terabyte Indexer dtSearch is very pleased to announce Version 7 of the dtSearch® product line. New Terabyte Indexer. Version 7...
dtSearch Support
tech@...
Send Email
May 24, 2005
12:52 pm
1668
Using Windows Scripting host and JScript I have a utility to update my indexes using a batch file. We have been using the utility internally; but now we are...
preinsko
Offline Send Email
Jun 4, 2005
7:43 pm
1669
... Just use Code(n) or Message(n). Here is some sample vbscript code to get all error messages from a job: for i = 0 to job.Errors.Count-1 StdOut.WriteLine...
David Thede
davidthede
Offline Send Email
Jun 4, 2005
9:08 pm
1670
Announcing Version 7.01 of the dtSearch Product Line The release includes updates across the product line, and is recommended for all users with dtSearch 7.0....
dtSearch Support
tech@...
Send Email
Jun 19, 2005
7:09 pm
1671
Is there a way to tell dtSearch engine not to search text inside of HTML title and meta-tags. There is an enumeration dtengine.Options, that has a number of...
Rohit Dehar
rohit_dehar
Offline Send Email
Jun 30, 2005
3:13 pm
Messages 1642 - 1671 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