: I have implement a solrj client for quering index data from database. the : search result is in text but with SolrDocument[{description= which is a : field in xml. How i can parse out this. Thanks.
I'm more then a little confused by your question -- you are using SolrJ? correct? SolrJ takes care of parsing the response from Solr for you, and then you just deal with the java objects. Can you elaborate a bit more on what exactly it is you are trying to do and what specific problem you are having? showing us your initial code (and explaining what it's not doing thta you exepct it to) would be helpful. -Hoss