Index: apachesolr_views.views.inc
===================================================================
--- apachesolr_views.views.inc	(revision 871)
+++ apachesolr_views.views.inc	(revision 872)
@@ -239,7 +239,18 @@
       );
     }
     // @TODO: handle language field.
-  
+
+    $data['apachesolr_' . $base_table]['sticky'] = array(
+      'title' => t('Sticky'),
+      'help' => t("The node's sticky bit."),
+      'sort' => array(
+        'handler' => 'apachesolr_views_handler_sort',
+      ),
+      'filter' => array(
+        'handler' => 'apachesolr_views_handler_filter_boolean',
+      ),
+    );
+
     $data['apachesolr_' . $base_table]['text'] = array(
       'title' => t('Search'),
       'help' => t('Searches the content with Solr'),
