There are some open issues (not for 1.4 at this point) to make dismax
more flexible or add wildcard handling, e.g:
https://issues.apache.org/jira/browse/SOLR-756
https://issues.apache.org/jira/browse/SOLR-758
You might participate in those to try to get this in a future version
and/or get a worki
: Subject: dismax + wildcard
: References: <3c9e9890-e1e9-43b0-bd01-b9fa4a77f...@gmail.com>
:
:
: In-Reply-To:
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not reply to
an existing message
Jan Kammer wrote:
Hi there,
what is the best way to search all fields AND use wildcards?
Somewhere I read that there are problems with this combination...
(dismax + wildcard)
It's a feature of dismax. WildcardQuery cannot be used in dismax q
parameter.
You can copy the "all fields" to a de
Hi Jan,
You could write a dismax request handler and then then in the query you could
specify like -
q=something&qt=dismaxhandler&fq=type:something
This might help.
Thanks
-Ankit
-Original Message-
From: Jan Kammer [mailto:jan.kam...@mni.fh-giessen.de]
Sent: Wednesday, Novembe
Hi Kurt. I'm the author of those JIRA issues. I'm glad you have interest in
them. Please vote for them if you have not done so already. I updated
SOLR-758 and I hope it works out okay for you. If you have further questions,
please comment on the relevant issues.
~ David Smiley
Author: htt
On Tue, Aug 25, 2009 at 3:00 AM, Kurt N. wrote:
>
> Hello all.
>
> We have a situation in the requirements for our project that make it
> desireable to be able to perform a DisMax query with wildcard (* and ?)
> characters in it.
>
> We are using the standard release (not nightly) of Solr 1.3.
>