Hi Johannes, there's also a reindex command: python manage.py es index_database
It's funny you need this right now, I just added it to the latest docs and tomorrow was planning to merge it into the stable docs. https://arches.readthedocs.io/en/latest/command-line-reference/#reindex-the-database Hope that works for you. Sometimes I have found (though I'm not sure exactly in which circumstances) that it's helpful to run these three in a row: es delete_indexes es setup_indexes es index_database Let us know if that works for you. Adam On Sun, Mar 24, 2019, 11:01 AM Johannes Ebster <[email protected]> wrote: > Hi all, > > I just completely re-installed Elasticsearch and want to start using it on > two Arches projects. > > I have already found the command > > $ python manage.py -o packages setup_indexes > > that created the indexes for me, however this does not index my already > present resources, i.e. the search windows do not show any error, but also > show 0 results. > > Is there a command for re-indexing my resources? > > Cheers, > Johannes > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
