Download & Extend

Add integration with ApacheSolr for facet-based project browsing

Project:Project
Version:6.x-1.x-dev
Component:ApacheSolr integration
Category:feature request
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

DamZ and I are going to work on a project_solr module for integration with ApacheSolr to provide facet-based project browsing for the new d.o...

Comments

#1

As mentioned at http://drupal.org/node/366562#comment-1230834 -- part of why core search sucks so bad is that if you type "views" you don't get http://drupal.org/project/views as the first hit. Can't we just add an "ssfield_project_shortname" field to the solr document, and give that a relevancy factor of 1000 or something? I guess we should use both the shortname and the project title. Seems like having project_title separate from regular node titles is good, since we'd only want to outrageously boost relevancy on title matches if the word appears in project node titles. Matching "views" in the titles of issues or forum posts obviously wouldn't help this problem.

#2

Committed code to add "ssfield_project_uri" to the solr document to HEAD. the separate title field is redundant with the proposed boost for node types: #365901: Add a bias on node type (and node-type exclusion) so I left that out.

#4

Component:Projects» ApacheSolr integration
Status:active» fixed

#375341 isn't a blocker on this at all. The initial request here (to add ApacheSolr integration) is done. Other features/bugs should come in separate issues.

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.