- Highlight search results support.
- Added analyzer_startswith analyzer (can be used to create auto-complete).
- Added option to use monitor.io to look into socket connections via telnet.
- Added configurable callbacks/message in search socket messages (require new client).
- UI support for import/export mappings in JSON
- Added analyzer_startswith analyzer (can be used to create auto-complete)
- Support for geo-point in mapping configuration.
- Added create new index API call.
- Added remove index API call.
- Change error message to be JSON.
- Fixed error in addIndex where "Mappings already exists." is always returned.
- Fixed sort error to now use multi field .sort in the index, which is not analyzed.
- Re-addded sortable fields in admin UI.
- Added support for raw fields to create better facets.
- Added Copy mappings in admin UI.
- Node module have been updated - run update.sh
- Read/Write (rw) and read-only (r) access have been added to api keys - Update apikeys.json
- Added /api/[index]/flush to the api.
- Added count query to socket client.
- Fixed default analyzer.
- Added support for default indexer
- Fixed document update by using "index" API
- Added support for multi-field .raw