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...
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...
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...
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
...
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
...
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.
...