Re: App still returns results after pio app data-delete

2018-01-02 Thread Pat Ferrel
BTW there is a new Chrome extension that lets you browse ES and create any JSON query. Just found it myself after Sense stopped working in Chrome. Try ElasticSearch Head, found in the Chrome store. On Jan 2, 2018, at 9:53 AM, Pat Ferrel wrote: Have a look at the ES

Re: App still returns results after pio app data-delete

2018-01-02 Thread Pat Ferrel
Have a look at the ES docs on their site. There are several ways, from sending a JSON command to deleting the data directory depending on how clean you want ES to be. In general my opinion is that PIO is an integration framework for several services and for the majority of applications you

Re: App still returns results after pio app data-delete

2018-01-02 Thread Noelia Osés Fernández
Thanks for the explanation! How do I delete the ES index? is it just DELETE /my_index_name? Happy New Year! On 22 December 2017 at 19:42, Pat Ferrel wrote: > With PIO the model is managed by the user, not PIO. The input is separate > and can be deleted without

Re: Recommendation return score more than 5

2018-01-02 Thread Noelia Osés Fernández
Thanks for the explanation, Pat! Do you know how to tell the template to use explicit ratings? If so, please let us know how to do that. Thanks!! On 22 December 2017 at 20:33, Pat Ferrel wrote: > I did not write the template you are using. I am trying to explain what