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...
Show off your group to the world. Share a photo of your group with us.

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 1822 - 1851 of 1900   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1822
I would like to have dtSearch call on a text editor, rather than MS Word. How do I do that? I have to process very large files and after dtSearch sends the...
jjuncal
Offline Send Email
Mar 19, 2008
1:07 am
1823
On 19.03.2008 02:45, you, JJuncal wrote: Hi Julio, ... What is the extension of the files you have indexed? Have you tried Options > Preferences > Document...
Dominique Pivard
domigmail
Offline Send Email
Mar 19, 2008
6:38 pm
1824
Hi all, We have highlighted pdf file with the search term entered by user using dtsearch.The question is that can we convert a highlighted pdf to image on fly...
Sudhakar. K
sudhakas
Online Now Send Email
Apr 3, 2008
2:29 pm
1825
Hello I'm using .net to create and index. I index data content and some extra metadata field, I add it as DocFields during file indexing. The question is what...
dariusz.myszor
Offline Send Email
Apr 7, 2008
8:47 pm
1826
We use dtSearch to index source code, and dtSearch Web to search the indexes. The need has arisen for the users to be able to use search results to access...
keith.calvelli
Offline Send Email
Apr 24, 2008
8:24 pm
1827
Hi! First visit to this group. Greetings. I'm attempting to learn if there is some way to take the editing functions present in Acrobat 8 Pro and have them...
waits666
Offline Send Email
Apr 28, 2008
1:31 pm
1828
Is it possible to have different indexes use different alphabet files, or is it only possible to have one that applies to all indexes? We would like to be able...
keith.calvelli
Offline Send Email
May 22, 2008
6:56 pm
1829
... When you create an index, a copy of the current alphabet and hyphen settings is copied into the index folder, in the index_a.ix file. From then on, that...
David Thede
davidthede
Offline Send Email
May 22, 2008
8:20 pm
1830
We need to be able to find the word 'Microsoft' in MS Office docs. It seems that this word is indexed in all docs as it appears somewhere in the metadata....
Curt
tpbrownec
Offline Send Email
May 28, 2008
2:39 pm
1831
... Here is something that works with Word documents: microsoft and (not microsoft w/2 application) Because the metadata in a typical Word document includes...
Dominique Pivard
domigmail
Offline Send Email
May 28, 2008
9:20 pm
1832
... You can search for: //text contains Microsoft This finds the word "Microsoft" when it occurs outside of one of the document properties. David Thede ...
David Thede
davidthede
Offline Send Email
May 28, 2008
10:54 pm
1833
... the ... This still finds 100% of the office docs. Domique's suggestion seems to work when I use: microsoft and (not microsoft w/2 excel) and (not microsoft...
Curt
tpbrownec
Offline Send Email
May 29, 2008
1:20 am
1834
dtSearch is pleased to announce Version 7.53 of the dtSearch product line. New features include: • A native 64-bit version of the dtSearch Engine for Linux ...
dtSearch Support
tech@...
Send Email
May 29, 2008
2:23 pm
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
Online Now 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
Messages 1822 - 1851 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