tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Empty results with Solr 4.0 #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1.Run the latest snapshot of Solr server 4.0 (4.0-2012-03-19_09_25_37)
2.Using Solrnet 0.4 - results do not have values- eg:
foreach (Article article in articles)   
{   
    Console.WriteLine(string.Format("{0}: {1}", article.ID, article.Title));   
}  
gives 
article.ID = Nothing, article.Title=Nothing
3. Tested with Solrnet 0.4.0.2002 and 0.4.0.1 with identical results.
4. Changing solr server to earlier version (eg 4.0-2011-08-07_08-34-24) 
fixes the problem and gives
article.ID = "foo", article.Title="bar"

Original issue reported on code.google.com by madhusas...@gmail.com on 27 Mar 2012 at 5:57

GoogleCodeExporter commented 8 years ago
Have you checked directly with Solr? e.g. 
http://localhost:8983/solr/select?q=*:*

Original comment by mauricio...@gmail.com on 28 Mar 2012 at 12:58

GoogleCodeExporter commented 8 years ago
I am getting hits with both versions of Solr 4.0 as expected - I can iterate 
through the results collection. However the properties mapped to Solr fields 
return empty. 

Original comment by madhusas...@gmail.com on 28 Mar 2012 at 12:40

GoogleCodeExporter commented 8 years ago
What are the differences between Solr responses? i.e. between the one that 
works and the one that doesn't? Can you post the response that doesn't parse 
correctly?

Original comment by mauricio...@gmail.com on 28 Mar 2012 at 1:15

GoogleCodeExporter commented 8 years ago
Are you there? Can you see the differences in the XML? Can you post the XML 
response that fails with SolrNet?

Original comment by mauricio...@gmail.com on 2 Apr 2012 at 1:54

GoogleCodeExporter commented 8 years ago
Ping! Without any further input I'll have to close this.

Original comment by mauricio...@gmail.com on 23 Apr 2012 at 9:25

GoogleCodeExporter commented 8 years ago
Closed due to lack of input...

Original comment by mauricio...@gmail.com on 30 Apr 2012 at 4:39