Can you turn off stemming? ... From: Todd [mailto:todd.powell@...] Sent: Thursday, May 29, 2003 2:35 PM To: dtsearch@yahoogroups.com Subject: [dtsearch]...
Is there a way to search pst simply by selecting the folders to be searched? I did index pst files but trial tests did not give me desired output. Actually the...
I am evaluating DTSeatch 6.2 and I have indexed about 2000 PDF files. All these PDF files are coverted from a Word Doc. Here are the issues I have: 1. When I...
I just tested your issue and found that *.pdf files displayed in Acrobat format. However, I put only "*.pdf" in the file filter section when I created the...
I just repeated your work and found one way to get the files to display by the Acrobat window is to create the index with the file filter set to *.pdf. That...
Chuck, Thank you for your suggestion. I tried creating the file filter set to *.pdf and I still see the same problem. There were no word docs in the folder and...
... The "ShortName" for a PDF file is the PDF Title, and for some PDF files, the Title may be set to the original filename. This may be where the .doc is...
Hi, the online help says: "Outlook message stores (*.PST) can be indexed using the "Add Outlook" button in the Update Index dialog box. (Outlook must be...
Kretschmer, Ulrich
Ulrich.Kretschmer@...
Jun 10, 2003 2:00 pm
1328
Hello, the 6.20 online help say: "Using 32-bit ODBC, dtSearch can also index and display records in Access and Paradox databases. Each record is treated as a ...
Kretschmer, Ulrich
Ulrich.Kretschmer@...
Jun 10, 2003 2:00 pm
1329
... The dtSearch Engine can do this, and it includes a sample application, ado_demo, that can index any ADO data source. For more information on this API,...
From debugging I find that the prefix is not HTTP and hence the original path changes to the virtual pathname. This seems to loose the .pdf extension and I see...
The problem is not relative vs. absolute paths, but the need for PDF files to be in a virtual directory. Assuming that c:\temp is not defined to be part of...
In searchDemo.aspx.cs the GetReport function diligently goes away and grabs the details and whips them up. Which is great. But how does one do this with...
Thought 1. In the user control .ascx use a response.redirect to create a query string with the search terms. Thought 2 In the user control .ascx use...
... Unfortunately SearchReportJob does not have a way to get a spidered web page to include in a search report. This can be done in the C++ API using ...
Hi there, I'm using Java to call dtSearch java api. My question is, when I create a SearchResults object, how I can clean it? I didn't find any method like...
Hello! I just joined the list this afternoon and have a question about wildcard usage. I've created an index in dtSearch from @ 30,000 emails and email ...
Mark G. Spencer
mspencer@...
Jun 17, 2003 1:07 am
1338
... The SearchResults object is cleaned up like any other Java object. The dtSearch Engine's JNI wrapper ensures that when the Java SearchResults object is...
From our website homepage, we want to have a simple search available, meaning, no options only the search text box and a search button. How do we accomplish...
Hi when i try to modify the Dtsearch sample in c# aund uncomment the sort parameters fails to compile because the '+' operator is not supported for this...
Josep Maria Rodriguez
jmrodriguez@...
Jun 18, 2003 2:07 am
1341
... The flags need to be cast to (int) to add them, an error in the sample. There are two versions of the "SortType" enumeration, an older one prefixed with...
... An example demonstrating how to do this is on our support server, here: http://support.dtsearch.com/Support/demos/forms/Embedded/Embedded_form.html David...
I recently had to increase the "MaxWordsToRetrieve" value to 128,000 (up from a default of 64,000) after I ran into the "Too many words .." error. On the first...
Mark G. Spencer
mspencer@...
Jun 19, 2003 12:34 am
1344
... There is a hard-coded limit of 256,000 on the maxWordsToRetrieve setting. When searching for a long list of words, you may need to break the list up into...
Hello is ist possible to customize dtSearch Publish in an way, that the cdrun.exe does't automatically opens the browser? Thank you for support Christian Kempe...
... I don't understand -- if the browser does not open, how will the user access the contents of the CD? Did you want to write your own program to provide...
I use a "template" for my web pages. I want to use a server side include to include the form page within the template. After the user enters their search...
I'm looking for ways to increase searching efficiency on our 1 web server. We currently house 75 indexes ranging from 29k to 992Mb with 4.1 million words. Most...
I'm experiencing unusual happenings when I set the IndexToSearch Parameter that leads me to belive there may be a limitation on this parameter. ... My...