Once a new release of Sufia is available (a new 4.0.0 RC or 4.0.0 itself), full-text indexing will be supported. This will require just a couple of changes:
Change the Gemfile to point at the newer Sufia release
Run the full-text generator within the Vagrant instance via rails g sufia:models:fulltext
Once a new release of Sufia is available (a new 4.0.0 RC or 4.0.0 itself), full-text indexing will be supported. This will require just a couple of changes:
rails g sufia:models:fulltext
all_text_timv
to the catalog controller's QF like so: https://github.com/gwu-libraries/gw-sufia/pull/89/files#diff-3 (this step may or may not be added to Sufia fulltext generator in the 4.0 release -- if so, this step may be skipped)rake sufia:jetty:config
instead ofrake jetty:config