Re: "begins with" searches

2009-10-26 Thread Gerald Snyder
Are you using the field name suffixes like Blacklight?xxx_text, _xxx_facet, xxx_string? With the xxx_string field you can request "begins with" search, but you may need some different search term normalization than with a _text search. Gerald Snyder Florida Center f

Re: FACET_SORT_INDEX descending?

2009-10-14 Thread Gerald Snyder
Thanks for the answer and the alternative idea.--Gerald Chris Hostetter wrote: : Reverse alphabetical ordering. The option "index" provides alphabetical : ordering. be careful: "index" doesn't mean "alphabetical" -- it means the natural ordering of terms as they exist in the index. for

Re: FACET_SORT_INDEX descending?

2009-10-06 Thread Gerald Snyder
Reverse alphabetical ordering. The option "index" provides alphabetical ordering. I have a year_facet field, that I would like to display in reverse order (most recent years first). Perhaps there is some other way to accomplish this. Thanks. --Gerald Chris Hostetter wrote: : Is there a

FACET_SORT_INDEX descending?

2009-09-25 Thread Gerald Snyder
Is there any value for the "f.my_year_facet.facet.sort" parameter that will return the facet values in descending order? So far I only see "index" and "count" as the choices. http://lucene.apache.org/solr/api/org/apache/solr/common/params/FacetParams.html#FA