You may create a new field by copying the fields title, category and tag to the 
new field, like the following:

<copyField src="title" target="newField"/>
<copyField src="category" target="newField"/>
<copyField src="tag" target="newField"/>

and search against the new field.  You may go for newField of type "textgen".

Give it a try,
Naga
________________________________________
From: MitchK [mitc...@web.de]
Sent: Tuesday, May 04, 2010 6:36 PM
To: solr-user@lucene.apache.org
Subject: Short DismaxRequestHandler Question

Hello community,

I need a minimum should match only on some fields, not on all.

Let me give you an example:
title: "Breaking News: New information about Solr 1.5"
category: development
tag: Solr News

If I am searching for "Solr development", I want to return this doc,
although I defined a minimum should match of 100%, because 100% of the query
match the *whole* document.
At the moment, 100% applies only if 100% of the query match a field.

Is this possible at the moment?
If not, are there any suggestions or practices to make this working?

Thank you.

Kind regards
- Mitch
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p775913.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to