Scoring and relevance, old article gets higher score then the new one
I'm using UnifiedSearch, a simple search like this:SearchClient.Instance .UnifiedSearch() .For(query)I know that this example is stupid and not a real world example but it's an easy way to reproduce...
View ArticleHow does synonyms work in episerver find
If I configure "inomhusbad" and "simhall" to be bidirectional synonyms to "badhus". When I search for "inomhusbad" will that also include search results with "simhall" or do I need to configure that...
View ArticleIndex blocks that are not on a page
Hi,I would like to index blocks that are not being used anywhere. Is this possible or do the blocks need to be on a page in order to be indexed. If it is possible what do I need to do for this to...
View ArticleDidYouMean from Optimization related queries only
Hi,we have implemented the DidYouMean functionality to use the Related Query functionality provided in Online Center->Find->Optimization->Related Queries section....
View ArticleGetDidYouMean
Hi FriendsI want to implement GetDidYouMean with size attribute. Can you provide me with a sample code?Syntax: GetDidYouMean(string query,Action<EPiServer.Find.Statistics.Api.DidYouMeanCommand>)
View ArticleIssue retrieving facets results from a dictionary that has same keys as...
Basically, I have 2 dictionaries "MinimumMarketCustomerGroupPrices" and "MaximumMarketCustomerGroupPrices" in my find index for every product in my commerce website.The minimum dictionary holds product...
View ArticleLoader exception in...
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more...
View ArticleSelf referencing loop detected for property 'ManifestModule'
Hi,We are getting the same error stacktrace described in this post:http://world.episerver.com/forum/developer-forum/EPiServer-Search/Thread-Container/2014/8/Indexing-issues/But we're getting it when...
View ArticleCustom filtering to find all files under accessible folder
I'm building a searching page, where could find all document including pdf, word, excel ... now it's working well, however some folders are just accessible by some particular users/groups, so all...
View ArticleIndex was outside the bounds of the array
A few times a week we experience problems with getting results from Find (12.0.0.4448).Index was outside the bounds of the array.at...
View ArticleGet best bet hits only
var bestBetsResults = SearchClient.Instance.UnifiedSearchFor(queryParam, Language.Swedish).ApplyBestBets().GetResult();Is it possible to have something like that but ONLY get best bet hits added from...
View ArticleIsBestBets is false
Hi!I'm trying to add some cool bestbets feature on our search page, but I'm having some problem with it. I've been following this tutorial on how to add best bets,...
View ArticleHow does Episerver Find work in a load balanced environment?
I have a load balanced environment and I'm wondering how Episerver Find coops with this, is it a problem having two or more instances (potentially) calling the index simultaneously? Are there any best...
View ArticleCan't get BuildFilter<T>() to work
I have this methodpublic IEnumerable<TModel> GetAllStickyNewsForCurrentUser<TModel>(IEnumerable<int> categoryIds, ContentReference rootPage) where TModel : PageData, IAttachable { var...
View ArticleANy Idea? from where these file came, native.history.js and find.js
Hi,with my bundled files these are extra files I can spot in my HTML.Any idea what are these files and how these lines are generating?<script type="text/javascript"...
View ArticleIndexing documents with Find
Hi there!Can anybody explain in a simple way how Find indexes documents (pdf, doc)? Are search queries matched against document content or just metadata? We have a site that uses Find and for certain...
View Article"Inaccurate" query results when search phrase contains a hyphen
Hi there,We have a line of products essentially named "product-5", "product-6", "product-7".We've run into an issue where some users are unhappy that searching with the phrase "product-5" will return...
View ArticleFilter a specific page type by page reference property of this page where...
Filter a specific page type by page reference property of this page where this page reference's metadatatiltle is " Event
View ArticleIncluding fields problem
HelloWhat types are supported by the client conventions IncludeField method?I have the following(example code):class InitModule { private readonly Injected _client; void Initialize(InitializationEngine...
View ArticleTermsFacetFor use for Webcontent
We are using Episerver find to index our site (using our own type ISearchableContent) along with an external connector to crawl another site for new articles.We then use TermsFacetFor to build a list...
View Article