I am a little confused about the IndexCache. While you can say how large the cache should be there seems to be no way to know what is in the cache. Currently...
... The cache keeps one or more open indexes around to re-use for subsequent searches. The cache manages indexes internally, so you only need to tell it how...
I'm interested in performing a text search from dtSearch and then for each result, add in some information that comes from our sql server. I was going to get...
I won't say it's better - it depends on your needs - but there is a way to get the custom fields into the index itself so that you can use dtSearch's strong...
dtSearch is pleased to announce Version 7.41 of the dtSearch product line. For detailed release notes, please see: http://www.dtsearch.com/ReleaseNotes741.html...
dtSearch Support
tech@...
May 7, 2007 5:59 pm
1781
I maintain a set files/indexes on a network shared with other 100+ users consisting of Word/PDF files. If I want to make the words "and" and "not" searchable,...
Hi Gloria, In my experience with the noiseword list: 1. You must reindex 2. It doesn't matters what noise word list you have in the preferences after you...
Hi, I am using FileConditions to limit the search to a certain file type (images, documents, videos and sound). When I perform a simple search against all the...
I am using FileConditions to limit the search to a certain file type (images, documents, videos and sound). When I perform a simple search against all the...
Hi all, I have a database server which I can access using my workstation. It has an alias in the tnsnames.ora file. I am trying to index the database using...
Is is possible to perform a search (using DSearchJob) to effectively look for documents with no data in specific field? What would the syntax be? Thanks, Scott...
I believe the wordListBuilder functionality counts a SearchRequest word if it is found in the title of a PDF file but does not show or highlight this word in...
... The same thing will happen if there are hits in the PDF Subject, Author, or Keywords fields. To suppress these fields, and the PDF Title, you see this...
Hi all, Does anyone know of an available tool, solution, or option to run searches, via a list of words, that can produce a report indicating the number of...
I would believe that this is a fairly common task and is quite easy to create by enumerating through your index(s). If I remember correctly dtsearch should...
Hi Gary, Thanks for the response, but soon after putting up my post, I was able to track down a colleague who had already developed a Hit Summary script...
Gary, Just out of curiosity, what functionality feature were you referring to built in to DTSearch? I am aware of DTSearch's 'Hit Count by word' feature, but...
Hi Guys, We have tried with evaluation version of dtsearch engine. We are able to index by giving any folders in the hard disk. We are trying with MS-Access,...
Hi I need urgent help to figure out how to have store a field bigger than 128 characters. I read the tech note at http://support.dtsearch.com/faq/dts0109.htm ...
dtSearch is pleased to announce Version 7.43 of the dtSearch product line. For detailed release notes, please see: http://www.dtsearch.com/ReleaseNotes743.html...
dtSearch Support
tech@...
Sep 17, 2007 5:19 pm
1797
Hello guys, I created an index from a database wherein a field contains the path and filename of a PDF file (another fields contain text data), thus every row...
As far as I know, You can't use the DTindexer to index databases. You need to write a script or program inorder to index ADO or ODBC connected databases. ...
... Usually hit highlighting problems mean that FileConverter was set up with incomplete data about the input document, although other possible causes are (1)...
Thank you very much for the tips. I have another doubt. How the dtsearch engine interact with the database. Can it be mapped to any database ? or We have to...
How can I possibly index three or more relational databases with a single primary key for the databases? Example: Database 1 has all the information about the...
Actually, Once the database is indexed, it creates an index file. This index file is what the engine is using and does not interact directly to the database ...
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 ...