Fuzziness with DisMaxRequestHandler

2008-01-08 Thread solruser2
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. --

Newbie question: facets and filter query?

2008-01-07 Thread solruser2
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

Newbie question about Solr use in web applications

2007-12-13 Thread solruser2
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