Alexander Reelsen
Alexander Reelsen
uuuh, big sorry on my case... I read you wanted suggestions, but you want to do a refresh. The refresh request is executed synchronously When you do automatic refresh, you...
automatic refresh refreshes all data structures for all fields.. and runs in sync it should do the same. Can you reproduce this with fewer documents as well?
Are you using the latest version? Either 0.90.1-0.7 or 0.90.0-0.6.3? Can you paste suggest stats of the slow node?
can you provide me some sample data (only a few documents) and your mapping and your suggest requests, so I can reproduce? and your configuration.yml if it is different from...
Hey there! Do you still have this issue and can help me reproduce it?
I'll try to reproduce this with some data... not sure where this might come from. How big is your FST according to the suggest stats API? How big is your...
Also, can you add your mapping and a sample query which is being slow?
Just to make sure: Every query you fire is slow, right? The first query you are sending initializes the in-memory data structure. This query is supposed to be slow. When...
I have an idea what the problem is (thanks to posting the statistics). Need to investigate though.
Hey, I fixed the issue. Can you test it before I release a new version to the maven repo? ``` git clone https://github.com/spinscale/elasticsearch-suggest-plugin cd elasticsearch-suggest-plugin mvn -DskipTests=true package cd path/to/your/elasticsearch/inst...