> embedded nested query parsers . That's a fairly new feature compared
> to
> > > > non-embedded nested query parsers - maybe Yonik could shed some
> light.
> > > This
> > > > may date from when he made a copy of the Lucene query parser for Solr
> &g
is
> > > may date from when he made a copy of the Lucene query parser for Solr
> and
> > > added the parsing of embedded nested query parsers to the grammar. It
> > seems
> > > like the embedded nested query parser is only being applied to a
> single,
> > > whit
grammar. It
> seems
> > like the embedded nested query parser is only being applied to a single,
> > white space-delimited term, and not respecting the fact that the term is
> a
> > quoted phrase.
> >
> > -- Jack Krupansky
> >
> > -Original Message--
;
> -- Jack Krupansky
>
> -Original Message----- From: Marcin Rzewucki
> Sent: Thursday, March 20, 2014 5:19 AM
> To: solr-user@lucene.apache.org
> Subject: Re: join and filter query with AND
>
>
> Nope. There is no line break in the string and it is not feed from
arcin Rzewucki
Sent: Thursday, March 20, 2014 5:19 AM
To: solr-user@lucene.apache.org
Subject: Re: join and filter query with AND
Nope. There is no line break in the string and it is not feed from file.
What else could be the reason ?
On 19 March 2014 17:57, Erick Erickson wrote:
It looks
You may try this
(({!join from=inner_id to=outer_id fromIndex=othercore v=$joinQuery}
And pass another parameter joinQuery=(city:"Stara Zagora" AND prod:214)
Thanks,
Kranti K. Parisa
http://www.linkedin.com/in/krantiparisa
On Fri, Mar 21, 2014 at 4:47 AM, Marcin Rzewucki wrote:
> Hi,
>
> Eri
Hi,
Erick, I do not get your point. What kind of servlet container settings do
you mean and why do you think they might be related ? I'm using Jetty and
never set any limit for packet size. My query does not work only in case of
double quotes and space between words. Why? It works in other cases a
Well, the error message really looks like your input is
getting chopped off.
It's vaguely possible that you have some super-low limit
in your servlet container configuration that is only letting very
small packets through.
What I'd do is look in the Solr log file to see exactly what
is coming thr
Nope. There is no line break in the string and it is not feed from file.
What else could be the reason ?
On 19 March 2014 17:57, Erick Erickson wrote:
> It looks to me like you're feeding this from some
> kind of text file and you really _do_ have a
> line break after "Stara
>
> Or have a line
It looks to me like you're feeding this from some
kind of text file and you really _do_ have a
line break after "Stara
Or have a line break in the string you paste into the URL
or something similar.
Kind of shooting in the dark though.
Erick
On Wed, Mar 19, 2014 at 8:48 AM, Marcin Rzewucki wro
Hi,
I have the following issue with join query parser and filter query. For
such query:
*:*
(({!join from=inner_id to=outer_id fromIndex=othercore}city:"Stara
Zagora")) AND (prod:214)
I got error:
org.apache.solr.search.SyntaxError: Cannot parse 'city:"Stara': Lexical
error at line 1, column
11 matches
Mail list logo