Re: multivalued dynamic fields performance

2008-01-22 Thread Yonik Seeley
On Jan 22, 2008 9:29 PM, Jonathan Ariel <[EMAIL PROTECTED]> wrote: > If I'm going to have nearly always one value and in some cases 4 or 5 values > I would feel the penalty when faceting? Does it depends on the amount of > values in my field? For those documents that I'm going to have just one > va

Re: multivalued dynamic fields performance

2008-01-22 Thread Jonathan Ariel
Thanks! So there is just one penalty when faceting, which is my case. "TermEnum is good for a limited number of different indexed terms in the field, and allows multiple terms per field per document" How much is limited number of different indexed terms in the field? If I'm going to have nearly alw

Re: multivalued dynamic fields performance

2008-01-22 Thread Chris Hostetter
: Hi, : Do you know if there is a performance impact when using multivalued dynamic : fields when it's not always necessary to store more than one value? http://www.nabble.com/Performance-penalty-for-Multivalued-field--to9496992.html -Hoss

multivalued dynamic fields performance

2008-01-22 Thread Jonathan Ariel
Hi, Do you know if there is a performance impact when using multivalued dynamic fields when it's not always necessary to store more than one value? Since I'm going to add dynamic fields to my schema and I'm not sure if the field will be multivalued or not, I thought about doing them multivalued. In