5 ms·
interesting, I will check out for sure. Any plans for EU release? I am very interested in the facet-search functionality, anybody know if there is sort options
by zargath 14y ago
interesting, I will check out for sure. Any plans for EU release?
I am very interested in the facet-search functionality, anybody know if there is sort options on the returned facet's ? Most search engines just sort facets by number of hits.
- edouard1234567 14y agoYou can sort facets in your application, not sure why you'd want the search engine to sort them, doesn't seem like a feature that belongs to the "back-end" search engine.
- jahewson 14y agoSay a query returns a million results, it makes much more sense to sort them on the search server and return the top 10 than to transfer them all to the application server and sort them there. Another use case is a custom ranking function which boosts the score of newer documents.
- nickm12 14y agoIf you want to sort by anything other than the number of hits in every facet, then there is information about the facets that only the search engine really knows. For instance, which facet holds the most relevant results?