Problem: We have a Document Management website using DTSearch which indexes approx 2000 files (corporate documents such as PDF's/Doc's) The DT Search index is...
Hi all, I'm new to this group as well as for dtsearch tool. My requirement is how to index a particular table and particular fields of a database. Dont want...
We are using the dtSearch API within our .NET application allowing the user to construct a search string that we eventually pass on to dtSearch. Is there a...
... Searching is the only way to do a syntax check. If there is a syntax error in the search request, you will get an error message back through the API...
I am new to customizing dtSearch. How difficult is it to put the search results from dtSearch web into a table? Any help or points in the right direction are...
Is there any way to use the Web Spider to index a site that makes use of integrated Windows authentication? I know the spider supports Basic authentication,...
... Blahblah, The dtSearch Spider can handle password authentication but will not know how to log into sites that require an HTML login form (or other forms of...
David Maggin
davidm@...
Jun 8, 2004 7:27 pm
1553
... like ... the ... in ... If you didn't happen to find this info from reading earlier responses in the forum by searching for the term OUTLOOK, try this...
Gib, You can put them in separate files that don't have to be opened everytime Outlook is opened. When you need to look at them you browse for the file. Larry ...
Larry Blakeley
larry@...
Jun 10, 2004 3:46 pm
1555
I am new to dbSearch, we installed it on an intranet to use a Java/Tomcat based browser application to search directories full of PDF documents and return a...
... The fields have to be set up as "Stored" for them to be retrieved as document properties in search results. For details on how to do this, see: How to...
... Chris, dtSearch cannot modify your original documents. If you wish to make a change to a document, you will need to open the document in its native ...
David Maggin
davidm@...
Jun 17, 2004 1:03 am
1559
Dear Sir/Madam, I am using dtSearch to add folders from web using "Add Web" option in the dtSearch web version. Is there any way to restrict directory listing...
... Amit, The directory listing comes from IIS, not dtSearch. IIS generates a directory listing if: a) you have ENabled directory listing in IIS; and b) the...
David Maggin
davidm@...
Jun 29, 2004 10:41 pm
1561
Im considering buying DTSearch to replace the Indexing functionality of MSSearch in an ASP/SQLServer application. What I want to do, is search a table with...
I would like to call dtSearch from another program, Wordfast (a translation memory application). The program accepts keystrokes to access other applications....
... In the C++ API, you can use dtssListIndex() to do this. For details, see: http://support.dtsearch.com/webhelp/dtengine/dtslistindexjob.htm David Thede ...
... Julio, Some applications are designed to be run as background processes that can be called up (activated) via a programmed keystroke. dtSearch does not ...
David Maggin
davidm@...
Jul 8, 2004 6:14 pm
1566
Julio, ... I think it is better to use a Windows macro program like MacroExpress http://www.macroexpress.com/ Then you can invoke your dictionary or dtSearch...
... Julio, I successfully call up DtSearch from Wordfast using - dtSearch;{pause}%s s ^v {Enter} Note: - DtSearch has t be running in the background - I have...
I'm not talking about web-form authentication, I'm talking about at the Windows OS level, when a browser client visits a site which is not anonymous access. in...
... I think David Thede already answered this in a previous message, but in case you missed it here it is again: In the "Spider Options" dialog box, there is a...
David Maggin
davidm@...
Jul 9, 2004 6:50 pm
1572
I have a field for searching such as below: <meta name="ABS_TITLE" content="This is <sup>the</sup> searchword"> After indexing I am unable to search for...
I am trying to get hit highlighting in text fields that are defined for searches. If I do a simple search I can get the highlighting for the search term....
... Some fields are searchable but not visible in retrieved documents. Some examples: - Meta tags in HTML, which browsers do not usually display - Document...