dtsearch

What are the main differences between search engines that should influence the decision as to which to use to search proprietary data?

What are the main differences between search engines (DtSearch , Lucene.net, Sphinx, Google etc) that should influence the decision as to which to use to search proprietary data? The data to be searched consists of presentation-free data that is marked up with metadata in the form of name/value pairs. We’re not interested in the format...

Is Lucene.net good choice for website search of 1M item product database? (giving up on SQL Server 2005 Full Text Search)

We currently have in production SQL Server 2005 and we use it's full text search for a eCommerce site search of a million product database. I've optimized it as much as possible (I think) and we're still seeing search times of five seconds. (We don't need site scrawl or PDF (etc.) document indexing features... JUST "Google" speed for s...

Making dtSearch highlight one hit per phrase, rather than one hit per word-in-a-phrase

I'm using dtSearch to highlight text search matches within a document. The code to do this, minus some details and cleanup, is roughly along these lines: SearchJob sj = new SearchJob(); sj.Request = "\"audit trail\""; // the user query sj.FoldersToSearch.Add(path_to_src_document); sj.Execute(); FileConverter fileConverter = new FileConv...

can i use dtsearch in C++ under linux, if yes what APIshould i use?

Hello, I want to use dtsearch in my desktop application written in C++ and Gtkmm. Can i have any API or link to the API to do my thing. Thanks and Regards Owais Masood ...

How to insert multi files to a document when indexing using dtsearch

Hi, in the examples of dtsearch in "C:\Program Files\dtSearch Developer\examples\cs2\ado_demo" folder, each record has only one file. But I have a many files, and i don't know how to add these files to this document while indexing. Anybody know how ? thanks ...

Sitecore dtSearch config with multiple websites

How can i make Sitecore able to search 2 indexes using dtSearch? In the Sitecore documentation I can't find anything about adding more then one index to the configs. ...