Sometimes we want to do multiple indexing_callbacks on the same fields (in the case of rich_snippets). I worked on a patch to make this possible without breaking older implementations

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Nick_vh’s picture

Status: Active » Needs review
FileSize
10.06 KB
Nick_vh’s picture

It 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.

Nick_vh’s picture

FileSize
12.97 KB

in addition I'm fixing some simpletests that only run on local machines.

Status: Needs review » Needs work

The last submitted patch, 2118947-3.patch, failed testing.

Nick_vh’s picture

Status: Needs work » Needs review
FileSize
13.51 KB
Nick_vh’s picture

FileSize
13.51 KB
Nick_vh’s picture

Version: 7.x-1.x-dev » 6.x-3.x-dev
Status: Needs review » Patch (to be ported)

Committed, needs backport for 6.x-3.x