I have a little Solr index for Dovecot full text search.
While investigating a different problem, I encountered this.
I indexed the same document 4 times. It should have resulted in exactly
one copy being in the index, but all four copies are there. Before I
file an issue I thought I'd ask here and see if maybe I caused the
problem somehow with my config.
https://www.dropbox.com/s/uu0a0efz7ly5g0j/solr_uniquekey_problem_2022-12_query_results.png?dl=0
Solr 9.2.0-SNAPSHOT compiled from a slightly modified branch_9x.
https://www.dropbox.com/s/vz1l7d149hz6plw/solr_uniquekey_problem_2022-12_dashboard.png?dl=0
Core stats:
https://www.dropbox.com/s/uvzwpzyoqid3jqv/solr_uniquekey_problem_2022-12_corestats.png?dl=0
solrconfig.xml and managed-schema.xml:
https://paste.elyograg.org/view/adc33eba
https://paste.elyograg.org/view/fdc7e726
/etc/default/solr.in.sh:
https://paste.elyograg.org/view/574ecf30
elyograg@bilbo:~$ java -version
openjdk version "17.0.5" 2022-10-18
OpenJDK Runtime Environment (build 17.0.5+8-Ubuntu-2ubuntu120.04)
OpenJDK 64-Bit Server VM (build 17.0.5+8-Ubuntu-2ubuntu120.04, mixed
mode, sharing)
elyograg@bilbo:~$ uname -a
Linux bilbo 5.15.0-1026-aws #30~20.04.2-Ubuntu SMP Fri Nov 25 14:53:22
UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
I do wonder whether the update request processor chain I have defined
might be causing problems ... but that should not affect the ID string
of "1" that I used when I indexed the doc.
solr.xml:
https://paste.elyograg.org/view/0282fffd
Any ideas whether this is a bug or a config problem?
Thanks,
Shawn