Sha256: 64695d14b71783a8eb93727de5c07f28d5961bfc759a129fd72d764283e3c969

Contents?: true

Size: 812 Bytes

Versions: 5

Compression:

Stored size: 812 Bytes

Contents

ErpSearch
=========

ERP Search adds Solr extensions to Compass using Sunspot.

Setup
=====
Copy vendor/plugins/erp_search/config/sunspot.yml to config/sunspot.yml
Edit config/sunspot.yml to your desired configuration if different from default


Example Usage
=============

Start Solr server:
rake sunspot:solr:start

Index Content:
rake sunspot:reindex_content

Index Parties:
rake sunspot:reindex_party_search_facts

Index Roles:
rake sunspot:reindex_roles

Stop Solr server:
rake sunspot:solr:stop  


Example Usage if using Tenancy
==============================

Index Content for All Tenants:
rake sunspot:tenants:reindex_content

Index Content for a single Tenant:
rake sunspot:tenant:reindex_content['schema_name']


Gem Dependencies
================
sunspot_rails
sunspot

Copyright (c) 2011 Adam Hull

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
erp_search-3.1.0 README.rdoc
erp_search-3.0.4 README.rdoc
erp_search-3.0.3 README.rdoc
erp_search-3.0.2 README.rdoc
erp_search-3.0.1 README.rdoc