Class: Blacklight::Solr::Response::Facets::NullFacetField
- Inherits:
 - 
      FacetField
      
        
- Object
 - FacetField
 - Blacklight::Solr::Response::Facets::NullFacetField
 
 
- Defined in:
 - lib/blacklight/solr/response/facets.rb
 
Instance Attribute Summary
Attributes inherited from FacetField
Instance Method Summary collapse
- 
  
    
      #initialize(name, items = [], response: nil, **kwargs)  ⇒ NullFacetField 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NullFacetField.
 
Methods inherited from FacetField
#count?, #data, #index?, #limit, #offset, #prefix, #response, #sort, #type
Constructor Details
#initialize(name, items = [], response: nil, **kwargs) ⇒ NullFacetField
Returns a new instance of NullFacetField.
      104 105 106  | 
    
      # File 'lib/blacklight/solr/response/facets.rb', line 104 def initialize name, items = [], response: nil, **kwargs super end  |