This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-28
Channels
- # beginners (2)
- # calva (8)
- # capetown (1)
- # clojure (28)
- # clojure-europe (6)
- # clojure-norway (82)
- # clojure-sweden (1)
- # clojuredesign-podcast (5)
- # clojurescript (26)
- # core-async (3)
- # cryogen (7)
- # datahike (30)
- # datomic (10)
- # figwheel-main (8)
- # honeysql (8)
- # hyperfiddle (15)
- # jobs-discuss (6)
- # lsp (6)
- # matrix (6)
- # off-topic (12)
- # overtone (1)
- # polylith (6)
- # portal (6)
- # releases (1)
- # shadow-cljs (9)
- # sql (1)
- # xtdb (5)
I'm starting a small project partly to explore XTDB. I almost immediately decided that I want Lucene https://v1-docs.xtdb.com/extensions/1.24.3/full-text-search/ Is there any way to make it work with xtdb 2 or is there an ETA on when it will be available for xtdb 2? I realize that v2 is still not ready for production use, I just thought it was neat so if I can use it instead of v1 I will.
I am sure we will add some text search support down the road, but I can't give any concrete ETA for it and it's also currently not a high on the priority list. If you need full text search use v1 for now.
https://github.com/seancorfield/next.jdbc.xt has been updated to work with the latest XTDB 2.0 snapshot and tested with both the in-process and HTTP client versions!
As a follow-up to this, https://github.com/seancorfield/usermanager-example/tree/xtdb is an XTDB 2 version of my usermanager example web app, using next.jdbc
+ next.jdbc.xt
. It uses an in-process XTDB node for the tests and a standalone instance for running the app (on localhost:3000
such as you'd get via Docker).
As a follow-up to this, https://github.com/seancorfield/usermanager-example/tree/xtdb is an XTDB 2 version of my usermanager example web app, using next.jdbc
+ next.jdbc.xt
. It uses an in-process XTDB node for the tests and a standalone instance for running the app (on localhost:3000
such as you'd get via Docker).