When I use the search, only a small subset of data is returned. I have rebuilt my indexes and didnt see a difference. If I go to the Developer Tab -> Examine Management, under the Searchers section and test the InternalSearcher, InternalMemberSearcher, and ExternalSearcher using a Lucene Search, only the ExternalSearcher returns the results I expected.
Are the indexes not building properly? Do I need to configure ezSearch to use a different index?
Umbraco 7 ezSearch Index issues
I have setup ezSearch and included the search fields as follows:
@Umbraco.RenderMacro("ezSearch", new { SearchFields = "nodeName, metaTitle, metaDescription, metaKeywords, bodyText, description, memberName, professionalTitle, boardTitle, shortBio, name, eventName, tag, header, headerAlt, text, subHeader, details, personName, relatedInfo, rulesHeader, rulesText, teamsHeader, eventsHeader, info, teamNewsHeader, teamNewsText, content", PreviewFields = "nodeName, metaTitle, metaDescription, metaKeywords, bodyText, description, memberName, professionalTitle, boardTitle, shortBio, name, eventName, tag, header, headerAlt, text, subHeader, details, personName, relatedInfo, rulesHeader, rulesText, teamsHeader, eventsHeader, info, teamNewsHeader, teamNewsText, content" })
When I use the search, only a small subset of data is returned. I have rebuilt my indexes and didnt see a difference. If I go to the Developer Tab -> Examine Management, under the Searchers section and test the InternalSearcher, InternalMemberSearcher, and ExternalSearcher using a Lucene Search, only the ExternalSearcher returns the results I expected.
Are the indexes not building properly? Do I need to configure ezSearch to use a different index?
is working on a reply...