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...
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, 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@...
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....
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" ,...
... To do this in dtSearch Desktop, click Search > Generate Report. For more information, see: http://support.dtsearch.com/webhelp/dtsearch/search_reports.htm...
... 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...
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?...
... In IndexJob, set IndexJob.IndexingFlags = IndexingFlags.dtsIndexCreateVersion7 For more information on setting indexing flags in the .NET API, see: ...
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...
... 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@...
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@...
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@...
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...
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@...
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...
... 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...
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@...
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...
I am building a .NET application that allows users to search for text (enabled by dtSearch) in HTML, adobe acrobat, ms-word documents, ms- excel files and a...
... dtSearch implements hit highlighting using the FileConverter object, which converts documents to HTML, RTF, or text, with hits highlighted. It has no...
Hello, Our clients can now browse, on a blackberry, the news site that we maintain for them. However, searching doesn't work on it. Our PC searches gives us...
Paul Esteban
yulo2k@...
Jul 12, 2005 2:22 pm
1675
I found the answer to my question. It's because the blackberry browser does not support javascript yet. Our search form page uses a javascript function to ...
Paul Esteban
yulo2k@...
Jul 12, 2005 10:51 pm
1676
My company is using dtSearch to index large pools of program source code. Files/file types now being added to this process contain many complex expressions...
All, I'm building a search page using ASP.Net (vb code behind). I am trying to show some of the hits highlighted with some surrounding text. From what I can...
(1) When you set up FileConverter, you are not specifying some things that are needed to generate a hit-highlighted display, like the output format, ...
Hi, I am using dtSearch 6.x. along with the Java API. I am attempting to index a faily complex database for a content management system. My question is...
I have a search page which searches over multiple indexes, one of which is an index generated from a SQL database. I am using the SearchReportJob to generate...
... Build the index with caching of text enabled. This way dtSearch can highlight hits from the cache rather than having to go back to the database to get the...