Re: Solr Expression Slow

2018-02-12 Thread ~$alpha`
It cannot be done at indexing time. its based onloggedin user info -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr Expression Slow

2018-02-12 Thread Erik Hatcher
I suggest applying that logic at index time and build yourself a SORT_CRITERIA field and use that rather than that sophisticated function that looks like it could collapse down to a single index-time field. Erik > On Feb 12, 2018, at 10:32 AM, ~$alpha` wrote: