Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I'm trying to search in a pdf index and the external index.
I found a lot of examples and they all look slightly different and none of them seem to work...
If I put this line in the ExamineSettingsFile:
<add name="MultiIndexSearcher" type="Examine.LuceneEngine.Providers.MultiIndexSearcher, Examine" indexSets="PDFIndexSet,ExternalIndexSet" enableLeadingWildcards="true"/>
If I search for a existing word it shows GET http://localhost:61388/umbraco/BackOffice/Api/ExamineManagementApi/GetSearchResults?searcherName=MultiIndexSearcher&query=banaan&queryType=text 400 (Wrong Searcher Type) in the debugger.
GET http://localhost:61388/umbraco/BackOffice/Api/ExamineManagementApi/GetSearchResults?searcherName=MultiIndexSearcher&query=banaan&queryType=text 400 (Wrong Searcher Type)
If I search in the front-end it writes Exception: System.NullReferenceException in the logfile.
Exception: System.NullReferenceException
Does someone have a working example for umbraco 7?
Thanks, Frans
The null reference is gone. It was a simple typo.
It it true that I can't search the combined searcher in the umbraco backoffice?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Examine multisearch not working?
Hi all,
I'm trying to search in a pdf index and the external index.
I found a lot of examples and they all look slightly different and none of them seem to work...
If I put this line in the ExamineSettingsFile:
If I search for a existing word it shows
GET http://localhost:61388/umbraco/BackOffice/Api/ExamineManagementApi/GetSearchResults?searcherName=MultiIndexSearcher&query=banaan&queryType=text 400 (Wrong Searcher Type)
in the debugger.If I search in the front-end it writes
Exception: System.NullReferenceException
in the logfile.Does someone have a working example for umbraco 7?
Thanks, Frans
The null reference is gone. It was a simple typo.
It it true that I can't search the combined searcher in the umbraco backoffice?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.