Solrj use wrong queryResponseWriter

2012-01-18 Thread tschiela
Hello, i run into dubious problems here. I use SolrJ 3.5 to query my Solr Server 3.5 So i set the QueryResponseWriter to xml in my code and in solrconfig.xml... in code i use this.server.setParser(new XMLResponseParser()); After i query Solr i want to output the QueryResponse: String xml = solrs

How to check if a field is a multivalue field with java

2012-02-22 Thread tschiela
Hello, is there any way to check, if a field of a SolrDocument ist a multivalue field with java (solrj)? Greets Thomas -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-check-if-a-field-is-a-multivalue-field-with-java-tp3767200p3767200.html Sent from the Solr - User mai