Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
TermVectorComponent supports distributed-search since SOLR-3229 added it. Unlike most other components, this one tries to support schemas without a UniqueKey. However it's logic for attempting to do this was made faulty with the introduction of distrib.singlePass, and furthermore this part wasn't tested any way. In this issue I want to remove support for schemas lacking a UniqueKey with this component (only for distributed-search).