hi! 👋🏼 How’s the full text search support in XTDB2? Does it still support Lucene like v1 did? I’m wondering if XTDB2 can replace something like ElasticSearch for simple text search use cases
Hey @alen! There's no inverted indexes in v2 (Lucene-based or otherwise), but scans can be pretty fast, and there is support for SQL's LIKE regex