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...
... 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...
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@...
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...
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...
... dtSearch implements hit highlighting using the FileConverter object, which converts documents to HTML, RTF, or text, with hits highlighted. It has no...
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@...
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@...
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...
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...
(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, ...
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...
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...
... 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...
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...
Yes - I'm using the Java API so I would do the following: IndexJob job = new IndexJob(); job.setActionCreate( true); ... Options options = new Options(); ...
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...
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...
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...
... 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) ...
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...
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...
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 ...
... 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@...
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...
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...
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...
... 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...
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,...