Index: apachesolr_search.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v
retrieving revision 1.1.2.9
diff -u -r1.1.2.9 apachesolr_search.module
--- apachesolr_search.module 29 Jun 2008 13:53:29 -0000 1.1.2.9
+++ apachesolr_search.module 4 Jul 2008 00:23:11 -0000
@@ -46,7 +46,7 @@
'rows' => variable_get('apachesolr_rows', 10),
'facet' => 'true',
'facet.limit' => $facet_limit,
- 'facet.field' => array('tid', 'type', 'uid'),
+ 'facet.field' => array('tid', 'type', 'uid', 'language'),
'facet.mincount' => 1,
'facet.sort' => 'true'
);
Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.16
diff -u -r1.1.2.16 apachesolr.module
--- apachesolr.module 29 Jun 2008 13:53:29 -0000 1.1.2.16
+++ apachesolr.module 4 Jul 2008 00:23:11 -0000
@@ -215,7 +215,7 @@
// Let modules add to the document
module_invoke_all('apachesolr_update_index', &$document, $node);
- $fields = array('title', 'body', 'type', 'uid', 'changed', 'nid', 'comment_count', 'name');
+ $fields = array('title', 'body', 'type', 'uid', 'changed', 'nid', 'comment_count', 'name', 'language');
foreach ((array)$node as $key => $value) {
if (in_array($key, $fields)) {
$document->$key = $value;
Index: schema.xml
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/schema.xml,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 schema.xml
--- schema.xml 14 Jun 2008 18:44:29 -0000 1.1.2.2
+++ schema.xml 4 Jul 2008 00:23:11 -0000
@@ -256,7 +256,7 @@
-
+