Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xapian
0.4.3
Glib
Boolean
Error
Xapian
Database
Document
Id
ValueSlots
Value
Enquire
Mset
Iterator
Query
Op
QueryParser
Stem
UnsupportedLanguageError
TermGenerator
WritableDatabase
Generated using Crystal 1.14.0
2024-11-26 09:18:55 UTC
class
Xapian::
Query
Xapian::Query
Reference
Object
Defined in:
xapian/query.cr
Constructors
.new
(query : Query)
.new
(term : String)
.new
(query : LibXapian::Query)
Class Method Summary
.match_all
Instance Method Summary
#description
#empty?
#join
(op : Op, other : Query)
#length
#serialize
#to_unsafe
: LibXapian::Query
Constructor Detail
def self.
new
(query :
Query
)
#
[
View source
]
def self.
new
(term : String)
#
[
View source
]
def self.
new
(query : LibXapian::Query)
#
[
View source
]
Class Method Detail
def self.
match_all
#
[
View source
]
Instance Method Detail
def
description
#
[
View source
]
def
empty?
#
[
View source
]
def
join
(op :
Op
, other :
Query
)
#
[
View source
]
def
length
#
[
View source
]
def
serialize
#
[
View source
]
def
to_unsafe
: LibXapian::Query
#
[
View source
]