Open
Conversation
…d, add code to include attachment field as a text field
…ichdocuments and non-richdocuments, only the non-richdocument would get processed, the richdocuments would not.
Contributor
|
Are these going to make it into master or should we base our project on springbok's fork? |
|
Hello, I try to setup @tomasc repo and @zmoazeni repo. Each repo have a similar error: I setup my envorinment by: rails app test_solr_cellEdit Gemfile and add: # Integrate application with Apache Solr
gem 'sunspot_solr'
gem 'sunspot_rails'
gem 'sunspot_cell', "1.0", :git => 'https://github.com/springbok/sunspot_cell.git'now I try to generate scaffold for my model with; rails generate scaffold Book title:string author:stringbut the following error is visible on console: some other info: gem list
# ...
sunspot (1.3.3)
sunspot_rails (1.3.3)
sunspot_solr (1.3.3)
# ...ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]any init/Gemfile to correctly use sunspot_cell ? |
|
Ok, I foud error was RSolr::Xml::Document inside RSolr::Message::Document, now I'll do some test to confirm all work fine. |
|
What is the actual "master" of this project? Everything seems to be only branches and never pull or merge together. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi tomasc,
As requested here are my updates, thanks for all the work you did on putting this together, it helped me a LOTin my project.
Regards,
Etienne.