I have documents containing few words, few sentences and documents containing a lot of text. When the user searches something, solr gives first the docs with least text as most relevant and at the end gives the docs with the most text. But concering the user, the relevance should be different. The first results should be relevant, but also needs to contain more text because the user needs to get the most relevant docs but with more text - to read something.
So how can I get relevant docs first, but those with more text first, not those with several words. I am using one text field and search inside it.