Foreword: I'm not a java developer :)
OSVDB.org and datalossdb.org make use of solr pretty extensively via
acts_as_solr.
I found myself with a real need for some of the StatsComponent stuff
(mainly the sum feature), so I pulled down a nightly build and played
with it. StatsComponent proved perf
Thank you Shalin, I'm in the process of implementing your suggestion,
and it works marvelously. Had to upgrade to solr 1.3, and had to hack
up acts_as_solr to function correctly.
Is there a way to receive a search for a given field, and have solr
know to automatically check the two fields? I sup
This has likely been covered, and I've tried searching through the
archives, but having trouble finding an answer.
On OSVDB.org, if you search for:
title:PHPGroupWare
You get...nothing
if you search for:
title:phpGroupWare
(which is how the entry is indexed originally), you get a match of cou