Closed zarucki closed 7 years ago
I needed the _analyze API, so I went ahead and implemented it. We use the API to extensively test if things are stored and searched properly.
Almost all cases from here are implemented. I only skipped case with text as array: { "text" : ["this is a test", "the second text"] }
{ "text" : ["this is a test", "the second text"] }
I tried to blend my code style as much as possible to surrounding code.
hi zaruki, thanks for contributing! now there is version 5.0.27.0 with your analyze api handling.
I needed the _analyze API, so I went ahead and implemented it. We use the API to extensively test if things are stored and searched properly.
Almost all cases from here are implemented. I only skipped case with text as array:
{ "text" : ["this is a test", "the second text"] }
I tried to blend my code style as much as possible to surrounding code.