Re: join and filter query with AND

2014-03-24 Thread Kranti Parisa
> 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

Re: join and filter query with AND

2014-03-24 Thread Marcin Rzewucki
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

Re: join and filter query with AND

2014-03-21 Thread Kranti Parisa
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--

Re: join and filter query with AND

2014-03-21 Thread Yonik Seeley
; > -- 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

Re: join and filter query with AND

2014-03-21 Thread Jack Krupansky
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

Re: join and filter query with AND

2014-03-21 Thread Kranti Parisa
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

Re: join and filter query with AND

2014-03-21 Thread Marcin Rzewucki
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

Re: join and filter query with AND

2014-03-20 Thread Erick Erickson
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

Re: join and filter query with AND

2014-03-20 Thread Marcin Rzewucki
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

Re: join and filter query with AND

2014-03-19 Thread Erick Erickson
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

join and filter query with AND

2014-03-19 Thread Marcin Rzewucki
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