Good Morning Has anyone already used dtSearch to index one of the following datatypes: * PageMaker * Quark Express * inDesign * Framemaker (fm/mif) *...
Danny Busch
dtsearch@...
Sep 7, 2004 2:29 pm
1589
... Danny, dtSearch will still index, search, and display other file formats, but they will be treated as binary file types. In other words, all binary codes, ...
David Maggin
davidm@...
Sep 7, 2004 4:25 pm
1590
Is there anyway to exclude sections from being indexed by the web spider? Regards, Gareth Brown Evolution Internet Ltd Biddenden Road Frittenden Cranbrook Kent...
... Option 1. Use Exclude Filters in the Update Index dialog box, as described here: http://support.dtsearch.com/faq/dts0135.htm Option 2. Use robots.txt on...
... Are you saying DTSearch obeys the standard robots.txt file? I was about to ask the same question, actually, but could find no mention of robot files on...
... Very nice! Since we're on this topic...is there a way to have DTsearch not index particular portions of a page? For instance, we don't want DTsearch...
Sorry that wasn't what I meant. Can I exclude sections of a page? For example just the content, not the menu system, etc. Cheers Gareth _____ From: Gareth...
... There is a way to do this. The syntax is: <!--BeginNoIndex--> ... nothing here will be searchable... <!--EndNoIndex--> The Spider will still look for...
We're currently evaluating DTSearch for our new web site(s) We like the indexing capabilities, but I'm a bit wary about the user interface. The default...
... I would also like to see additional examples. Here's ours: www.vcoins.com/search Golden Blount wrote this for us using ASP.NET and SQL Server, based on...
Dear group, two documents with 'nearly the same' index can be considered as similar in content. What do you think about this idea ? I want to find 'similar'...
... Ulf, An "Any words" search for a key paragraph in a document will find similar files, by looking for documents that have most of the words in the original ...
David Maggin
davidm@...
Sep 27, 2004 3:18 pm
1602
If I run a search accross multiple indexes is it possible to sort the results by the index the result came from?...
... Maybe you could add the index-name as a stored field to the index-entry himself. Greets Danny...
Danny Busch
dtsearch@...
Sep 28, 2004 1:00 pm
1604
... Yes. In dtSearch Desktop, click the "Index" column in search results. If you do not see this column, click Options > Preferences > Search Results and...
We are using a sort flag sort by "Index" (see it at http://search.cga.state.ct.us/ ). In the "Order by" drop down we have a Year where each year is an index,...
Grabka, Alfred
alfred.grabka@...
Sep 28, 2004 1:41 pm
1606
I have a list of keywords to search on a set of indexes. Some keywords require stemming. Others do not. Is there a way to type all keywords in the search box...
... Suffixing the words to be stemmed with ~ is exactly the way to do this. Example: fish~ and apple This would match fishing, fish, fishes, etc., but not...
... Set IndexJob.ActionAdd = true and IndexJob.ActionCreate = false to incrementally update an existing index. For more information on indexing using the API,...
We use dtSearch in our application, I converted it from VisualStudio VB.Net, written by someone else, to Frameworks C# because I needed scalability. We have a...
I want to put hyperlinks on the main search page that will automatically search for predetermined words. For example I may want to put a link on the search...
____________________________ J. Michael Blakely Managing Partner Corporate Awareness Services, Inc. 3561 Sanderlings Pointe NW Suite 3561 Kennesaw, Georgia...
Hi Can any body tell me how to index a single file (not the folder). I saw it possible in demo application but couldn't able to find corresponding properties...
can't you just list the file in your include list ... Hi Can any body tell me how to index a single file (not the folder). I saw it possible in demo...
Jerry Von Korff
jvonkorff@...
Nov 9, 2004 4:36 pm
1615
Does anyone know if there is a limit on the number or size of custom fields added to the index?...
... By default, the maximum size of a stored field is 128 characters. This can be changed with the maxStoredFieldSize option setting, and can be increased to...
I've been trying to read and index a searchable PDF file stored as a BLOB in a SQL Server2K db. The Dot Net sample App will only return an empty string when...