I am trying to work out how to search the # sign when trawling the database. Does anyone have a step by step guide to adding the # sign to the dt search. You...
David, I am having some difficulty converting my DTSearch.Net project into a
webservice. I get the attached error. I know that dten600.dll is
required, is...
I'm having trouble figuring out how to show the hits in an RTF file created by the file converter using Delphi. All of the examples show hits identified in an...
Jerry Von Korff
jvonkorff@...
Dec 21, 2004 5:31 pm
1626
... This usually means that dten600.dll is not in a folder that is on the system PATH. For troubleshooting steps, see: ...
Unlike the documentation on the DTSearch website, having the dten600.dll in a folder in the system's path did not work for me, but the dll had to be in the...
Is it possible to get a list of the field names that will be indexed from the files generated from indexing a set of files, rather than having to do search on...
Will Taylor
william.m.taylor@...
Jan 4, 2005 4:09 pm
1630
... The ListFields method of WordListBuilder does this. http://support.dtsearch.com/webhelp/dtengine/net/doc/dtSearch.Engine.WordListBuilder.ListFields.html ...
Hello, Our site indexes tons of text files. I am able to display the results and am able to sort it by date in descending order. The problem arises when I...
Paul Esteban
yulo2k@...
Jan 6, 2005 9:14 pm
1632
By default, when you set MaxFilesToRetrieve=100, you get the 100 most-relevant documents. If you then sort by date, you get the 100 most-relevant documents,...
dtSearch is pleased to announce Version 6.5 of the dtSearch product line • The new release includes major enhancements to the dtSearch product line's display...
dtSearch Support
tech@...
Jan 31, 2005 3:22 pm
1634
I am a translator and use DtSearch to search glossaries and document archives. I would like to go further: Is it possible to use DtSearch to search a Word file...
... The Search > Search for List of Words function in dtSearch Desktop does something like this. It lets you search for a list of words in a .doc file and...
We will suppose, I indexed a file and I make the research with the word "test" and in that healthy file found 10 occurrences of that research.  I want to...
I have a custom front-end application that uses dtSearch. The user must login to the application. The default timeout is 20 minutes. If the user leaves the...
Hi, I would like to ask, how maxWordLength could affect speed of indexing, searching and size of index. Does it indeed affect this attributes?, or is it the...
... Except in unusual situations, we recommend keeping the default value (32). Real words or names longer than 32 letters are rare. If the input data is known...
I have indexed *.mbx files and when I view it via dtsearch it does not show sender email/name in a separate field. how to you advise on doing this ? preference...
... dtSearch automatically detects the Sender, Recipient, and Subject fields in *.mbx files based on the message headers, so there is no need to set up Text...
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...
... 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...
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...
... See What file formats does dtSearch Support: http://support.dtsearch.com/faq/dts0103.htm David Maggin Technical Support Services dtSearch Corporation ...
David Maggin
davidm@...
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,...
... 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...
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@...
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...