Is there a way to boost the scores of prefix field matches over term matches later in the field? Most of the Elasticsearch/Lucene documentation seems to focus on terms rather than fields.
For example, when searching for femal*, I'd like to have Female rank higher than Microscopic examination of specimen from female. Is there a way to do this on the query side or would I need to do something like create a separate field consisting of the the first word?