-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document larasearch/config.php's analyzer => larasearch_{analyzer}_index correspondance #30
Comments
I'm sorry that you had a bad experience figuring out how the analysers work. The documentation as it is now reflects the most basic things that a user of the library need to know to get started. As you've found out it lacks in-depth explanations of the inner workings. I just wrote it all down in one go so that people could start using the library. I think the Github wiki is probably better suited to documentation of Larasearch instead of a long readme file. This week I'm on holiday but when I get back I'll start working on a documentation wiki and explain some of the more advanced concepts for people who want to tweak the inner workings. Thanks for you feedback again. |
Hello Ivo, Open-sourcing a projects takes a lot of time and effort. I understand you Jonathan-David On Mon, Oct 13, 2014 at 10:05 AM, iverberk [email protected] wrote:
|
I don't know, the code looks pretty nice, but this lack of a demo or better documentation falls short our expectations,
Anyways thanks your package hope you being kind to provide more info |
I would really like to see some more in-depth documentation about this too. I can't get 'suggest' to work, but have no idea where to start debugging.
The response option array is also empty. |
Hello,
it would be nice to write in
README.md
andconfig.php
how analyzers configuration (name <=> implementation) works. Namely, that analyzers listed with a short name inconfig.php
'selasticsearch.analyzers
array, have their corresponding definition inelasticsearch.defaults.index.settings.analysis.analyzer.larasearch_{analyzer name}_index
entries.This would help people creating their own analyzers and understand what's corresponding to the analyzers short names they may write in the
public $__es_config;
array.I have spent maybe 2 hours before finding that out... : /
Though, the lib is cool thanks!
The text was updated successfully, but these errors were encountered: