Closed (cannot reproduce)
Project:
Apache Solr Views
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 08:27 UTC
Updated:
27 Oct 2014 at 18:22 UTC
Jump to comment: Most recent
Comments
Comment #1
ygerasimov commentedPlease retest this situation and please advise step by step instructions how to recreate a view to get this error.
Comment #2
miroslavbanov commentedComment #3
marcvangendI ran into this problem when, for some unknown reason, Views decided that all field handlers in my solr view were broken or missing. I only noticed this when I opened the view for editing. I made sure all relevant (views & solr related) modules were available and enabled, cleared cache, and the problem disappeared.
This is an old and closed issue, I'm aware, but I hope posting this here will helps someone in the future.
Comment #4
miroslavbanov commentedWhen views cache is being rebuilt, if no connection to solr can be made (or the query times out for some reason), then the handlers can become broken/missing like that - see how apachesolr_views_views_data() makes this call:
It then builds the views data with all the fields/filters based on the result of that call. Maybe this is the cause of the original problem.