Search the web
Sign In
New User? Sign Up
dtsearch · dtSearch Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1606 - 1635 of 1900   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1606
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...
ks8208
Offline Send Email
Oct 1, 2004
6:51 pm
1607
... 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...
David Thede
davidthede
Offline Send Email
Oct 1, 2004
9:43 pm
1608
Dear can you help someone,How to add files to a index after indexed through VB .Net Thanks...
tnizam2
Offline Send Email
Oct 9, 2004
1:58 pm
1609
... Set IndexJob.ActionAdd = true and IndexJob.ActionCreate = false to incrementally update an existing index. For more information on indexing using the API,...
David Thede
davidthede
Offline Send Email
Oct 10, 2004
12:49 am
1610
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...
preinsko
Offline Send Email
Oct 14, 2004
5:34 pm
1611
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...
ElGordo9
Offline Send Email
Oct 26, 2004
7:49 pm
1612
____________________________ J. Michael Blakely Managing Partner Corporate Awareness Services, Inc. 3561 Sanderlings Pointe NW Suite 3561 Kennesaw, Georgia...
J. Michael Blakely
mynutshurtsbad
Offline Send Email
Oct 26, 2004
8:44 pm
1613
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...
gjanakiramreddy
Offline Send Email
Nov 9, 2004
3:57 pm
1614
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@...
Send Email
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?...
barryhund2004
Offline Send Email
Nov 9, 2004
5:07 pm
1616
... 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...
David Thede
davidthede
Offline Send Email
Nov 9, 2004
6:29 pm
1617
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...
bp232000
Offline Send Email
Nov 10, 2004
11:04 pm
1618
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...
Jaco van Zyl
jaco_vanzyl
Offline Send Email
Nov 17, 2004
10:38 pm
1619
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...
mimj2004
Offline Send Email
Nov 18, 2004
9:35 pm
1620
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@...
Send Email
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...
David Thede
davidthede
Offline Send Email
Dec 1, 2004
1:17 am
1622
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...
chrispentland
Offline Send Email
Dec 2, 2004
1:49 pm
1623
... See: How to make the '+' (or '#') character searchable http://support.dtsearch.com/faq/dts0131.htm...
David Thede
davidthede
Offline Send Email
Dec 2, 2004
2:00 pm
1624
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...
Barnum, Mark
mxbarnum
Offline Send Email
Dec 21, 2004
2:46 pm
1625
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@...
Send Email
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: ...
David Thede
davidthede
Offline Send Email
Dec 21, 2004
6:13 pm
1627
... Set the output format for FileConverter to itRTF. To highlight hits in bold, use \b as the BeforeHit mark and \b0 as the AfterHit mark....
David Thede
davidthede
Offline Send Email
Dec 21, 2004
6:43 pm
1628
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...
Jaco van Zyl
jaco_vanzyl
Offline Send Email
Dec 21, 2004
8:23 pm
1629
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@...
Send Email
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 ...
David Thede
davidthede
Offline Send Email
Jan 6, 2005
3:58 am
1631
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@...
Send Email
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,...
David Thede
davidthede
Offline Send Email
Jan 7, 2005
4:22 pm
1633
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@...
Send Email
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...
ricorner
Offline Send Email
Feb 10, 2005
5:56 pm
1635
... 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...
David Thede
davidthede
Offline Send Email
Feb 10, 2005
7:25 pm
Messages 1606 - 1635 of 1900   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help