Indexing Error
Hi,I'm trying to index a physical file in my computer as specified in http://find.episerver.com/Documentation/dotnet-api-attachments using the below code:var document = new Document() { Name = fd.Name,...
View ArticleEpiserver Find not working for content or blocks
Hello All! I have a site where the search for the pages and the blocks are not working - keeps throwing up the "Content not found" so far i have tried uninstalling it and reinstalling it. i can hit...
View ArticleHow to speed up processing of the indexing queue
When an episerver page is published or edited, a reference to the page is added to the SQL table tblFindIndexQueue and then the rows in this table are processed.At some periods of the year our editors...
View ArticleFind Commerce and service api
Updating a product with meta data, prices and node relations means minimum of 3 calls to the service api since prices and relations are handled in separate calls.Is there any way to "postpone" the...
View ArticleCustom calculated sorting
Hi, is there any way to these kind of things:var result = this.findClient .Search<IListableContent>() .OrderBy(content => content.SortTimeTicks - DateTime.UtcNow.Ticks < 0 ?...
View ArticleChanges in deserialization? ArgumentException thrown when mapping lists with...
Experiencing an unexpected behavior after updating to Find 12.3.3 where result projection fails under some circumstances.The page model has a property in the form of a list of strings...
View ArticleProjectionException throws when executing an EPiServer Find query
I do have following model in my projectpublic class DocModel { [Id] public int Id { get; set; } public string DocName { get; set; } public double Rating { get; set; } }And, in the Find index, there is...
View ArticleSearching for pages based on free-text content of associated MediaData
We have a client requirement to have a page type which acts as a collection for multiple documents - one primary document (a PDF), and an arbitrary number of secondary documents (PDFs, DOCX/XLSX files,...
View ArticleAutocomplete on multisite
Hello,I´m doing this on a multisite and getting the same result on all sites:var result = this.findClient .Statistics() .GetAutocomplete(q);Is there any way or any workaround to separate autocomplete...
View Article[ProjectionException: An exception of type InvalidCastException was thrown...
Lately and seems only in development indexes we get following exception:[InvalidCastException: Specified cast is not valid.]...
View ArticleBoosting with filters
Ref, boosting documentation: http://world.episerver.com/documentation/developer-guides/find/NET-Client-API/searching/Boosting-with-filters/How can I boost string properties (a hit inside Heading and...
View ArticleProblems whith sorting strings whith simular beginings.
I am trying to sort a result but it seams to only apply to x first charaters I got a SearchTitle where many pages begins whith the same 100-200 chars, when i try to sort on those SearchTitles they does...
View ArticleError in ContentEventIndexer
After upgrading to EPiServer v 10.+ and Epi Find to 12.3.2.0, the following error is found in the log, multiple times per minute: 2017-03-06 16:30:27,779 [129] ERROR...
View ArticleTerm facet with nested list
Hello, we have a problem with getting facet from list of nested objects.We need to store list of nested objects and retrieve unique values for them. It seems that TermsFacetFor function is perfect for...
View ArticleGetting error like :- "Content with id '26377' is of type...
Hi ,I have written below query where i am getting error like :- "Content with id '26377' is of type 'Castle.Proxies.QBankMediaProxy' which does not inherit required type-EPiServer.Core.PageData" var...
View ArticleEPiFind UI login failure
HiI encountered this issue after upgrade EPiServer find to the latest version. Indexing is still working without any issue, but when click on Configuration and Manage tab, it keeps showing login...
View ArticleContentIndexer.Instance.Delete not applying.
Hi! Im working with a epi find indexing bug for a client. As a quick fix I decided to do indexing "manually" at PublishedPage events (If I dont solve that I might write another post about it...
View ArticleNumber of words in index (terms count)
Does anyone have a suggestion for how to find the number of words that are contained in a Find index? Can this somehow also be filtered by document type?Or can the number of terms perhaps also be...
View ArticleQuerying Blocks and internal content of MediaData (Pdf files)
Hey Guys,I need some help with an EPiServer FIND query.I have some media content types (PdfFile, DocFile etc...) That are being indexed by FIND. I can see these in the index so that is working as...
View ArticleFind stopped working after SSL activated on site, returns Unauthorized
After we switched our EPiServer Commerce 10.x site to use SSL, Find have stopped working. From the log:2017-04-03 16:37:45,291 [1] ERROR EPiServer.Find.Commerce.FindCommerceInitializationModule: Could...
View Article