Recent content by Juanfer

  1. Juanfer

    Prism: add latex support and line number

    I vote to add latex support.
  2. Juanfer

    XFES\Elasticsearch\RequestException: index already exists

    You can simply rebuild the index by removing the previous one, all from the ACP.
  3. Juanfer

    XFES\Elasticsearch\RequestException: index already exists

    Hi guys, I had the same problem and solved it like this: curl -XPUT -H "Content-Type: application/json" http://localhost:9200/indice/_settings -d '{"index.blocks.read_only_allow_delete": false}' The problem occurs because the index exceeds more than 90% of the capacity of the partition. And...
Top Bottom