Using desktop version 7.55 (build 7700) with Windows 2000 sp4, and Adobe Reader version 9 installed, search results do not highlight hits of pdf documents nor...
Thanks Dominique and David, Checking "Enable search highlights from external highlight server" (under Edit > Preferences) in Adobe Reader 9 did the job. Sherab...
Hey I am looking for a way to identify documents that are not text searchable. Examples would be images based PDF files or any image format. I am not looking...
Hi I want to search 'IN' word in field, so I have used this query (fields1 contains IN) But its returning 0 result. I searched in dtsearch help file and found...
My understanding is that what you're trying to do is impossible. What it means for a word to be a noise word is that it is ignored by the indexer, and thus...
Hi, Â Thanks for quick reply. Â it would be useful if dtsearch contains any facility to separate noise word while searching. Â For e.g. - say I want to...
I'm a little confused as to your problem here, however.. What you are asking is fundamentally impossible for a single set of index files. Noise words are...
Hi I found in dtsearch help that to remove obsolete data, we should compress index frequently may be on weekly basis. To compress index we need to use...
If you are using a DataSource during indexing, you can alternatively escape that field that by repeating it. So IN would become ININ – which is not a noise...
Markowitz, Elliot
EMarkowitz@...
Jan 5, 2009 2:46 pm
1866
I am using a DataSource to index some data from SQL Server. While trying to index a particular field (which in some cases can be very large) the computer runs...
... The C++ version of the data source API will let you do this using callbacks, but there is no streaming mechanism built into the .NET version of the data...
How can I search the metadata fields from a DTSearch index. I know the fields are there because another application can search them. They use syntax like...
Hi,
I am trying to create a small C++ program that is a WIN32 console
application (using VS 2005) that will index a large number of files. At
the moment,...
I am just tentatively embarking on this, and have set up a couple of indexes and a search. Am I being dense in asking if the only way to find what a...
Hi folks! I'm needing create indexes with different fields of which are available at PDF's metadata files. I would like to know if it is possible... Metadata...
dtSearch is pleased to announce Version 7.60 of the dtSearch product line. The new release provides expanded sample code in the dtSearch Engine for use with...
dtSearch Support
tech@...
Feb 27, 2009 9:18 pm
1873
I'm thinking that using the newer Solid State drive out to either put my swap file on or the operating system. what one would give the best performance boost...
I have a site map within my dynamic cms that I do not want included in the resulting index. I've tried numerous attempts with filename filters and exclude...
... To exclude the page, you can add a NoIndex metadata to the page, like this: <META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW"> For more information on using...
dtSearch is pleased to announce Version 7.61 of the dtSearch product line. The new release added RAR (*.rar) support, as well as other enhancements. For...
dtSearch Support
tech@...
Apr 29, 2009 7:01 pm
1877
I was wondering if there was any way to index the file name. Thanks!!! Brad...
When I do a search, and the result(s) show as being inside of a pdf file, Adobe Reader always launches. How do I get the selection to show in the search...
... There are two settings that can affect this: (1) In dtSearch Desktop, click Options > Preferences > External Viewers, and make sure the box to "View PDF...
Are there other options for specifying what items from the index to delete other than passing a text file through the ToRemoveListName property? I am not...