Boosting in the ExternalIndex
# help-with-umbraco
s
Is there any way to boost certain document types or hits in different fields for the built in ExternalIndex (Umbraco 13+)?
j
You can boost in your search queries, Lucene has moved away from boosting at index time https://shazwazza.github.io/Examine/articles/searching.html#boosting
s
Why did they move away from that? Isnt boosting outside the index going to affect performance?
j
I don't know the exact reason, but been that way in the Java version for a while, and has now made its way to the .NET one as well.. I haven't felt any performance degradation from it
s
Alright 😄 thanks for the response 🙂