Solr 7.1.0 Group Facets Error

2017-12-04 Thread Priya Rodrigues
Facing errors on using groups and facets These queries work fine - http://localhost:8983/solr/urls/select?q=*:*&rows=0&facet=true&facet.field=city_id http://localhost:8983/solr/urls/select?q=*:*&rows=0&facet=true&facet.field=city_id&group=true&group.field=locality_id These kind of queries (where

Query to get A-Z index

2015-01-23 Thread Priya Rodrigues
Is there a way to get the A-Z index from a field eg. if the field name contains Alpha, Pogo, Zoro, it should return A, P, Z Found something similar here http://stackoverflow.com/questions/8974299/solr-query-by-range-of-name But is there a way to do this without copyField? Thanks, Priya

IndexSearcher not being closed

2014-11-19 Thread Priya Rodrigues
Hi, I am running into OOM errors on Solr 4.6. Our index size is quite small at 5000 documents and 75MB index size. While debugging this OOM, I found that the IndexSearcher Refcount is not coming down to 0 and hence the index searcher is not released on commits. We are using custom request handle