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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1764 - 1793 of 1901   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1764
Hi, in documentation for dtSearch Desktop(particularly documentation of stemming rules) I found following: To help with stemming rules customization, dtSearch...
ondrej_danko
Offline Send Email
Jan 4, 2007
2:56 pm
1765
... You will find it here: C:\Program Files\dtSearch\bin\stemtest.exe It is a command-line tool. David Thede dtSearch Corp....
David Thede
davidthede
Offline Send Email
Jan 4, 2007
4:03 pm
1766
Hi all. I have questions for file indexing. I have a folder (Let say folder A) and it has around 20 sub-folders (Let say sub-folder A1, A2... A20). Now, I need...
Albert Leung
albert_leung...
Offline Send Email
Jan 17, 2007
9:12 pm
1767
... Using FileConditions would be much more efficient. You are going to end up with a large number of indexes and a lot of redundant indexing with the approach...
David Thede
davidthede
Offline Send Email
Jan 18, 2007
5:05 pm
1768
If we are on a server, one index will suffice. The user searches based on filename contains. So, on our server, we have over a three thousand folders and...
Jerry Von Korff
jvonkorff@...
Send Email
Jan 18, 2007
5:06 pm
1769
Thanks for yours suggestion. In my case, I am going to use dtSearch Desktop for indexing the files instead of using program code. That's why I would like to...
Albert Leung
albert_leung...
Offline Send Email
Jan 19, 2007
7:27 pm
1770
You can use the filename contains feature either in dtsearch engine or in the desktop. In the desktop, the user tabs to the second tab, and there combines...
jvonkorff
Offline Send Email
Jan 20, 2007
9:50 pm
1771
Is there a add a dropdown for search type options using the ASP sample? We would like to allow our customers to use the dropdown to search All Words, Any Words...
oklajones
Offline Send Email
Jan 31, 2007
11:11 pm
1772
dtSearch is pleased to announce Version 7.40 Build 7360 of the dtSearch product line. New features include: • Automatic recognition of dates, email...
dtSearch Support
tech@...
Send Email
Mar 5, 2007
1:07 am
1773
I need to search a list of terms, about 30, and we only want the documents that hit on two or more of the terms. I have not been able to find a way to do...
gregnequist
Offline Send Email
Mar 14, 2007
8:58 pm
1774
Hello, I have not found a way to have dtSearch only return items with a certain amount of hits per document. But this is how I deal with this situation. I make...
Cindi Boudissa
brusselea
Offline Send Email
Mar 14, 2007
9:58 pm
1775
Don't know if you are using dtSearch Desktop for searching or what - I recently had to do this using a custom search interface, and it was pretty easy (thank...
cybergroupian
Offline Send Email
Mar 16, 2007
1:58 pm
1776
I am a little confused about the IndexCache. While you can say how large the cache should be there seems to be no way to know what is in the cache. Currently...
nonpersonna
Offline Send Email
Apr 20, 2007
5:52 pm
1777
... The cache keeps one or more open indexes around to re-use for subsequent searches. The cache manages indexes internally, so you only need to tell it how...
David Thede
davidthede
Offline Send Email
Apr 20, 2007
7:40 pm
1778
I'm interested in performing a text search from dtSearch and then for each result, add in some information that comes from our sql server. I was going to get...
rdorris1
Offline Send Email
Apr 24, 2007
7:27 pm
1779
I won't say it's better - it depends on your needs - but there is a way to get the custom fields into the index itself so that you can use dtSearch's strong...
cybergroupian
Offline Send Email
Apr 26, 2007
1:38 pm
1780
dtSearch is pleased to announce Version 7.41 of the dtSearch product line. For detailed release notes, please see: http://www.dtsearch.com/ReleaseNotes741.html...
dtSearch Support
tech@...
Send Email
May 7, 2007
5:59 pm
1781
I maintain a set files/indexes on a network shared with other 100+ users consisting of Word/PDF files. If I want to make the words "and" and "not" searchable,...
gloria_galvan
Offline Send Email
May 9, 2007
4:05 am
1782
Hi Gloria, In my experience with the noiseword list: 1. You must reindex 2. It doesn't matters what noise word list you have in the preferences after you...
Cindi Boudissa
brusselea
Offline Send Email
May 9, 2007
3:08 pm
1783
Hi, I am using FileConditions to limit the search to a certain file type (images, documents, videos and sound). When I perform a simple search against all the...
osydoruk
Offline Send Email
May 22, 2007
1:35 am
1784
I am using FileConditions to limit the search to a certain file type (images, documents, videos and sound). When I perform a simple search against all the...
David Thede
davidthede
Offline Send Email
May 22, 2007
5:19 pm
1785
Thank you David! That worked like a charm!...
osydoruk
Offline Send Email
May 22, 2007
9:03 pm
1786
Hi all, I have a database server which I can access using my workstation. It has an alias in the tnsnames.ora file. I am trying to index the database using...
nyp80
Offline Send Email
Jun 28, 2007
2:37 pm
1787
Is is possible to perform a search (using DSearchJob) to effectively look for documents with no data in specific field? What would the syntax be? Thanks, Scott...
volleygram
Offline Send Email
Jul 6, 2007
1:58 pm
1788
I believe the wordListBuilder functionality counts a SearchRequest word if it is found in the title of a PDF file but does not show or highlight this word in...
mikegrice
Offline Send Email
Aug 9, 2007
3:06 pm
1789
... The same thing will happen if there are hits in the PDF Subject, Author, or Keywords fields. To suppress these fields, and the PDF Title, you see this...
David Thede
davidthede
Offline Send Email
Aug 9, 2007
3:17 pm
1790
Hi all, Does anyone know of an available tool, solution, or option to run searches, via a list of words, that can produce a report indicating the number of...
tchoe76
Offline Send Email
Sep 5, 2007
1:54 pm
1791
I would believe that this is a fairly common task and is quite easy to create by enumerating through your index(s). If I remember correctly dtsearch should...
Gary Torgersen
garyt80
Offline Send Email
Sep 5, 2007
2:11 pm
1792
Hi Gary, Thanks for the response, but soon after putting up my post, I was able to track down a colleague who had already developed a Hit Summary script...
Choe, Tae (US - New Y...
tchoe76
Offline Send Email
Sep 5, 2007
5:01 pm
1793
Gary, Just out of curiosity, what functionality feature were you referring to built in to DTSearch? I am aware of DTSearch's 'Hit Count by word' feature, but...
Choe, Tae (US - New Y...
tchoe76
Offline Send Email
Sep 5, 2007
6:31 pm
Messages 1764 - 1793 of 1901   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