1.0.9 • Published 7 years ago

smallorange-es-client v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

CircleCI

Small Orange Elastic Search

It wraps elastic search methods with RXJS.

API

	search(index: string, type: string, body: object): Observable<object>;
	get(index: string, type: string, id: string): Observable<object>;
	multiGet(index: string, type: string, ...ids): Observable<object>;
	index(index: string, type: string, id, body: object): Observable<object>;
	delete(index: string, type: string, id: string): Observable<object>;
	bulk(index: string, type: string, action: string, items: Array<object>): Observable<object>;
	putMapping(index: string, type: string, body: object): Observable<object>;
	putTemplate(order: number, name: string, body: object): Observable<object>;
	getIndexes(index: string): Observable<object>;
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago