RE: MultiValueFacetDataCache

thumbnail
Krzysztof Smaga, modified 11 Years ago. Junior Member Posts: 59 Join Date: 3/13/14 Recent Posts
Hi All,
I can't search documents emoticon
I found ERROR in log file:

ERROR [http-apr-8443-exec-17][MultiValueFacetDataCache:350] Maximum value per document: 10 exceeded, fieldName=groupId


How can I change the default value? I'd like to have for example 100.

Liferay 6.2 CE GA2
thumbnail
Jagat Pandya, modified 11 Years ago. New Member Posts: 7 Join Date: 11/22/10 Recent Posts
Hi Krzysztof Smaga,

Are you able to resolved your below issue?

Thanks,
Jagat Pandya
thumbnail
Anil Sunkari, modified 11 Years ago. Expert Posts: 427 Join Date: 8/12/09 Recent Posts
Hi,

very useful reference link1

&

link2

Regards,
Anil Sunkari
thumbnail
Marco Azzalini, modified 6 Years ago. Regular Member Posts: 146 Join Date: 11/18/14 Recent Posts
Hi, if it could help someone else, I hit the same problem but with a quite different exception (I am running a 6.2 GA3):
java.lang.IllegalArgumentException: unable to change size
        at com.browseengine.bobo.util.BigNestedIntArray$BufferedLoader.reset(BigNestedIntArray.java:1131)
        at com.browseengine.bobo.facets.data.MultiValueFacetDataCache.getBufferedLoader(MultiValueFacetDataCache.java:382)

anyway the solution is the same:  increase the maxTerms parameter in the json object's configuration of the Search portlet.Regards,Marco