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...
I am trying to decrease the size of the DT search indexes; I like to add words that are being commonly used into the NOISE file , we have about a million words...
Hi Rexon, It's pretty straight-forward to save the list of indexed words.In DtSearch Desktop, open the Search Dialogue box. On the first tab, Search Request,...
I have added a metadate feild called "description" to all of my pages. I want to return that value in my search results and use it as the description of the...
I'd like to move my dtsearch indexes to a new server. I've upgraded to a faster machine with more disk space. I want to move my indexes and my documents to...
I have a program written in Delphi 2006 VCL that uses the dtSearch Com API. I would like to know of a way to get the words and their counts from an index. I ...
dtSearch is pleased to announce Version 7.3 of the dtSearch product line, including preliminary support for Word 2007 (*.docx) and Excel 2007 (*.xlsx), based...
dtSearch Support
tech@...
Oct 20, 2006 2:31 pm
1750
Hi, I'm indexing a large number of emails using dtsearch. The .msg files are stored in zip files and I'm indexing the zip files directly. Just wondering if...
Mike, What you really should do is extract all of the metadata and email body to fields and search them accordingly. Regards, Gary Torgersen Document...
It's a bit limiting to have to search for fields. And it doesn't really solve my need - I'd like to say something like "xmessagebody contains gary". That...
Hi all. My name is Albert. I use VB.Net Studio 2003 for my dtSearch project. I modified the dtSearch's VB.Net sample code for my project. Now, I would like to...
Hi Dimitar, The dtSearch spider is not necessarily a monitoring tool. For static web content, It has the ability to index only the content that is new, deleted...
Hi Jim, That was very insightful. Thanks. I believe I will count on the speed of the spider to index dynamic Web content to add some monitoring capabilities...
Is there a way to create a word count index for each txt file in a DTSearch index? I have a very large DB of OCR text. Browsing the OCR txt files, I have...
Is there a method so that dtSearch can show what page number your search result resides and total number of pages? I'm dealing primarily with Word and Acrobat...
I've indexed a website using the spider, how do I now go an update that index to reflect the changes that have occured in the website (deleted pages, new...
I am new to dtSearch so please forgive. I simply want to iterate through available indexes so i can populate a datatable. is that possible? where would i...