Saurabh Vasekar wrote on 6/19/12 12:51 PM: > > How can I sort based on integer and string in Lucy? Is it possible? >
I do not believe non-string field types have been released in a public API yet. For sorting on integer-like strings, I run my input data through sprintf() to created fixed-width strings. For more on sorting see: https://metacpan.org/module/Lucy::Search::SortSpec -- Peter Karman . http://peknet.com/ . [email protected]
