lunr.QueryLexer = function()

in miredot/lib/lunr/js/lunr.js [2550:2557]


lunr.QueryLexer = function (str) {
  this.lexemes = []
  this.str = str
  this.length = str.length
  this.pos = 0
  this.start = 0
  this.escapeCharPositions = []
}