Hi, This is a fairly basic question, I know, but dang!, I just can't seem to get it right. Can some kind soul tell me how to locate a _specific_ folder in...
I apologise for late response, but wanted to thank you for your response which has pointed me in the right direction to finding a way to adapt to my needs. ...
... Lines 3-5 are the deletion of a search results object, which probably occurred when a web application was done writing the search results, and then ASP...
... Short of adding every other file to the Exclude filters list or creating a single text file containing the document titles and indexing that file by ...
David Maggin
davidm@...
Jan 10, 2003 12:00 am
1168
What is the limit for incremental indexing: (1) How many times you can do incremental indexing (2) What is the performance impact for incremental indexing (3)...
... There is no specific limit. ... Incremental indexing has two effects: (1) Each incremental update as an additional "fragment" to the index. Lots of small...
Thanks for help, David! One more question: As long as we do index compression, the full indexing is not needed in the performance point of view, is that right?...
We are doing indexing compression programmatically, I attach part of pseudo codes, please advice on whether this is the correct way to do compression. Thanks! ...
The purpose of codes is for incremental indexing AND compression, so I guess if I set ActionAdd = true ActionRemoveDeleted = true ActionCompress = true Then it...
dtSearch Corp. is pleased to announce the release of Version 6.11 of the dtSearch product line. The new release includes: - An improved Edit > Copy File...
dtSearch Corp.
sales@...
Jan 12, 2003 3:33 pm
1176
A quick side bar. I assume this means that 6.11 will be the version sold to AWNA and I need to upgrade? It won't affect what we need to get done this week but...
I am using the dtSeach excusively to search for PDF documents: since our website is subcription based, (the search part is accessible to the public) is it...
... <http://www.dtsearch.com/PLF_web_2.html>dtWeb is designed to make it easy for non-developers to create a basic web search form with only a few mouse ...
David Maggin
davidm@...
Jan 16, 2003 6:20 pm
1179
Hi there, I'm using dtSearch Engine 6.0. I didn't find SearchType dtsSearchTypeAnyWords in the Java API Document. I can use it and there was no compiling...
Sometimes in using dtSearch Engine we're finding that DocDetailItem('_hitDetails') returns nothing, even though DocDetailItem('_HitCount') is nonzero. In...
Since I installed build 6.11, I no longer have search results automatically displayed sorted by location. I have to click on the location column for each...
... In dtSearch 6.11 we moved the default sorting option into the Search dialog box, but it only has options for hits/relevance/date. A fair number of users...
Can someone please tell me how the web search page results can be modified so that results are sorted by date descending as opposed to relevancy. Thanks...
... On the search form, select "Date" under "Sort by". If you want to make a search form that always returns hits sorted by dates, (1) click the "Search Form"...
I cant find it in the docs, but I know its a new feature. I need to know which arguments it needs, and how to extract the ids from it in vb once the array is...
... There are two of these functions, one for VB and one for VBScript: GetItemArray(iIndex as Integer) as Variant GetItemArray returns an array of 32-bit...
One of our client's SQL server table has almost 1 million records. It takes us around 4 hours every time we index. The problem we are having is that the client...
Meli Fraticelli
fraticelli@...
Jan 29, 2003 2:20 pm
1188
... You must be using one of the sample applications included with the dtSearch Engine, like ado_demo, to index the SQL server table. ado_demo just selects...
Hi everyone, I'm taking part in the development of a c++ dll client that's using the dtSearch engine dll. We came across a problem that looked silly at the...
... * * * ... Thank you for the report! This is a bug in the SearchFilter.selectItemsBySearch method that causes it to search both the correct index and a...