Mercurial Hosting > disearch
comparison src/lib/Db.luan @ 17:74277b56ac3c
home page
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 01 Nov 2023 21:11:25 -0600 |
parents | 80105b716a62 |
children |
comparison
equal
deleted
inserted
replaced
16:552d6f944acb | 17:74277b56ac3c |
---|---|
18 name = "lucene" | 18 name = "lucene" |
19 } ) | 19 } ) |
20 | 20 |
21 Db.indexed_fields.server_discord_id = Lucene.type.string | 21 Db.indexed_fields.server_discord_id = Lucene.type.string |
22 Db.indexed_fields.server_owner_discord_id = Lucene.type.string | 22 Db.indexed_fields.server_owner_discord_id = Lucene.type.string |
23 Db.indexed_fields.server_bumped = Lucene.type.long | |
23 | 24 |
24 function Db.not_in_transaction() | 25 function Db.not_in_transaction() |
25 logger.error(new_error("not in transaction")) | 26 logger.error(new_error("not in transaction")) |
26 end | 27 end |
27 | 28 |