Viewing 12 posts - 1 through 12 (of 12 total)
Update and solution...
The problem in this case proved to be the PATH variable..
Setting the PATH through Control Panel > System > Advanced System Settings apparently only changes the path for...
March 12, 2014 at 5:13 am
After finding this post:
I followed the advice and uninstalled Adobe iFilter11 and installed 9 instead.. after updating the path variable (to the iFilter) and a quick restart all...
June 19, 2013 at 5:48 am
For anyone stumbling upon this post, the fix for the 'docX' problem is to download the latest Ofice iFilters from here
Then reload the filters and restart the service..
EXEC sp_fulltext_service 'load_os_resources',1
EXEC...
June 19, 2013 at 4:14 am
Aha..!!
Just checked the docX filter a bit more carefully (using EXEC sp_help_fulltext_system_components 'filter' ) and it reads:
C:\Windows\system32\"C:\Program Files\Windows NT\Accessories\WordpadFilter.dll"
..instead of the correct path:
C:\Program Files\Windows NT\Accessories\WordpadFilter.dll
If I can work out how...
June 19, 2013 at 3:23 am
Not sure if this is useful information or not, but it appears that 'doc' files ARE being indexed.. just nit docX files. Hadn't noticed before as all the previous attempts...
June 19, 2013 at 3:06 am
Hi Howard..
Yes, the iFilters appear to be installed.. The iFilter for pdfs is C:\Program Files\Adobe\Adobe PDF iFilter 11 for 64-bit platforms\bin\PDFFilter.dll.
I've added this to the path environment list and also...
June 19, 2013 at 2:41 am
ok, slight clarification..
when running the command:
SELECT display_term, column_id, document_count FROM sys.dm_fts_index_keywords (DB_ID('test'), OBJECT_ID('documents'))
There are initially no entries as expected but after the first pdf / doc or whatever file is...
June 18, 2013 at 9:15 am
Ah Dan, thanks for the reply..
That is exactly what I would have done if it were not for our latest phone software.. it needs to run 2005 and as it...
June 11, 2012 at 11:07 am
Ok, here's a possible ray of hope for anyone following this thread..
http://www.dotnet-news.com/lien.aspx?ID=3958
is an article that (apparently) captures the output from the microsoft stemmer component.. however, for my...
October 23, 2005 at 5:31 am
Thanks for the idea Farrel,
I've played around a bit and, as you say the DIFFERENCE function does indeed yield good results for the inflected forms of most words. I'm not...
October 22, 2005 at 11:26 am
Thanks David, and nice code.
It takes me part of the way there I think and should be reasonably effiecient. It still leaves me a problem of users who enter 'runner'...
October 21, 2005 at 2:14 pm
Thanks for the swift reply Kenneth,
The code you've written is very slick but doesn't really get to the root of the problem in that I don't actually know the exact...
October 20, 2005 at 9:24 am
Viewing 12 posts - 1 through 12 (of 12 total)