 
      
    
      Trait for a record in a web archive.
 
      
    
      Default implementation of a record in a web archive.
 
      
    
      A Wrapper class around RDD to simplify counting.
 
      
    
      
     
      
    
      A Wrapper class around DF to allow Dfs of type ARCRecord and WARCRecord to be queried via a fluent API.
A Wrapper class around DF to allow Dfs of type ARCRecord and WARCRecord to be queried via a fluent API.
To load such an DF, please use RecordLoader and apply .all() on it.
 
      
    
      A Wrapper class around RDD to allow RDDs of type ARCRecord and WARCRecord to be queried via a fluent API.
A Wrapper class around RDD to allow RDDs of type ARCRecord and WARCRecord to be queried via a fluent API.
To load such an RDD, please see RecordLoader.
Package object which supplies implicits to augment generic RDDs with AUT-specific transformations.