The first plugin is the one written by @psychobunny, and is actively maintained. The others are forks.
[nodebb-plugin-solr] Solr search plugin
-
Hoorah! Glad to hear it
-
I tried it and it works fine with full words but its doesnt work with wilcards like *
Also if i have two topics one is "ball" and other is "balls", with bdsearch a query for "ball" will get the two topics as result but in solr only getting first one.
Do i meed to config something else? -
I found a bug: add the topic -> it is added to the index -> edit the topic -> index added a new version of the message.
The result: in the index have two topic (old and new).
Temporary solution: manual rebuild search index
-
@aya Can you report this issue on the plugins repository?
-
-
Thanks @aya, will try to take a look today.
-
@julian update to 1.0.1 (from 1.0.0) solved my problem.
-
@Bin this plugin is awesome ! It support Chinese, haha !
-
@Samurais Yes, we recommend using Solr plugin if you are using non-latin languages like Chinese, Russian, etc
-
@Samurais solr needs java environment, so the memory consumption is too large.
-
Yes, unfortunately that is a side effect of running Solr
Hopefully we will find a node.js based search engine soon.
-