Xapian::QueryParser
Inherits Reference < Object
Constructors
new(database : Database, language : String = "none", stem : Stem = Stem.new(language), default_prefix : String = "")
SourceInstance methods
add_boolean_prefix(field : String, prefix : String, exclusive : Bool = true)
Sourceadd_prefix(field : String, prefix : String)
Sourceparse(query_string : String) : Query
Sourceto_unsafe
Source