: when disabling the facet, the query works perfectly. I understand that
: either defType parameter or q.myalias.qf parameters, do not affect the
: facet query (which always runs with lucene parser??)
a top level defType param only applies to the "q" param. This is by
design.
"defType" is sp
my case is field aliasing of edismax.
consider this request, which sent to the example configuration:
http://localhost:8983/solr/collection1/select?defType=edismax&q.myalias.qf=text&q=myalias:1234&facet=true&facet.query=myalias:1234
the result is:
undefined field myalias
400
when disabling th
: It seems that a facet query does not use the global query parameters (for
: example, field aliasing for edismax parser).
can you please give a specific example of a query that isn't working for
you?
Using this query against the examle data, things work exactly as i would
expect showing that t
created SOLR-5542.
Anyone else want it?
On Thu, Dec 5, 2013 at 8:55 PM, Isaac Hebsh wrote:
> Hi,
>
> It seems that a facet query does not use the global query parameters (for
> example, field aliasing for edismax parser).
> We have an intensive use of facet queries (in some cases, we have a lot
Hi,
It seems that a facet query does not use the global query parameters (for
example, field aliasing for edismax parser).
We have an intensive use of facet queries (in some cases, we have a lot of
facet.query for a single q), and the using of LocalParams for each
facet.query is not convenient.
D