Re: sorting help

2020-07-15 Thread Dave
That’s a good place to start. The idea was to make sure titles that started with a date would not always be at the forefront and the actual title of the doc would be sorted. > On Jul 15, 2020, at 4:58 PM, Erick Erickson wrote: > > Yeah, it’s always a question “how much is enough/too much”. >

Re: sorting help

2020-07-15 Thread Erick Erickson
Yeah, it’s always a question “how much is enough/too much”. That looks reasonable for alphatitle, but what about title? Your original question was that the sorting changes depending on which field you sort on. If your title field uses something that tokenizes or doesn’t include the same analysis

Re: sorting help

2020-07-15 Thread David Hastings
thanks, ill check the admin, didnt want to send a big clock of text but: - - Tokenizer: org.apache.lucene.analysis.core.KeywordTokenizerFactoryclass: solr.KeywordTokenizerFactoryluceneMatchVersion: 7.1.0 - Token Filters: org.apache.lucene.analysis.co

Re: sorting help

2020-07-15 Thread Erick Erickson
I’d look two places: 1> try the admin/analysis page from the admin UI. In particular, look at what tokens actually get in the index. 2> again, the admin UI will let you choose the field (alphatitle and title) and see what the actual indexed tokens are. Both have the issue that I don’t know wha