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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1659 - 1688 of 1901   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1659
I'm coding a c# front end for dtSearch 6.5, and I'd like to set the version 7 index flag, dtsIndexCreateVersion7, when creating an index. Is that possible?...
epfromer
Offline Send Email
May 4, 2005
11:01 pm
1660
... In IndexJob, set IndexJob.IndexingFlags = IndexingFlags.dtsIndexCreateVersion7 For more information on setting indexing flags in the .NET API, see: ...
David Thede
davidthede
Offline Send Email
May 5, 2005
1:50 pm
1661
I'm looking for a way to restrict indexing on a web page to only certain links. The specific situation I'm facing is NOT following links in a page header or...
tdettmann
Offline Send Email
May 9, 2005
1:55 pm
1662
... Terry, To tell dtSearch not to index parts of an HTML or XML file, add comments around the text to be excluded, like this: <!--BeginNoIndex--> ... nothing...
David Maggin
davidm@...
Send Email
May 9, 2005
4:06 pm
1663
Hello, what happens if I add a new stored field when indexing a document, but the former dtSearch index had not the new field: will the new index with the...
Danny Busch
dtsearch@...
Send Email
May 13, 2005
4:25 pm
1664
... Danny, Fields relating to a document are stored when the document is indexed, so you will need to rebuild any indexes containing the field data for this ...
David Maggin
davidm@...
Send Email
May 13, 2005
5:25 pm
1665
In dtSearch Desktop 6.40(Build 6482) we have two items listed dtSearch Indexer (dtindexer.exe) dtSearch Indexer (Unicode) (dtindexerw.exe) Is there such a...
ks8208
Offline Send Email
May 19, 2005
5:20 pm
1666
Hello, any body can say me if dtSearch engine work with the dbExpress component of Delphi 7 for access to a dataBase ?...
chhbalet
Online Now Send Email
May 20, 2005
5:11 pm
1667
dtSearch® Version 7, with New Terabyte Indexer dtSearch is very pleased to announce Version 7 of the dtSearch® product line. New Terabyte Indexer. Version 7...
dtSearch Support
tech@...
Send Email
May 24, 2005
12:52 pm
1668
Using Windows Scripting host and JScript I have a utility to update my indexes using a batch file. We have been using the utility internally; but now we are...
preinsko
Offline Send Email
Jun 4, 2005
7:43 pm
1669
... Just use Code(n) or Message(n). Here is some sample vbscript code to get all error messages from a job: for i = 0 to job.Errors.Count-1 StdOut.WriteLine...
David Thede
davidthede
Offline Send Email
Jun 4, 2005
9:08 pm
1670
Announcing Version 7.01 of the dtSearch Product Line The release includes updates across the product line, and is recommended for all users with dtSearch 7.0....
dtSearch Support
tech@...
Send Email
Jun 19, 2005
7:09 pm
1671
Is there a way to tell dtSearch engine not to search text inside of HTML title and meta-tags. There is an enumeration dtengine.Options, that has a number of...
Rohit Dehar
rohit_dehar
Offline Send Email
Jun 30, 2005
3:13 pm
1672
I am building a .NET application that allows users to search for text (enabled by dtSearch) in HTML, adobe acrobat, ms-word documents, ms- excel files and a...
Rohit Dehar
rohit_dehar
Offline Send Email
Jun 30, 2005
3:15 pm
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
Offline 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
Offline 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
Messages 1659 - 1688 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