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 NoblePaul:
http://wiki.apache.org/solr/Solrj

------------------------------------------------------------------------------
  
    }
  }}}
+ The [EMAIL PROTECTED] annotation can be applied on setter methods as well
+ example:
+ {{{
+     @Field("cat")
+    public void setCategory(String[] c){
+        this.categories = c;
+    }
+ }}}
+ There should be a corresponding getter method (without annotation) for 
reading attributes
+ 
+ 
   * Get an instance of server
  {{{
      SolrServer server = getSolrServer();

Reply via email to