We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start hooking up Solr Node.search to various things, one at a time:
Node.search
fields(:title, :body, :comments)
text :tags do / tags.map(&:name) / end
fields(:title, :body, :tags)
DISABLE_SOLR_CHECK
Question: when are node.tags and node.comments reindexed?
The text was updated successfully, but these errors were encountered:
Initial done in #1464
Sorry, something went wrong.
#1467 for one more
jywarren
icarito
Successfully merging a pull request may close this issue.
Start hooking up Solr Node.search to various things, one at a time:
Node.search
Node.search
:fields(:title, :body, :comments)
text :tags do / tags.map(&:name) / end
fields(:title, :body, :tags)
DISABLE_SOLR_CHECK
flag so we can diable READ, WRITE, or BOTH: https://github.com/publiclab/plots2/blob/master/lib/solr_toggle/solr_toggle.rb#L4Question: when are node.tags and node.comments reindexed?
The text was updated successfully, but these errors were encountered: