Posted by R-H on June 1, 2010 at 8:57pm
Hello,
Wondering if Apache Solr as implemented in Drupal has the ability to do user profile search. Say I wanted to allow my users to search for other user that met x, y, z criteria and indicated a preference to allow being contacted by another member of the site. Would Solr support that?
Cheers!

Comments
Me too.
This is precisely the sort of question I am interested in too. However mine is a bit different - I want to know if Ubercart is automatically indexed by Solr.
I would guess that some of it comes down to the schema inside Solr. It probably has just one field "text".
Hmmm, time to learn a bit more about the indexing system...
Apachesolr Ubercart Integration might help?
http://drupal.org/project/apachesolr_ubercart
Thanks.
That looks like it may help me but not the original poster.
Hmmmm, but looking at it may teach us some more :-)
That's correct. :)
That's correct. :)
Solr Supports this
but the Apache Solr integration module does not. You'd need to create your own custom solr module to power this search. Searchlight might be useful as well: http://developmentseed.org/blog/2010/may/27/searchlight-views-driven-app...
Kyle Mathews