You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Thorsten Scherler <th...@juntadeandalucia.es> on 2006/12/14 14:13:42 UTC

Update via web (was Re: [jira] Updated: (SOLR-85) [PATCH] Add update form to the admin screen)

Hi all,

can somebody remove the former attachments from 14/Dec/06 04:34 AM and
14/Dec/06 04:36 AM from http://issues.apache.org/jira/browse/SOLR-85.
The only valid patch is solr-85.FINAL.diff 

TIA

This new feature allows you to update your solr instance via web. For
your convenience I add the a commit button to commit directly
afterwards.


Just add your update statement into the form and submit.
Try with 

<add>
 <doc>
  <field name="id">SP2514N</field>
  <field name="name">Samsung SpinPoint P120 SP2514N - hard drive - 250
GB - ATA-133</field>
  <field name="manu">Samsung Electronics Co. Ltd.</field>
  <field name="cat">electronics</field>
  <field name="cat">hard drive</field>
  <field name="features">7200RPM, 8MB cache, IDE Ultra ATA-133</field>
  <field name="features">NoiseGuard, SilentSeek technology, Fluid
Dynamic Bearing (FDB) motor</field>
  <field name="price">92</field>
  <field name="popularity">6</field>
  <field name="inStock">true</field>
</doc>
</add>

Hope this might be useful.

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


Re: Update via web (was Re: [jira] Updated: (SOLR-85) [PATCH] Add update form to the admin screen)

Posted by Chris Hostetter <ho...@fucit.org>.
: can somebody remove the former attachments from 14/Dec/06 04:34 AM and
: 14/Dec/06 04:36 AM from http://issues.apache.org/jira/browse/SOLR-85.
: The only valid patch is solr-85.FINAL.diff

it's relaly not that big of a deal .. if you reuse the same name for
newer versions of a patch, the older versions get greyed out ... and even
if you use a new name, clicking "All" above the list of Comments let's you
see the "All" detials about hte history of the issue -- including which
attachments were made when.




-Hoss