Multifaceting on multivalued field

2010-05-18 Thread Peter Karich
Hi all, I read about multifaceting [1] and tried it for myself. With multifaceting I would like to conserve the number of documents for the 'un-facetted case'. This works nice with normal fields, but I get an exception [2] if I apply this on a multivalued field. Is this a bug or logical :-) ? If

Re: Multifaceting on multivalued field

2010-05-18 Thread Marco Martinez
Hi, This exception is fired when you don't have this field on your index, but this comes because you have an error in your query syntax !{ex=cars}cars, should be {*!*ex=cars}cars , whith the exclamation inside the brackets. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida

Re: Multifaceting on multivalued field

2010-05-18 Thread Peter Karich
Hi Marco, oh, awkward. Thanks a lot!! Regards, Peter. Hi, This exception is fired when you don't have this field on your index, but this comes because you have an error in your query syntax !{ex=cars}cars, should be {*!*ex=cars}cars , whith the exclamation inside the brackets. Marco