Re: Updating in Solr.SOLR-139

2008-04-25 Thread nutchvf
> >> AAA >> German >> >> >> >> After that step,I realized that the "id" field,(defined in my schema.xml >> as >> an uniqueKey field) appears as a multivalued field,with two "fields" with >> the same value.Do you know which may be the reason for this behavior? >> >> Thank you, >> >> Regards! >> >> > > > -- View this message in context: http://www.nabble.com/Updating-in-Solr.SOLR-139-tp16744841p16892573.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Updating in Solr.SOLR-139

2008-04-24 Thread Koji Sekiguchi
I've just tried this again in my environment, but I couldn't reproduce what you pointed. My schema is: : required="true" /> multiValued="true"/> : id Koji nutchvf wrote: Hi!! Thank you very much,Koji!! Your response has helped me a lot and I have already managed to update the

Re: Updating in Solr.SOLR-139

2008-04-24 Thread Yonik Seeley
Apologies, I read too fast and didn't see that the original user was in fact using the ModifiableDocument patch (that's what I was referring to by "update patch"). On Thu, Apr 24, 2008 at 12:11 PM, Koji Sekiguchi <[EMAIL PROTECTED]> wrote: > Yonik, > > I'm afraid but I don't understand what you m

Re: Updating in Solr.SOLR-139

2008-04-24 Thread Koji Sekiguchi
Yonik, I'm afraid but I don't understand what you mean by "update patch". I did this in last week with Eriks-ModifiableDocument.patch in SOLR-139 and got working... Koji Yonik Seeley wrote: Koji: perhaps you are working with the "update" patch? I'm pretty sure these things won't work with sto

Re: Updating in Solr.SOLR-139

2008-04-24 Thread Yonik Seeley
Koji: perhaps you are working with the "update" patch? I'm pretty sure these things won't work with stock solr, right? -Yonik On Fri, Apr 18, 2008 at 10:30 AM, Koji Sekiguchi <[EMAIL PROTECTED]> wrote: > You don't need any additional attributes in schema.xml, but the field > should be stored. >

Re: Updating in Solr.SOLR-139

2008-04-24 Thread nutchvf
of the command (or the xml to post) to update the document.Is required an >> additional tag in the schema.xml describing the updatable property??? >> >> For example: >> >> > stored="true"/> >> >> Please,I hope any suggestion!!! >> >

Re: Updating in Solr.SOLR-139

2008-04-18 Thread Koji Sekiguchi
You don't need any additional attributes in schema.xml, but the field should be stored. You can overwrite the existing field value of the doc AAA w/ the following XML: AAA German and post the following URL: http://localhost:8389/solr/update?mode=tags:overwrite&commit=true If the tags fie

Updating in Solr.SOLR-139

2008-04-17 Thread nutchvf
/Updating-in-Solr.SOLR-139-tp16744841p16744841.html Sent from the Solr - User mailing list archive at Nabble.com.