We're new to DTSearch, and so far it has done all we have asked. Can we ask for more? Might it be possible to go to a web site every day and collect data...
Does anyone know how to search specifically for a word that has a letter in uppercase. For example, I want all instances of the word "Tax", but not "tax". ...
In build 6.40, case-sensitivity is specified when creating an index. As far as I know, this cannot be done after an index is created. - Click the "Advanced..."...
When you index, you set the index to be case-sensitive in the options....
Robert H Ruff
rruff@...
Apr 24, 2006 6:25 pm
1718
Thanks to everyone who replied on this. Of course, one good question leads to another. Does that mean that it would be one or the other so that if you wanted...
One idea is to create two indexes, one case sensitive and one not. Then provide an option for the user to make the search case sensitive, and program it to use...
Simpson, Richard
richard.simpson@...
Apr 25, 2006 1:43 pm
1720
Very smart idea! Thanks. ... From: dtsearch@yahoogroups.com [mailto:dtsearch@yahoogroups.com] On Behalf Of Simpson, Richard Sent: Tuesday, April 25, 2006 8:14...
I hope this message gets posted. I currently have the desktop version of DtSearch and index on my hard drive. I want to share it with a group of 30 or more...
Hi, I would like to know whether there is any way by which we can get the name of the documents Indexed from an Index file list (indexed using DtSearch .net...
We would like to take the search form (search box) that is normally in the dtsearch_form.html and place it inside one of our own frames pages. The results can...
dtSearch is pleased to announce Version 7.23 of the dtSearch product line. • The release includes a new ASP.NET 2.0 sample application in VB.NET and C# and...
dtSearch Support
tech@...
May 21, 2006 4:49 pm
1725
So I'm writing a .Net app and want to use the thesaurus functionality of dtSearch. Meaning, I want to pass in a word, and get back a list of words that are...
Can dtSearch be programmed to work with Framemaker (similar to using VBA or C# in MS Word)? It appears that Framemaker only supports C with their APIs. If so,...
Using the dtSearchNetApi, I want to be able to index XML files but hide some of the tags. That is, I want to prevent a particular tag to be indexed but still...
Probably overkill for your application, but I was indexing xml documents that were generated by another system, but the xml format was not convenient for...
... The dtSearch Engine has a C/C++ API. For API documentation, see: http://support.dtsearch.com/webhelp/dtsearchCppApi/frames.html The C/C++ headers and...
I have some documents with long text and I wish to index them. I placed it in DocText and want to retrive it after indexing. At the moment I use FileConverter...
Hi, I do the following: 1. Iterate through my searchResults object, using searchResults.getNthDoc(); 2. For each result, call searchResults.getDocName(); (this...
Thanks but I am actually trying to refer to DocText without using the file itself, like I can refer to the information saved in DocFields. Since the...
... Make your first option tag something like this: <option value="my/path/to/index1, my/path/to/index2, my/path/to/index3">Select All</option> Make sure you...
my current code looks like this: <input type="hidden" name="sort" value="titlenum:0x20002"> It sorts it by a stored field called titlenum. This works fine. I...
Just combine the title number and section number into a single number as a fixed-length character string. Left pad your title number and section number with...
Simpson, Richard
richard.simpson@...
Jun 19, 2006 2:26 pm
1737
dtSearch is pleased to announce Version 7.25 of the dtSearch product line. For detailed release notes, please see: http://www.dtsearch.com/ReleaseNotes725.html...
dtSearch Support
tech@...
Jul 5, 2006 10:58 pm
1738
I've found that the following works to specify a field in an HTML document: <!-- field: statute --> A co-worker told me about that but I can't find it...
Simpson, Richard
richard.simpson@...
Jul 26, 2006 4:26 pm
1739
Does anyone know where I should place the stemming.dat file for by web application? Thanks....
... There is a way to do this but it was not documented. When you add fields to HTML using comment tags, the field names can contain nesting. Example: <!--...
Hi, I'm using version 6.5 of dtSearch in a client/server application. The application is written in VB. Some of my clents reported that highlighting in PDF...