Thomas Low

Results 26 comments of Thomas Low

Hi @osma, I'm sorry, I don't think I will have the time. As you said, tfidf is just a first step. I just mentioned it, because I was curious that...

I had a look at the user table today (trying to make more columns sortable). I think the problem is related to the way data is queried from the database....

Regarding point 2. It is possible to map a database `VIEW` or custom SQL query to a Hibernate bean. Unfortunately, if the `VIEW` uses database-specific SQL statements, it is also...

You are probably logging HTTP-requests that go to your ElasticSearch server, right? You can limit the number of HTTP-requests used for indexing via the `elasticsearch.batch` parameter. A higher batch size...

@henning-gerhardt Thank you for your detailed feedback. I will have a look at your code review soon. I'm sorry if I raised too high expectations for this pull request. I...

Ok. If, your system is similar to mine and your CPU usage is already at 100% (or as high as you want it to be) than I don't think there...

I found the change that caused that the previous workaround for stopping the automatic refresh (polling) didn't work anymore. Now the previous behavior is back (page refresh will stop polling).

I refactored the failure logic a bit. Previously, a failure would not stop the indexing of subsequent objects types (if the indexing was started via the "index everything" button). I...

The cancel link looks like this: ![image](https://user-images.githubusercontent.com/6214043/194871231-51af49a3-7287-47d6-8ba0-4c3d0cdbfb6e.png) If this is sufficient, then it will resolve #5181.