[nodebb-plugin-solr] Solr search plugin
-
Having issues with Solr on 0.6.0, even after the latest update. Is this a known issue or just me?
-
Why this plugin show only topic search data?
I see in Solr log, that it search for description_t and title_t. description_t returns 37 results, title_t - 0.
But user see nothing.2447575 [qtp507584865-14] INFO org.apache.solr.core.SolrCore – [collection1] webapp=/solr path=/select params={start=0&q=дизайн&qf=description_t^1&wt=json&rows=500&defType=dismax} hits=37 status=0 QTime=1
2447575 [qtp507584865-16] INFO org.apache.solr.core.SolrCore – [collection1] webapp=/solr path=/select params={start=0&q=дизайн&qf=title_t^1&wt=json&rows=500&defType=dismax} hits=0 status=0 QTime=1nodebb log:
9/2 12:42 [30014] - verbose: [plugin/solr] Search (topic) for "дизайн" returned 0 results
9/2 12:42 [30014] - verbose: [plugin/solr] Search (post) for "дизайн" returned 38 resultsNo search data for description_t shown · Issue #20 · julianlam/nodebb-plugin-solr
Why this plugin show only topic search data? I see in Solr log, that it search for description_t and title_t. description_t returns 37 results, title_t - 0. But user see nothing. 2447575 [qtp507584865-14] INFO org.apache.solr.core.SolrCo...
GitHub (github.com)
-
Updated to the latest Solr this morning and it returned zero results. We moved back to DBSearch and it worked fine, although the Regex in DBSearch is not nearly as nice as Solr. At least we have search again. Can't do any more testing with Solr until next week, so at the moment we are at a standstill there. But as DBSearch is working, it is not critical.
-
A little bit ago we uninstalled it and completely reinstalled and it started working. So Solr is working for us again (as are emoji.)
-
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? -
-
-