: 1. I am trying to customize the search with q query parameter, so that it
: can support wildcard and field boosting. I customize QueryParser and created
: the wildcard query in the same way as it does for non wildcard. But even
: with this changed query, the results are not showing up.
:
: I f
Hi Hoss,
Thanks a lot for the information. Here is what I am trying to achieve.
1. I am trying to customize the search with q query parameter, so that it
can support wildcard and field boosting. I customize QueryParser and created
the wildcard query in the same way as it does for non wildcard. B
: One first step is to use debugQuery=true as an additional parameter to your
: search request. That'll return debug info in the response, which includes a
: couple of views of the parsed query.
the query mentioned in the original post appears to come from
debugQuery=true using hte dismax parser
One first step is to use debugQuery=true as an additional parameter to
your search request. That'll return debug info in the response, which
includes a couple of views of the parsed query.
Erik
On Feb 26, 2009, at 2:05 AM, dabboo wrote:
Hi,
I am trying to search the schema with