Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Preview the boosting effect shows hits as undefined

Vote:
 

Hi,

We're using Find .NET API Version: 8.10.0.1509 and in the Preview the boosting effect we only get result as Undefined even though the response contains result with data.

Anyone know why this is?

#116978
Feb 09, 2015 13:35
Vote:
 

Update:

I can see in the response when doing a query this (Find .NET API Version: 8.10.0.1509):

 

{"$id":"1","status":"ok","hits":[{"$id":"2","title":"<title>","excerpt":"<text>","url":"<url>","typeName":"Page","hitTypeName":null,"section":null,"subsection":null,"authors":null,"publishDate":"2012-11-28T10:26:00+01:00","updateDate":"2014-08-28T09:08:15+02:00","imageUri":null,"geoLocation":null,"filename":null,"fileExtension":null,"originalObjectType":"<type>","metaData":null},{"$id":"3","title":"...... <next 7 results>}],"total":8}

 

However on a version that this works (Find .NET API Version: 8.7.0.1103) I can see this in the response after a query:

 

{"status":"ok","hits":[{"Title":"<title>","Excerpt":"<text>","Url":"/<url>/","TypeName":"Page","HitTypeName":null,"Section":null,"Subsection":null,"Authors":null,"PublishDate":"2011-08-23T12:51:00+02:00","UpdateDate":"2011-08-23T12:51:53.333+02:00","ImageUri":null,"GeoLocation":null,"Filename":null,"FileExtension":null,"OriginalObjectType":"<type>","MetaData":null},{"Title":"... next 37 restults}],"total":38}

 

As you can see there is an "$id" missing in the one that work.

#117155
Feb 12, 2015 13:04
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.