bioatlas / ala-docker

Dockerized version of Atlas of Living Australia components
GNU Affero General Public License v3.0
12 stars 12 forks source link

Trouble implementing edited nameindex #40

Open pragermh opened 5 years ago

pragermh commented 5 years ago

Hi, I've added a record to the Dyntaxa-index, and get an exact match in the new image: docker run --rm -it bioatlas/ala-dyntaxaindex:v0.3-Bifid-sh nameindexer -testSearch "Bifidobacteriaceae" ... Match type: exactMatch

I have restarted services, and my new image seems to be used: docker inspect nameindex "Image": "bioatlas/ala-dyntaxaindex:v0.3-Bifid-sh",

I have deleted, re-loaded, re-processed and re-indexed my occurrence records. Yet, my Bifidobacteriaceae-occurrence is matched as Bacteria only, i.e. my index seems not have been used for indexing after all.

What am I doing wrong?

pragermh commented 5 years ago

See branch issue-40-nameindexing, including mp-test-occ-data & mp-test-code. Edited index is in dyntaxa-index. Thanks.