Patch (to be ported)
Project:
Apache Solr Search
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2013 at 20:09 UTC
Updated:
23 Oct 2013 at 21:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
nick_vhComment #2
nick_vhIt also solves #1707404: truncating field name in apachesolr_index_key() causes Solr Error "multiple values encountered for non multiValued field" as the schema field name restriction is too strict when we want to add semantical schema names to the index. By using a variable we keep backwards-compatibility and allow individual users/modules to disable it if needed.
Comment #3
nick_vhin addition I'm fixing some simpletests that only run on local machines.
Comment #5
nick_vhComment #6
nick_vhComment #7
nick_vhCommitted, needs backport for 6.x-3.x