2014-10-01 15:52:46 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
from . import ElasticsearchTestCase
|
|
|
|
|
|
2019-05-10 09:16:33 -06:00
|
|
|
|
2014-10-01 15:52:46 +02:00
|
|
|
class TestUnicode(ElasticsearchTestCase):
|
|
|
|
|
def test_indices_analyze(self):
|
2017-02-08 20:47:57 +01:00
|
|
|
self.client.indices.analyze(body='{"text": "привет"}')
|