Help with SumatraPDF iFilters #2460
Replies: 3 comments 3 replies
-
|
I don't know how SQL may use that feature, and in a quick dubious folder files test with a fresh install in windows 11 the iFilter is very very slow as you need to set the iSearch to full contents and PDFs are a resource hog as they need fully expanding to memory from file system to do the internal search. Its faster to use text extractors for content (many many pages per second) then the text stored in the database can be found with the pointer to the folder with the compressed pdf file (you don't keep the pdf archives files inside the sql archive do you?) |
Beta Was this translation helpful? Give feedback.
-
|
I've never used or tested the IFilter in that scenario, so you're on your own debugging this. |
Beta Was this translation helpful? Give feedback.
-
|
On a new Windows 10 install, the Sumatra iFilter did not work for Windows indexing. I ended up installing the old but working 64-bit Adobe iFilter: More info: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to use sumatraPdf iFilters in SqlServer Full Text Search (but also in windows indexing service) to search into PDF files, and it does not work.
I see that the filter is properly installed in windows indexing service:
And also explicitly declared in SqlServer FTS configuration for PDF extensions (although version and manufacturer are missing):
But so far I was not able to find anything in PDF files.
Am I missing something in configuration?
I'm on a Windows 10 21H2 os, using SqlServer 2017. Thanks anybody who can help me.
Beta Was this translation helpful? Give feedback.
All reactions