01 Aug, 2016
1 commit
30 Jul, 2016
3 commits
29 Jul, 2016
2 commits
-
Support conversion boosting on multiple fields
26 Jul, 2016
1 commit
25 Jul, 2016
2 commits
-
add indices_boost option support
24 Jul, 2016
6 commits
23 Jul, 2016
3 commits
-
Raise with message on bulk import error
-
Avoid extra string allocations
10 Jul, 2016
2 commits
09 Jul, 2016
1 commit
02 Jul, 2016
1 commit
26 May, 2016
1 commit
-
See https://github.com/ankane/searchkick/issues/563
17 May, 2016
2 commits
16 May, 2016
1 commit
04 May, 2016
4 commits
03 May, 2016
5 commits
24 Apr, 2016
1 commit
-
Avoid extra string allocations on Index#document_type(record), which by default fallbacks to `model_name.to_s.underscore` which creates a new string object and call Inflector every time it used. Models already have `model_name.underscore`, which is frozen, we should you it to skip a generation of tons of strings inside a huge reindexing batch.
23 Mar, 2016
1 commit
21 Mar, 2016
1 commit
20 Mar, 2016
1 commit
12 Mar, 2016
1 commit
-
reindexing models on an ES cluster that is totally new / empty throws…