On 9/2/2019 8:58 AM, Britto Raj wrote:
I am working MNC and doing Prototype using SolrNet and Solr. I have
few questions and got stuck not able to move forward..
<snip>
4. When i try to access using
SolrQueryResults<Product> results = solr.Query(new
SolrQuery("title:\"changeme4\""));
It throws error as
could not convert value 'system.collections.arraylist' to
property 'title' of document type solr rest client.program+product'
SolrNet is third party software. It was not created by the Solr
project. I have absolutely no idea what that error message means. With
no experience at all using .net, I can't even tell you whether that
error message comes from the SolrNet library or from the language itself.
I found this:
https://groups.google.com/forum/embed/#!forum/solrnet
There is also an "issues" tab on the project page:
https://github.com/SolrNet/SolrNet
Thanks,
Shawn