ElasticSearch Essentials

ElasticSearch Essentials [Paid] 3.17.10

No permission to buy ($30.00)
after turning on stop words / stemming options
same as this one ?
 
I know it's not 2.3 ready yet. I just put it here so it won't be missed. When trying to delete an index and recreate a new one, received is the following error:


Code:
ErrorException: [E_WARNING] Undefined array key "sv_ess_ngram" in src/addons/SV/ElasticSearchEssentials/XFES/Service/Analyzer.php at line 120
XF::handlePhpError() in src/addons/SV/ElasticSearchEssentials/XFES/Service/Analyzer.php at line 120
SV\ElasticSearchEssentials\XFES\Service\Analyzer->getAnalyzerFromConfig() in src/addons/XFES/Service/Configurer.php at line 70
XFES\Service\Configurer->initializeIndex() in src/addons/SV/ElasticSearchEssentials/XFES/Service/Configurer.php at line 43
SV\ElasticSearchEssentials\XFES\Service\Configurer->initializeIndex() in src/addons/XFES/Admin/Controller/EnhancedSearch.php at line 174
XFES\Admin\Controller\EnhancedSearch->actionSetup() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
XF\App->run() in src/XF.php at line 798
XF::runApp() in admin.php at line 15
Code:
ErrorException: [E_WARNING] Undefined array key "sv_ess_ngram" in src/addons/SV/ElasticSearchEssentials/XFES/Service/Analyzer.php at line 120
XF::handlePhpError() in src/addons/SV/ElasticSearchEssentials/XFES/Service/Analyzer.php at line 120
SV\ElasticSearchEssentials\XFES\Service\Analyzer->getAnalyzerFromConfig() in src/addons/XFES/Service/Analyzer.php at line 30
XFES\Service\Analyzer->updateAnalyzer() in src/addons/SV/ElasticSearchEssentials/XFES/Service/Analyzer.php at line 201
SV\ElasticSearchEssentials\XFES\Service\Analyzer->updateAnalyzer() in src/addons/XFES/Admin/Controller/EnhancedSearch.php at line 250
XFES\Admin\Controller\EnhancedSearch->actionIndexConfig() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
XF\App->run() in src/XF.php at line 806
XF::runApp() in admin.php at line 15
after turning on stop words / stemming options
upd : any action on these options cause error
This is fixed in 3.17.3. It was a regression that wasn't caught, and looks to require some specific conditions that wasn't part of my test matrix :(
 
@Xon , I am not sure where this is generated. Any thoughts on this? I believe it is not allowing the index to optimize. XF 2.3.4 or 2.3.5

title_suggest: Unexpected, array ( 'type' => 'text', 'fields' => array ( 'keyword' => array ( 'type' => 'keyword', 'ignore_above' => 256, ), ), )

ess.webp
ess1.webp

ess2.webp

ess3.webp
 
Last edited:
@Xon , I am not sure where this is generated. Any thoughts on this? I believe it is not allowing the index to optimize. XF 2.3.4 or 2.3.5

title_suggest: Unexpected, array ( 'type' => 'text', 'fields' => array ( 'keyword' => array ( 'type' => 'keyword', 'ignore_above' => 256, ), ), )

View attachment 318273
View attachment 318274

View attachment 318275

View attachment 318276
i guess it was fixed at the latest updates
i had this issue before but now its gone after mappings update/ search rebuild
 
  • Like
Reactions: Xon
Hmm, I'm on ES Essentials 3.17.4 and have rebuilt the search several times. I have also changed a few ES Essentials settings and saved. The mappings still show
1000011517.webp
Ideas or thoughts on where to go next?
 
Last edited:
Hmm, I'm on ES Essentials 3.17.4 and have rebuilt the search several times. I have also changed a few ES Essentials settings and saved. The mappings still show
View attachment 318327
Ideas or thoughts on where to go next?
Can you open a ticket on my site? I'll need admin login details for your site to check your enhanced search config options and check add-on options to replicate your site's config so I can attempt to reproduce this
 
Thanks for updating this for 2.3. I just updated mine however the predictive search does not seem to be working with the UI-X theme.

Any ideas how I can get it to work? Maybe I am missing something simple and stupid. :D

Thanks!
 
Hi @Xon could you please add support for Bob's Showcase addon?

Also is it possible to have an option to include the prefix in the autocomplete suggestions?
 
Hi @Xon could you please add support for Bob's Showcase addon?

Also is it possible to have an option to include the prefix in the autocomplete suggestions?
I'm currently in the middle of some commissioned feature work so I'm unsure when I'll have time to look into this.

Since search autocomplete is now supported in core, this is likely something @Bob will be interested in adding to his own add-ons. This add-on will then pickup that support and emit it's somewhat different elasticsearch queries.
 
, this is likely something @Bob will be interested in adding to his own add-ons.
Already have.... same exact implementation as XFRM and XFMG. If there is MORE that I need to do to work with this, hit me up in our development conversation DM ;)
 
Back
Top Bottom