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,...
Tim Mohler (timohler)
timohler@...
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...
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 ...
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...
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...
... 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...
Hello All, I was wondering whether there is a way of parsing a list of keyowrds (in the form of a text file) to dtsearch and have the engine simply return the...
... column of ... Actually I believe you may not be able to get that specific, but it also depends on which version you are currently using. We are using ...
Hi, I have a SQL server 2k DB with a blob column which contains documents. I have modified the ado_demo sample app and indexed the DB completely. Now using the...
Hi there, We're using dtSearch to search through an index. Once we get the results from the index, we'd like to grab each listings latitude and longitude so...
dtSearch is pleased to announce Version 7.2 of the dtSearch product line. The release includes: • a new .NET Spider API for the dtSearch Engine for Win &...
dtSearch Support
tech@...
Dec 27, 2005 7:10 pm
1711
dtSearch is pleased to announce Version 7.21 of the dtSearch product line. The release includes IFilter support to enable dtSearch to parse document types such...
dtSearch Support
tech@...
Feb 7, 2006 3:51 pm
1712
Is anyone else using dtSearch to crawl Sharepoint sites? Due to the way Sharepoint pages are rendered it seems that many duplicate links to the same Sharepoint...
I use and created a page with the wizard. I selected multiple indexes and they all show up as selectable items in my web page. How can I create a first entry...
We're new to DTSearch, and so far it has done all we have asked. Can we ask for more? Might it be possible to go to a web site every day and collect data...
Does anyone know how to search specifically for a word that has a letter in uppercase. For example, I want all instances of the word "Tax", but not "tax". ...