sunspot - How to best use Solr for relational records? -


given following relational data scheme -

  • posts can have 0 many tags
  • tags have 0 many aliases

in sunspot / solr, best practice search posts tag (or tag alias)?

to add above answer, can use synonyms feature store aliases. synonyms not have static. latest versions of solr have made simple programmatically manage synonyms.


Comments