The docs of fullTextRanking says the following:
If YES (the default) the full-text query result rows will be sorted by (approximate) relevance. If set to NO, the rows will be returned in the order the documents were added to the database, i.e. essentially unordered; this is somewhat faster, so it can be useful if you don't care about the ordering of the rows.
But is there a way to order results alphabetically with fullTextQuery?