Just one thing, how many items are you indexing? More than 1K it will start to take a while to do full rebuild as it uses wrapper around java tika library.
By Spring of 2018, I will roughly have about 20K worth between pages, pdfs and word documents. I'm not surprised that it will take a while to index...I'm kinda use to that by now after playing with SharePoint's search engine for the last 5 years. Indexing will obviously occur during after hours or weekends.
Obtaining the tika-app dll binary
The following link produces a 404 https://www.dropbox.com/s/0rk556kjgd8swvy/tika-app-1.2.dll
What would be the best location for obtaining the required tika binary to use with this package?
My end goal is to simply add a index for Word document searching through Examine.
I'm on Umbraco 7.6.6.
Thanks!
You have installed the old package which only works on v6. You need to install https://our.umbraco.org/projects/backoffice-extensions/examinefileindexer/ ideally via nuget this will give you everything you need.
Regards
Ismail
Absolutely amazing. Thanks for the service in building this.
Just one thing, how many items are you indexing? More than 1K it will start to take a while to do full rebuild as it uses wrapper around java tika library.
Regards
Ismail
Today and this year? Anywhere between 1k and 5k.
By Spring of 2018, I will roughly have about 20K worth between pages, pdfs and word documents. I'm not surprised that it will take a while to index...I'm kinda use to that by now after playing with SharePoint's search engine for the last 5 years. Indexing will obviously occur during after hours or weekends.
well its hopefully one time operation. After than any new stuff you create will be added to index so only one item which will be quick.
is working on a reply...