You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Priya Rodrigues <ro...@gmail.com> on 2015/01/23 09:35:19 UTC

Query to get A-Z index

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