I'll try switching to int. Thanks.
Yonik Seeley <[EMAIL PROTECTED]> wrote: On 9/2/07, michael ravits wrote:
> this is the field definition:
>
>
> 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 certai
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
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 the
On 9/2/07, michael ravits <[EMAIL PROTECTED]> wrote:
> this is the field definition:
> 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 certainly isn't optimal for this (every doc
hello mike,
this is the field definition:
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,
>
> i have an index with 30M records, weights ~50GB. latest trunk