You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/16 18:50:31 UTC

[Solr Wiki] Update of "Solrj" by OtisGospodnetic

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by OtisGospodnetic:
http://wiki.apache.org/solr/Solrj

------------------------------------------------------------------------------
        public SolrInputDocument next() {
          SolrInputDocument result = null;
          // construct a new document here and set it to result
-         return result;;
+         return result;
        }
  };
  server.add(iter);