facet.contains

2015-01-06 Thread Will Butler
https://issues.apache.org/jira/browse/SOLR-1387 contains a patch to support facet.contains and facet.contains.ignoreCase, making it possible to easily filter facet results without the facet.prefix limitations. I know that it is possible to appro

SolrCloud 4.6.0: OutOfMemoryError on Shard Split

2014-01-23 Thread Will Butler
We have a 125GB shard that we are attempting to split, but each time we try to do so, we eventually run out of memory (java.lang.OutOfMemoryError: GC overhead limit exceeded). We have attempted it with the following heap sizes on the shard leader: 4GB, 6GB, 12GB, and 24GB. Even if it does eventu

SolrCloud: query performance while indexing

2014-01-16 Thread Will Butler
We currently have a SolrCloud cluster that contains two collections which we toggle between for querying and indexing. When bulk indexing to our “offline" collection, our query performance from the “online” collection suffers somewhat. When segment merges occur, it gets downright abysmal. We hav