I have a list of keywords to search on a set of indexes. Some keywords require stemming. Others do not. Is there a way to type all keywords in the search box...
... Suffixing the words to be stemmed with ~ is exactly the way to do this. Example: fish~ and apple This would match fishing, fish, fishes, etc., but not...
... Set IndexJob.ActionAdd = true and IndexJob.ActionCreate = false to incrementally update an existing index. For more information on indexing using the API,...
We use dtSearch in our application, I converted it from VisualStudio VB.Net, written by someone else, to Frameworks C# because I needed scalability. We have a...
I want to put hyperlinks on the main search page that will automatically search for predetermined words. For example I may want to put a link on the search...
____________________________ J. Michael Blakely Managing Partner Corporate Awareness Services, Inc. 3561 Sanderlings Pointe NW Suite 3561 Kennesaw, Georgia...
Hi Can any body tell me how to index a single file (not the folder). I saw it possible in demo application but couldn't able to find corresponding properties...
can't you just list the file in your include list ... Hi Can any body tell me how to index a single file (not the folder). I saw it possible in demo...
Jerry Von Korff
jvonkorff@...
Nov 9, 2004 4:36 pm
1615
Does anyone know if there is a limit on the number or size of custom fields added to the index?...
... By default, the maximum size of a stored field is 128 characters. This can be changed with the maxStoredFieldSize option setting, and can be increased to...
I've been trying to read and index a searchable PDF file stored as a BLOB in a SQL Server2K db. The Dot Net sample App will only return an empty string when...
Hi, I'm look to use the UserThesaurusFile option available in the Options class of the abovementions namespace. What I am looking to do is to allow the website...
I want to make the plus character (+) searchable I have followed these steps: (1) Click Options|Preferences in dtSearch, select the Indexing Options tab, and...
Is it possible for the dtSearch engine to index and search excel files with each row being treated like a data base record? ==> Will -- William Taylor >...
Will Taylor
william.m.taylor@...
Dec 1, 2004 1:02 am
1621
... To do this, save the Excel file as .CSV (with the .CSV extension, and with field names in the first row). dtSearch indexes CSV files as databases, with...
I am trying to work out how to search the # sign when trawling the database. Does anyone have a step by step guide to adding the # sign to the dt search. You...
David, I am having some difficulty converting my DTSearch.Net project into a
webservice. I get the attached error. I know that dten600.dll is
required, is...
I'm having trouble figuring out how to show the hits in an RTF file created by the file converter using Delphi. All of the examples show hits identified in an...
Jerry Von Korff
jvonkorff@...
Dec 21, 2004 5:31 pm
1626
... This usually means that dten600.dll is not in a folder that is on the system PATH. For troubleshooting steps, see: ...
Unlike the documentation on the DTSearch website, having the dten600.dll in a folder in the system's path did not work for me, but the dll had to be in the...
Is it possible to get a list of the field names that will be indexed from the files generated from indexing a set of files, rather than having to do search on...
Will Taylor
william.m.taylor@...
Jan 4, 2005 4:09 pm
1630
... The ListFields method of WordListBuilder does this. http://support.dtsearch.com/webhelp/dtengine/net/doc/dtSearch.Engine.WordListBuilder.ListFields.html ...
Hello, Our site indexes tons of text files. I am able to display the results and am able to sort it by date in descending order. The problem arises when I...
Paul Esteban
yulo2k@...
Jan 6, 2005 9:14 pm
1632
By default, when you set MaxFilesToRetrieve=100, you get the 100 most-relevant documents. If you then sort by date, you get the 100 most-relevant documents,...
dtSearch is pleased to announce Version 6.5 of the dtSearch product line • The new release includes major enhancements to the dtSearch product line's display...
dtSearch Support
tech@...
Jan 31, 2005 3:22 pm
1634
I am a translator and use DtSearch to search glossaries and document archives. I would like to go further: Is it possible to use DtSearch to search a Word file...
... The Search > Search for List of Words function in dtSearch Desktop does something like this. It lets you search for a list of words in a .doc file and...