ruby on rails - sunspot/solr multiple indices -


i have sunspot/solr set search products on site. need ability search users , model (too explain is) in out app. there form searching product via solr , works well. there form searching users , other form search other model.

i assume recommended have separate index products, users, , other model? it's seems best keep index getting bloated? on right track here?

all models indexed in same index. , sunspot index classnames index.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -