lunr.QueryLexer.prototype.run = function()

in miredot/lib/lunr/js/lunr.js [2559:2565]


lunr.QueryLexer.prototype.run = function () {
  var state = lunr.QueryLexer.lexText

  while (state) {
    state = state(this)
  }
}