Can the results of an XML search have a style sheet attached if a user double clicks the result to see the detail? If so, does one style sheet have to fit all...
... This can be done using the dtSearch Engine's developer API, but not using dtSearch Desktop. See: http://support.dtsearch.com/dts0183.htm David Thede ...
dtSearch is pleased to announce Version 7.50 of the dtSearch product line. The new version of the dtSearch Engine includes: • A native 64-bit version of the...
dtSearch Support
tech@...
Nov 17, 2007 6:23 pm
1807
We've indexed a bunch of MSG files and wanted to search for mail sender/recipients from a specific domain. For example, we want to search all...
Hi Guys, In my application i am getting the .eml files through exchange server. now my question is whether i can able to open the .eml files through java API...
Hi I'm doing a search that users the asp samples and am trying to get the search to display a sample of the found document using the SearchResults interface...
... There are two ways to view hits in context using the dtSearch Engine API: (1) Use FileConverter to convert the whole file to HTML with hit highlight...
Hi I'm using ASP and none of the examples really show how to do this. Presently I'm using the NewSearchJob to create a SearchResults object. And then loop...
Hi - I currently mainly use gmail (i.e., web based mail), but I need a desktop download repository for the mail I want to search using dtsearch desktop. I have...
Hello I have indexed contents of oracle db using dtSearch. I have a field that consists of numeric values and when I perform the following numeric range...
I have indexed contents of oracle db using dtSearch. I have a field that consists of numeric values and when I perform the following numeric range search on...
dtSearch is pleased to announce Version 7.51 of the dtSearch product line. New features include: • A new 64-bit version of dtSearch Web with Spider and...
dtSearch Support
tech@...
Feb 7, 2008 4:58 pm
1818
My question is what is the benefits of moving to 64 bit in a web environment? Of course, there is the new 64 bit Win OS, and 64 bit sqlserver, but can someone...
Hi! I've been trying to use an instance of the HTTPDataSource class together with an instance of the IndexJob class. Everything seems to work as intended, no...
Hi again! I had made a "typo" in my posting. The SpiderInit.Initialize() call is actually done first otherwise this could have been the source of the problem....
... If you call ExecuteInThread, you have to make sure that your code does not exit before the thread completes. Otherwise .NET will kill the indexing...
I would like to have dtSearch call on a text editor, rather than MS Word. How do I do that? I have to process very large files and after dtSearch sends the...
On 19.03.2008 02:45, you, JJuncal wrote: Hi Julio, ... What is the extension of the files you have indexed? Have you tried Options > Preferences > Document...
Hi all, We have highlighted pdf file with the search term entered by user using dtsearch.The question is that can we convert a highlighted pdf to image on fly...
Hello I'm using .net to create and index. I index data content and some extra metadata field, I add it as DocFields during file indexing. The question is what...
We use dtSearch to index source code, and dtSearch Web to search the indexes. The need has arisen for the users to be able to use search results to access...
Hi! First visit to this group. Greetings. I'm attempting to learn if there is some way to take the editing functions present in Acrobat 8 Pro and have them...
Is it possible to have different indexes use different alphabet files, or is it only possible to have one that applies to all indexes? We would like to be able...
... When you create an index, a copy of the current alphabet and hyphen settings is copied into the index folder, in the index_a.ix file. From then on, that...
We need to be able to find the word 'Microsoft' in MS Office docs. It seems that this word is indexed in all docs as it appears somewhere in the metadata....
... Here is something that works with Word documents: microsoft and (not microsoft w/2 application) Because the metadata in a typical Word document includes...
... You can search for: //text contains Microsoft This finds the word "Microsoft" when it occurs outside of one of the document properties. David Thede ...