techma
techma
during port, i got my 27MB dll, but there are tons of class definition not found errors were there. Is it normal behavior ikvmc -out:solr.dll -target:library hadoop-annotations-2.0.5-alpha.jar commons-cli-1.2.jar commons-codec-1.7.jar commons-configuration-1.6.jar...
i am getting following error while pinging SOLR from asp.net app {"Object reference not set to an instance of an object."} at org.apache.solr.servlet.SolrDispatchFilter.doFilter(ServletRequest request, ServletResponse response, FilterChain chain, Boolean retry)...
but i still see this class in 4.4 documentation. http://lucene.apache.org/solr/4_4_0/solr-core/org/apache/solr/servlet/SolrDispatchFilter.html. i will check further on servelet related classes
i tried to add new document today using following code SolrServer solr = new HttpSolrServer(solrUrl); solr.addBean(new Document { Id = "280", SKU = "abcde", }); solr.commit(); & got this error...