Re: sort problem

2007-09-02 Thread michael ravits
hello mike, this is the field definition: field name=msgid type=slong indexed=true stored=true required=true / holds message id's, values range from 0 to 127132531 can I disable this cache? Mike Klaas [EMAIL PROTECTED] wrote: On 28-Aug-07, at 6:19 AM, michael ravits wrote: hello solrs,

Re: sort problem

2007-09-02 Thread Yonik Seeley
On 9/2/07, michael ravits [EMAIL PROTECTED] wrote: this is the field definition: field name=msgid type=slong indexed=true stored=true required=true / holds message id's, values range from 0 to 127132531 can I disable this cache? No, sorting wouldn't work without it. The cache structure

updates on the server

2007-09-02 Thread James O'Rourke
Is there a way to pass the solr server a set of documents without all the fields present and only update the fields that are provided leaving the remaining document fields intact or do I need to pull those documents over the wire myself and do the update manual and then add them back to

Multiple Values -Structured?

2007-09-02 Thread Bharani
Hi, I have got two sets of document 1) Primary Document 2) Occurrences of primary document Since there is no such thing as join i can either a) Post the primary document with occurrences as multi valued field or b) Post the primary document for every occurrences i.e. classic de-normalized