Hi, I am trying to use dtSearch (6.20) to index a MSCMS site. dtSearch sits on the web server with MSCMS. The MSCMS site is an intranet that uses NT...
I've installed Acrobat 6 on a computer where Acrobat 5 was and now the hit highlight color is only black background with white text. Before it was the system...
... We do not know of a way to control the highlight color in Adobe Reader or Acrobat. In version 5, it always used the system colors. In version 6, it...
I am trying to find the configuration file for the parameters of my index. I'd like to backup this information for disaster recover purposes. I am using...
... The index_o.ix file has the "what to index" list and the include/exclude filters. For more information, see: http://support.dtsearch.com/faq/dts0164.htm ...
I'm invoking the indexer via script in version 6.2. My customer has made a demand that the indexer output absolute paths rather than the relative paths it...
... dtSearch Desktop always uses relative paths in an index if possible. To get absolute paths in the index, you can: (a) Build the index on a different...
Hello: Is there a way to run a field search when using the natural language option? For example, "FieldA contains (TermA)", fails for natural language search...
... Cyndi, In dtSearch 6.21 and later versions, there is a way to field-qualify words in an "All words" or "Any words" search. To do this, you add FieldName::...
David Maggin
davidm@...
Dec 16, 2003 2:52 pm
1461
Simple Question. Where are related words stored? Thanks, Jason...
David, Thanks a lot -- "BooleanConditions" seems to be exactly what I'm looking for. Can we have multiple boolean conditions like: oSearchJob.BooleanConditions...
Hello: My search application instantiates an instance of the dtengine.server everytime a search is run as follows: 'Setup the dtSearch engine Dim oEngine As...
Creating a new dtengine.Server instance each time is recommended. Creating a dtengine.Server instance is a very lightweight operation (a small structure is...
hello, just found this group and am very grateful. A quick search of this group and the dtSearch docs didn't turn up the answer I'm looking for, which is: can...
... You can exclude documents that contain something in a field: apple and not (address contains 12345) address contains (12345 and not apple) However, there...
We want to run dtsearch from an application server and set the location as another server using UNC (\\server\folder) Can the location of the index be saved...
anywhere you want it. indexing speed will be slower across the network. ... From: jasonstingl [mailto:jason.stingl@...] Sent: Wednesday, January 07,...
david.herron@...
Jan 7, 2004 10:12 pm
1469
... Jason, To install dtSearch on a network, you can either set dtSearch up to run from a shared directory or you can install dtSearch on each user's computer....
David Maggin
davidm@...
Jan 7, 2004 10:16 pm
1470
I am currently running DT Search 6.1 on Windows NT. I have a project where I have to extract about 200 files from a combination of files that run into a few...
I am incorporating DTSearch into a Web site and need to know if it's possible to load the search results in a separate frame from the form, then load the...
I just downloaded an evaluation copy of dtsearch desktop 6.31, and was pretty impressed. I see this to be potentially the program that I've been looking for....
Hi dqyu, In order to simplify, I would like to tell you that our company "BSV Electronic Publishing" has developped a ready to use software called ZeDOC. This...
Is there a way to have dtsearch *not* index html tags?? The engine has dtsoFfXmlSkipAttributes and dtsoFfXmlHideFieldNames as options but these apparently do...
... Steven, dtSearch does not index HTML tags, unless it failed to recognize that a file is HTML at all. For example, if a file is missing the <HTML> header ...
David Maggin
davidm@...
Jan 21, 2004 9:21 pm
1478
Hello, Is it possible to use the "NOT" operator in field searching? I would like to specify that a particular field, oField, does NOT contain a value, oValue. ...