Hi,
I really appreciate your help.
I have tried setting the weight to 100 for the FrequentItems managedProperty, but still in Search results most relevant and least relavant results are mixed in the top results.
And I have checked in y BDC metatadata file, and found that CustomerName is marked as title in that.
I suspect this might be the reason, the most and least relevent results are mixed up in the top search results.
So I have tried resetting the Title weight to "0" from 75.855(default weight for Title).
Now I am able to see the results in the way that I wanted.
But if I am going to follow this approachand reset the Title weight to zero, then it will affect even All Sites search and any other search on that site, as Title is the Default managed property.
Is there any other way that I can get the most relevant results in the top results, without resetting the Title weight to zero and keeping CustomerName marked as Title in BDC? If not is there going to be any effect if I remove the line of code which is marking "CustomerName" as "title"? Currently on my Business DataList webpart, in the data retrieved for CustomerName I am getting the action URL as "Customer Details", will this be affected?
<Entity EstimatedInstanceCount="10000" Name="Customer">
<
Properties><Property Name="Title" Type="System.String">CustomerName</Property>
<
Property Name="DefaultAction" Type="System.String">Customer Details</Property>
</
Properties>
</Entity >
I have one more query, I have a crawled property exposed by BDC, but there is no Managed Property defined for that.
But still I am able to search based on that crawled property. Now I want to improve the Search relevance for that crawled property also.
To improve the relevance is it mandatory to create the managed property for the crawled property exposed by BDC?
Thanks.