- Major search improvement. Now search works on all the fields at once, this means if you search for "John" Ambar will search for it in files content, full names, sources and authors. This applies to phrase search and fuzzy search as well
- New API methods added to allow users to use Ambar only as a content extractor (please refer to our [API documentation](https://github.com/RD17/ambar/blob/master/API_DOC.md#files) for further information)
- Chinese language analyzer added, use `ambar_cn` in `config.json` to enable it
### Bugfixes
- Minor UI and WebApi bugfixes (thanks for your feedback)
### Migration from 0.9.4
- Migration to this release requiresreset of all your data, as we changed ElasticSearch mappings. Use this migration command:`sudo ./ambar.py reset &&sudo ./ambar.py update`
@ -13,7 +13,7 @@ If you like Ambar please :star: it!
## What is Ambar
Ambar is a simple document management system with automated crawling, OCR, deduplication and ultra-fast full-text search. Imagine having billion of files in different formats like xls, doc, txt, pdf, ppt, etc..., in any encoding. Ambar securely stores them and gives you an ability to search through their content and metadata in milliseconds. It is very lightweight, simple and intuitive, but yet very fast and powerful in terms of data amount and scaling. All the rocket-science is hidden behind the simple UI.
Ambar is a document search engine with automated crawling, OCR, deduplication and ultra-fast full-text search. Imagine having billion of files in different formats like xls, doc, txt, pdf, ppt, etc..., in any encoding. Ambar securely stores them and gives you an ability to search through their content and metadata in milliseconds. It is very lightweight, simple and intuitive, but yet very fast and powerful in terms of data amount and scaling. All the rocket-science is hidden behind the simple UI.
## Features
@ -27,7 +27,7 @@ Ambar is a simple document management system with automated crawling, OCR, dedup
* Search By Date (when: yesterday, today, lastweek, etc)
* Search By Size (size>1M)
* Search As You Type
* Supported language analyzers (Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld, CJK)
* Supported language analyzers (Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld, CJK, Cn)