Is there any way to make the DisMaxRequestHandler a bit more forgiving with
user queries, I'm only getting results when the user enters a close to
perfect match. I'd like to allow near matches if possible, but I'm not sure
how to add something like this when special query syntax isn't allowed.
--
I have two categories, CDs and DVDs, doing something like this:
explicit
disc_name^2
disc_year
1
true
category
explicit
disc_name^2
disc_year
disc_artist
1
I'm trying to wrap my head around the best practices way of correlating Solr
documents with database items.
Let's say I have a database containing people, groups, and projects (these
all have different fields). I want to index these different kinds of objects
with a view to eventually present sea