Group - We are looking at sorting lucene doc's based on a field in alphanumeric order, as we expect fields to have Alpha numeric characters. Attached is the AlphaNumericFieldComparatorSource and below is the snippet of its usage.
final SortField sortField_id = new SortField(FieldName._id.name(), new AlphaNumericFieldComparatorSource(), false); Is anyone using an easier approach or please share other alternatives that you have tried. Thanks! -Vidhya
--------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org