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 2011/04/06 00:46:23 UTC

[Solr Wiki] Update of "Solrj" by FranckArnulfo

Dear Wiki user,

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

The "Solrj" page has been changed by FranckArnulfo.
The comment on this change is: Add precision about predefined document fields.
http://wiki.apache.org/solr/Solrj?action=diff&rev1=54&rev2=55

--------------------------------------------------

      doc2.addField( "name", "doc2", 1.0f );
      doc2.addField( "price", 20 );
  }}}
+ Fields "id","name" and "price" are already included in Solr installation, you must add your new custom fields in SchemaXml.
   * Create a collection of documents
  
  {{{