Can I reverse boost? Say I want to make the products not in stock to be last in the list?
Litium version: 6.2.2
Can I reverse boost? Say I want to make the products not in stock to be last in the list?
Litium version: 6.2.2
No, but with an implementation of Litium.Foundation.Search.Providers.IIndexingProviderPreProcessor
you can change the document that should be indexed and set a boost on the full index document (IndexDocument.Boost
). and decrease the value for the document that should come last.