FacetsConfig usage

2014-10-05 Thread Jigar Shah
Hello, *NOTE*: this configuration is not saved into the index, but it's vital, and up to the application to ensure, that at search time the provided FacetsConfig matches what was used during indexing. Above statement is bit confusing. search is always point-in-time, indexing is over-the-time.

Re: FacetsConfig usage

2014-10-05 Thread Shai Erera
Hi The FacetsConfig object is the one that you use to index facets, and at search time it is consulted about the facets attributes (multi-valued, hierarchical etc.). You can make changes to the FacetsConfig, as long as they don't contradict the indexed data in a problematic manner. Usually the