-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
30 lines (22 loc) · 983 Bytes
/
Copy pathChanges
File metadata and controls
30 lines (22 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history for ElasticSearchX-Autocomplete
0.07 2012-03-26
Update to work with ElasticSearch v 0.52
0.06 2011-10-14
Added support for a 'formatter' callback, to format results
Added support for multiple tokens, eg "London", "London, England"
Requires ElasticSearch version 0.17 and above
0.05 2011-05-14
ElasticSearchX::Autocomplete::Indexer::Type was not being passed the
JSON object
0.04 2011-05-11
Added some missing dependencies
Fixed a bug when doing a location based search
0.03 2011-05-09
Changed the structure of the docs to store one doc per context,
instead of listing each context inside a rank object
If UNDEF is returned from the cache, don't treat as not-found.
0.02 2011-05-05
Fixed a syntax error in index_phrases
0.01 2011-05-05
First version, released on an unsuspecting world.
Still requires docs, tests and examples