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 1835 - 1864 of 1900   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1835
hi, I am trying to enable a search that would allow users to look for AT&T. However, it seems to always fail. Is there something that prevents dtSearch from...
nonpersonna
Offline Send Email
Jun 3, 2008
8:33 pm
1836
... Maybe the fact that "at" is a noise word and "&" a special character? Have you tried what happens if you remove "at" from the noise word list? Cheers,...
Dominique Pivard
domigmail
Offline Send Email
Jun 3, 2008
9:23 pm
1837
... I did a quick test (dtSearch Desktop 5.53). It works if: 1) you remove "at" from the noise word list 2) you use the following search expression: AT w/1 T ...
Dominique Pivard
domigmail
Offline Send Email
Jun 3, 2008
10:41 pm
1838
... nonpersonna, Non-alpha-numeric characters (e.g., "&") are ignored by default. You will need to make the non-alpha-numeric character searchable in ...
David Maggin
davidm@...
Send Email
Jun 3, 2008
10:41 pm
1839
Hi, Have any one used the dtsearch with Visual FoxPro ( any version ) I have tried to use dtsearch and created the index. When I run the search on dtsearch it...
arun_mathur_123
Offline Send Email
Jul 2, 2008
1:17 pm
1840
Hi, I´ve been playing with VFP9 and dtSearch for more than a year now. hERE is SOME Code that I´m using: 1) Indexing: ThisForm.pgbIndexacao.Min = 0 ...
José Augusto Caval...
jose_cavalcanti
Offline Send Email
Jul 2, 2008
2:19 pm
1841
I have a .cpp file that is indexed and has the word "SerialNumberWriteLevel". I could not find it with "Serial*Write", but eventually found it with...
sjohnson11402
Offline Send Email
Aug 15, 2008
5:20 pm
1842
Serial*Write* would have found the word. You would have needed a wildcard at the end because your term has "WriteLevel" not "Write" at the end. _____ From:...
Cindi Boudissa
brusselea
Offline Send Email
Aug 15, 2008
6:53 pm
1843
You would need to enter: "Serial*Write*" for it to work. What you entered has the system looking for something that starts with "Serial" and ends with "Write"....
James Baron
fodd_dev
Offline Send Email
Aug 15, 2008
6:53 pm
1844
I think its because "SerialNumberWriteLevel" does not end with Write. "Serial*Write" = find words that start with "Serial" and end with "Write" "Serial*Level"...
Markowitz, Elliot
EMarkowitz@...
Send Email
Aug 15, 2008
6:53 pm
1845
There is a small syntax error in your approach. The "Serial*Write" search operator is looking for a word that begins with serial then ends with write, and...
Matt Taylor
straightnoch...
Offline Send Email
Aug 15, 2008
6:54 pm
1846
Try "Serial*Write*" That should take care of it. ________________________________ From: dtsearch@yahoogroups.com on behalf of sjohnson11402 Sent: Fri...
Gary Torgersen
garyt80
Offline Send Email
Aug 15, 2008
6:54 pm
1847
your wildcards are wrong... Use: "Serial*Write*"...
jojobinkus
Offline Send Email
Aug 15, 2008
6:54 pm
1848
I'm doing a presentation on best use for dtsearch. I'd like to take a poll on how you or your company utilzes it. For example, I use it for email searches. ...
Elissa Mendez
elissamendez
Offline Send Email
Aug 17, 2008
8:30 pm
1849
Our company uses it to index a public web site and provide search results back to the user. Ray ________________________________ From: dtsearch@yahoogroups.com...
Ray Bachmann
rayb2comm
Offline Send Email
Aug 18, 2008
12:40 am
1850
... a ... for ... Elisa, we have used DTSearch since 2001 for indexing large amounts of PDF documents by category. Our customers search the different ...
budcarroll2001
Offline Send Email
Aug 18, 2008
12:40 am
1851
Hi all, here in the UK there's a growing concern over data protection of information transferred on CDs, Memory Sticks, etc. The searchable CDs we produce...
ian.mayo1
Offline Send Email
Sep 1, 2008
1:24 pm
1852
Hi, I'm not sure whether I'm missing something - but it looks to me that there is no way to add individual documents with the Java API. The IndexJob structure...
amc_at_bc
Offline Send Email
Sep 18, 2008
4:52 pm
1853
... The setFoldersToIndex method will also accept filenames. Each filename should be a included with a full path and quoted inside the string in case the...
David Thede
davidthede
Offline Send Email
Sep 18, 2008
5:44 pm
1854
There are two options, although neither are as easy as the C++ method. 1) Put the docs you want to index in one folder, and just set ...
Markowitz, Elliot
EMarkowitz@...
Send Email
Sep 18, 2008
5:44 pm
1855
dtSearch is pleased to announce Version 7.54 of the dtSearch product line (including 32-bit and 64-bit versions of dtSearch Web with Spider, the dtSearch...
dtSearch Support
tech@...
Send Email
Sep 26, 2008
2:58 pm
1856
Using desktop version 7.55 (build 7700) with Windows 2000 sp4, and Adobe Reader version 9 installed, search results do not highlight hits of pdf documents nor...
sherab
sherabk
Offline Send Email
Nov 4, 2008
1:25 am
1857
... In Adobe Reader, have you checked "Enable search highlights from external highlight server" (under Edit > Preferences)? Cheers, Dominique...
Dominique Pivard
domigmail
Offline Send Email
Nov 4, 2008
2:09 pm
1858
Thanks Dominique and David, Checking "Enable search highlights from external highlight server" (under Edit > Preferences) in Adobe Reader 9 did the job. Sherab...
sherab
sherabk
Offline Send Email
Nov 4, 2008
9:37 pm
1859
Hey I am looking for a way to identify documents that are not text searchable. Examples would be images based PDF files or any image format. I am not looking...
Gary Torgersen
garyt80
Offline Send Email
Dec 12, 2008
10:09 pm
1860
Hi I want to search 'IN' word in field, so I have used this query (fields1 contains IN) But its returning 0 result. I searched in dtsearch help file and found...
Hardik
hbs_26_jan
Offline Send Email
Jan 2, 2009
7:53 pm
1861
My understanding is that what you're trying to do is impossible.  What it means for a word to be a noise word is that it is ignored by the indexer, and thus...
Nathan Shaskin
starshine531
Offline Send Email
Jan 3, 2009
4:45 am
1862
Hi,   Thanks for quick reply.   it would be useful if dtsearch contains any facility to separate noise word while searching.   For e.g. - say I want to...
HARDIK SHAH
hbs_26_jan
Offline Send Email
Jan 3, 2009
2:18 pm
1863
I'm a little confused as to your problem here, however.. What you are asking is fundamentally impossible for a single set of index files. Noise words are...
matt@...
straightnoch...
Offline Send Email
Jan 3, 2009
6:24 pm
1864
Hi I found in dtsearch help that to remove obsolete data, we should compress index frequently may be on weekly basis. To compress index we need to use...
Hardik
hbs_26_jan
Offline Send Email
Jan 5, 2009
2:27 pm
Messages 1835 - 1864 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