I have examine multi searcher working its over umbraco content and a pdf index built using cogumbracomediaindexer. All works nicely with a bit of dirty hacking I even have highlight working (highlight cannot work over multi index). So my question is why do all the results have a score of 1? Anyone else seen this? It would appear that pdf results appear at bottom of list of results.
Honestly, this was done several years ago and I was still doing nearly all my macro development in XSLT on the 4.5+ platform. It was not a Multisearcher.
So, I didn't answer your question, but maybe my lackof Examine knowledge at the time might offer an alternative solution if you need proper scoring until you get a proper answer.
I felt the search was quick enough I didn't need to combine into a single searcher.
You are welcome to see the performance of the implementation. One requirement was to display any text available in the PDF; unfortunately, the client has not modified the annotations so you see garbage in the results
Honestly, this was done several years ago and I was still doing nearly all my macro development in XSLT on the 4.5+ platform. It was not a Multisearcher.
So, I didn't answer your question, but maybe my lackof Examine knowledge at the time might offer an alternative solution if you need proper scoring until you get a proper answer.
I felt the search was quick enough I didn't need to combine into a single searcher.
You are welcome to see the performance of the implementation. One requirement was to display any text available in the PDF; unfortunately, the client has not modified the annotations so you see garbage in the results
Examine Multisearcher
Guys,
I have examine multi searcher working its over umbraco content and a pdf index built using cogumbracomediaindexer. All works nicely with a bit of dirty hacking I even have highlight working (highlight cannot work over multi index). So my question is why do all the results have a score of 1? Anyone else seen this? It would appear that pdf results appear at bottom of list of results.
Regards
Ismail
One client I used two search indices and combined them. Oddly enough it was faster for me to do this in XSLT.
Jon,
Was the reason because you had issue with multi searcher?
I can do 2 searches then combine and sort with linq.
Regards
Ismail
Honestly, this was done several years ago and I was still doing nearly all my macro development in XSLT on the 4.5+ platform. It was not a Multisearcher.
So, I didn't answer your question, but maybe my lackof Examine knowledge at the time might offer an alternative solution if you need proper scoring until you get a proper answer.
I felt the search was quick enough I didn't need to combine into a single searcher.
You are welcome to see the performance of the implementation. One requirement was to display any text available in the PDF; unfortunately, the client has not modified the annotations so you see garbage in the results
Honestly, this was done several years ago and I was still doing nearly all my macro development in XSLT on the 4.5+ platform. It was not a Multisearcher.
So, I didn't answer your question, but maybe my lackof Examine knowledge at the time might offer an alternative solution if you need proper scoring until you get a proper answer.
I felt the search was quick enough I didn't need to combine into a single searcher.
You are welcome to see the performance of the implementation. One requirement was to display any text available in the PDF; unfortunately, the client has not modified the annotations so you see garbage in the results
Jon,
Ok I have already answered this many moons ago http://our.umbraco.org/forum/developers/extending-umbraco/13963-Examine-wildcard-search-score doh!! In both instances I am doing wildcard so in both instances the score is 1. Either I update examine source or take out the wild card.
Regards
Ismail
Do the update to source effect non-wildcard queries? It might be something worth recommending to be added to core. Glad you found your answer [again].
Jon,
That old post did not fix the issue.
Regards
Ismail
is working on a reply...