We have an issue with TermComponent on Solr 3.6 (and 3.5), using term list on filed id (unique id of documents) we receive as reply that we have multiple documents with the same id!! Doing a search only one doc is returned as expected.
After more deep investigation this issue is "fixed" doing an index optimize. After an optimize all term list on id field returns that all ids are unique. If we update a single document this document id will be listed by termcomponent as used in two documents. It seems that TermComponent is looking at all versions of documents in the index. Does this is the expected behavior for TermComponent? Any suggestion about how to solve this? We use TermComponent to do a smart autocomplete about values on fields. Thank you --- Comperio srl Dario Rigolin