Re: How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-04-02 Thread Stefan Matheis
On Friday, March 30, 2012 at 11:33 PM, vybe3142 wrote: When I paste the relevant part of the query into the SOLR admin UI query interface, {!join+from=join_id+to=id}attributes_AUTHORS.4:4, I fail to retrieve any documents Just go and paste the raw content into the form, then you'll get

Re: How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-04-02 Thread Stefan Matheis
On Saturday, March 31, 2012 at 6:01 PM, Yonik Seeley wrote: Shouldn't that be the other way? The admin UI should do any necessary escaping, so those + chars should instead be a spaces? We can, but is this really what you'd expect?

Re: How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-04-02 Thread Stefan Matheis
On Monday, April 2, 2012 at 2:00 PM, Stefan Matheis wrote: On Friday, March 30, 2012 at 11:33 PM, vybe3142 wrote: When I paste the relevant part of the query into the SOLR admin UI query interface, {!join+from=join_id+to=id}attributes_AUTHORS.4:4, I fail to retrieve any documents Just

Re: How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-03-31 Thread Erick Erickson
translation going on but I'd like to understand how to make this work. Next, I'd like to understand how to make this work with SOLRJ -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-I-use-localparams-joins-using-SolrJ-and-or-the-Admin-GUI-tp3872088p3872088.html Sent from

Re: How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-03-31 Thread Yonik Seeley
On Sat, Mar 31, 2012 at 11:50 AM, Erick Erickson erickerick...@gmail.com wrote: Try escaping the '+' with %2B (as I remember). Shouldn't that be the other way? The admin UI should do any necessary escaping, so those + chars should instead be a spaces? -Yonik lucenerevolution.com - Lucene/Solr

Re: How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-03-31 Thread Erick Erickson
Gh, of course it should be the other way. That'll teach me to not try to listen to wait wait, don't tell me and reply to the list at the same time... Thanks, Erick On Sat, Mar 31, 2012 at 12:01 PM, Yonik Seeley yo...@lucidimagination.com wrote: On Sat, Mar 31, 2012 at 11:50 AM, Erick

How do I use localparams/joins using SolrJ and/or the Admin GUI

2012-03-30 Thread vybe3142
to : Server stack trace There appears to be some sort of URL translation going on but I'd like to understand how to make this work. Next, I'd like to understand how to make this work with SOLRJ -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-I-use-localparams-joins-using-SolrJ