Log of /contributions/modules/apachesolr/Solr_Base_Query.php
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.4.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 18 16:37:34 2008 UTC
(12 months, 1 week ago)
by
jacobsingh
Branch:
DRUPAL-6--1
Changes since
1.1.4.9: +27 -31 lines
Diff to
previous 1.1.4.9
, to
branch point 1.1
Major overhaul of APIs. Primarilly, we moved the get_fields_in_index to a new class Drupal_Apache_Solr_Service which extends the old Service class. This makes a lot more sense, but is almost certain to break many contrib modules, etc. Since we are working towards a 1.0 release, there is probably additional refactoring to consider, so please try to write tests, and forgive us as we make this a more extendable platform.
Revision
1.1.4.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 30 16:52:08 2008 UTC
(12 months, 4 weeks ago)
by
robertDouglass
Branch:
DRUPAL-6--1
Changes since
1.1.4.7: +1 -1 lines
Diff to
previous 1.1.4.7
, to
branch point 1.1
Multisite search. With this new ApacheSolr extension module it is now possible to search many Drupal sites at once. The different sites appear as facets so you can filter by site. Sorting, author name, type, term name, author name facets all work on multisite search. This commit represents a significant refactoring of the block and facet system, the addition of a couple new hooks, and lots of minor corrections throughout hte module.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 17 16:55:59 2008 UTC
(15 months, 1 week ago)
by
drunkenmonkey
Branch:
MAIN
Changes since
1.3: +2 -2 lines
Diff to
previous 1.3
Deleted drupal_set_breadcrumb() call from Solr_Base_Query::get_bredcrumb(), since this is a) unnecessary, since the call's result is passed to that function anyways, and b) it resulted in unwanted breadcrumbs being displayed for apachesolr views without arguments.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 18 23:53:19 2008 UTC
(16 months, 1 week ago)
by
drunkenmonkey
Branch:
MAIN
Changes since
1.2: +4 -3 lines
Diff to
previous 1.2
Part of a first shot at a true Solr backend for Views. Doesn't work yet, but at least everything else seems to work fine.
Added apachesolr_views_query class that will, once finished, replace views' query class in Solr's Views backend. What is already there should be working, some methods that need to be called when the view is built are missing.
Also abstracted the Solr_Base_Query::get_breadcrumb() method somewhat so it doesn't only work on search pages.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 27 20:33:50 2007 UTC
(23 months ago)
by
robertDouglass
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0-BETA1,
DRUPAL-5--1-0-BETA2
Branch point for:
DRUPAL-5,
DRUPAL-6--1
Initial commit of the apachesolr module. This module integrates the Apache Solr search platform with Drupal, including faceted search for users, content types, taxonomy, and CCK fields. The SolrPhpClient library has been dually licensed under the Apache and GPL 2.0 with permission of the author.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.