Can someone explain to me what these flags mean (I am using Python binding)?
xapian.QueryParser.FLAG_BOOLEAN
xapian.QueryParser.FLAG_PHRASE
xapian.QueryParser.FLAG_LOVEHATE
xapian.QueryParser.FLAG_BOOLEAN_ANY_CASE
Also what is offset and count?
eg:
mset = enquire.get_mset(offset, count)
Thank you