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 1673 - 1702 of 1900   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1673
... dtSearch implements hit highlighting using the FileConverter object, which converts documents to HTML, RTF, or text, with hits highlighted. It has no...
David Thede
davidthede
Offline Send Email
Jul 1, 2005
8:20 pm
1674
Hello, Our clients can now browse, on a blackberry, the news site that we maintain for them. However, searching doesn't work on it. Our PC searches gives us...
Paul Esteban
yulo2k@...
Send Email
Jul 12, 2005
2:22 pm
1675
I found the answer to my question. It's because the blackberry browser does not support javascript yet. Our search form page uses a javascript function to ...
Paul Esteban
yulo2k@...
Send Email
Jul 12, 2005
10:51 pm
1676
My company is using dtSearch to index large pools of program source code. Files/file types now being added to this process contain many complex expressions...
gimmeadurnedid
Offline Send Email
Jul 14, 2005
9:21 pm
1677
All, I'm building a search page using ASP.Net (vb code behind). I am trying to show some of the hits highlighted with some surrounding text. From what I can...
Benji Sawyer
orderb13
Online Now Send Email
Jul 15, 2005
6:08 pm
1678
(1) When you set up FileConverter, you are not specifying some things that are needed to generate a hit-highlighted display, like the output format, ...
David Thede
davidthede
Offline Send Email
Jul 16, 2005
3:34 pm
1679
Hi, I am using dtSearch 6.x. along with the Java API. I am attempting to index a faily complex database for a content management system. My question is...
Thomas
t_c_carnell
Offline Send Email
Jul 19, 2005
1:49 pm
1680
I have a search page which searches over multiple indexes, one of which is an index generated from a SQL database. I am using the SearchReportJob to generate...
intergennz
Offline Send Email
Jul 19, 2005
3:20 pm
1681
... Build the index with caching of text enabled. This way dtSearch can highlight hits from the cache rather than having to go back to the database to get the...
David Thede
davidthede
Offline Send Email
Jul 19, 2005
3:48 pm
1682
Is it possible for each individual index to use its own "noise Word" list? We have several indexes located on a web server. We use customized ASP pages to...
patm300e
Offline Send Email
Aug 2, 2005
7:36 pm
1683
Yes - I'm using the Java API so I would do the following: IndexJob job = new IndexJob(); job.setActionCreate( true); ... Options options = new Options(); ...
T.C
t_c_carnell
Offline Send Email
Aug 3, 2005
4:20 pm
1684
Hello! I want to use the Java API of dtSearch with Windows and I want to create an index which can index pages JSP but I don't know what is the best way to do...
dtsear
Offline Send Email
Aug 8, 2005
6:30 pm
1685
Hello everyone: I am developing a website with a capability to click and search. Basically, it is a website with two frames: one with treecontrol (called...
angusyyy
Online Now Send Email
Aug 19, 2005
7:20 pm
1686
Hi! I would like to know if it is possible to use dtSearch to index an MS- SQL database and having the ranking affected depending on the field in which the...
viavelum
Online Now Send Email
Sep 2, 2005
8:50 pm
1687
... You can do this with dtSearch, but the weighting has to be in the search request, like this: (Subject:50 contains (apple and pear)) or (apple and pear) ...
David Thede
davidthede
Offline Send Email
Sep 2, 2005
8:57 pm
1688
Can someone help on declaring the DataSource IDispatch in Delphi? Many thanks....
silvestru
Offline Send Email
Sep 5, 2005
1:35 pm
1689
I'm new with using dtSearch, so I'm stuck on this. Currently I have my page doing a search and populating a datalist for my result page. When I mouse over a...
bagged_123
Offline Send Email
Sep 16, 2005
5:44 pm
1690
Hello, We are indexing XML files only. Some of the XML element contains data like "2004/01" with "/" caracters and users want to be able to do field search on...
lemicp
Offline Send Email
Sep 19, 2005
2:05 pm
1691
I have created special meta tags that I search on with respect to date kinds of stuff. I converted the date to a format yyyymmdd and created a META tage ...
Bob Weber
rweber_webli...
Offline Send Email
Sep 19, 2005
2:28 pm
1692
... Lemicp, 1) Click Options|Preferences in dtSearch, select the Indexing Options tab, and click Edit Alphabet. 2) Locate the "/" character (number 47) in the...
David Maggin
davidm@...
Send Email
Sep 19, 2005
4:03 pm
1693
... To do this you would convert the local path to a virtual path. The dtSearch Engine has an API function to do this, Server.ConvertPath(), which is...
David Thede
davidthede
Offline Send Email
Sep 19, 2005
4:14 pm
1694
Hi, Please let me know if any one has worked on DTsearch trying to call it from a PHP application. We have a Document Management System for which we require...
u_maheedhar
Offline Send Email
Oct 21, 2005
10:55 pm
1695
My development group is using DTSearch Web to create an online file cabinet of sorts that contains searchable pdf files. While we've made some progress, the...
bobbytuff
Offline Send Email
Oct 27, 2005
6:17 pm
1696
... Currently there is no way to include anything other than context around hits in the synopsis. However, in version 7.2, there will be a new flag in...
David Thede
davidthede
Offline Send Email
Oct 27, 2005
8:49 pm
1697
Hi All, I've been indexing a database of text for the last year successfully. It's a Version 7 index created via the Java interface. Once the index is created,...
Tim Mohler (timohler)
timohler@...
Send Email
Oct 31, 2005
11:34 pm
1698
... If you get no searches in your application and are able to search in dtSearch Desktop, something must be different about the way the search is being set...
David Thede
davidthede
Offline Send Email
Oct 31, 2005
11:49 pm
1699
Hello all, I am starting a new project which requires me to query a dtSearch engine using PHP. I searched through the archives here and found a couple posts ...
Rishabh Manocha
crazyweirdfoo
Offline Send Email
Nov 21, 2005
8:10 pm
1700
Is there any method to obtain a specific substring of text from the OutputString property of the FileConverter class? From what I have seen with the API it...
techinator1000
Offline Send Email
Nov 24, 2005
9:09 pm
1701
Hi, Can I set a noise word list to dtSearch Engine using other means than setting a file to Options.NoiseWordFile ? Does Options.NoiseWordFile take the path...
cccedi
Offline Send Email
Nov 28, 2005
1:31 pm
1702
... Options.NoiseWordFile is the only way to specify this option setting. ... It is the full path and filename. Example: "c:\Program Files\Some Company\Some...
David Thede
davidthede
Offline Send Email
Nov 28, 2005
3:10 pm
Messages 1673 - 1702 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