ezsystems / eztags

GNU General Public License v2.0
40 stars 40 forks source link

Solr index storing the keywords AND the tag ids #80

Closed pkamps closed 9 years ago

emodric commented 10 years ago

Hi!

If we're going to implement indexing tag IDs, I'd rather that it's compatible with version of indexing handler from multilanguage branch: https://github.com/ezsystems/eztags/blob/multilanguage/classes/ezfsolrdocumentfieldeztags.php, without locale and translations, ofcourse.

pkamps commented 10 years ago

Could you describe how it would be compatible with what the multilanguage branch does?

emodric commented 10 years ago

Hi!

Sorry for the late reply! I haven't had time to deal with eZ Tags in the past couple of weeks!

Well, just take the indexer from the multilanguage branch and modify it to remove locale and translation indexing.

Note that it requires changes to solr schema so it also needs docs update.