DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Date
8pm GMT.
Meet
https://meet.google.com/uie-gbet-vyy
Attendees
Thread
https://lists.apache.org/thread/3g2779jx4z986154s92vgd3zs9qm9yf7
Goals
- TBD
Discussion items
| Time | Item | Who | Notes |
|---|---|---|---|
| (Absolutely) Low priority: | |||
| 10 min | multi shard join | as-is: Solr can join single shard fully replicated collection to multy-shard collection, but proposal: why can't we join multy-shard collection SOLR-16717; introducing AffinityPlugin.withCollectoinShards | |
| 10 min | JSON QParser | as-is: JSON queries translated into proposal: introduce new plugin type JQParser consuming json map and yielding Lucene query right there? | |
| 10 min | multiword synonyms with intervals | was: mv-synonyms triggers nested span queries as-is: after LUCENE-9207 it build disjunction of cartesian over substitutions. Heavy corporate users hit TooManyClausesEtc proposal: switch back to nested subqueries but use IntervalQuery intead of spans then. Unknown User (romseygeek) replied why it's wrong, but his argument hasn't reach my heart https://lists.apache.org/thread/9lhw2pxh209ormdvmx1p9nmljr825qno | |
| 10min | Modern Solr UI | as-is: Solr's Admin UI was built using AngularJS, an unsupported library that loads and executes and entire app of complex JavaScript code in the client. New techniques and frameworks have emerged that will allow for improved security, modularity, testing, and overall developer productivity. proposal: move to incrementally re-write existing functionality in a new web app using NextJS and React, beginning with the authentication experience. There is a document to follow prior to the meeting. Short Document on Framework Selection: |