Re: Syntax unavailable for parameter substitution Solr 3.5

2014-08-19 Thread deepaksshettigar
Thanks Chris, Yes I am comfortable writing Java code & will try to give it a shot. Thanks Deepak -- View this message in context: http://lucene.472066.n3.nabble.com/Syntax-unavailable-for-parameter-substitution-Solr-3-5-tp4153197p4153722.html Sent from the Solr - User mailing list archive at

Re: Syntax unavailable for parameter substitution Solr 3.5

2014-08-16 Thread Yonik Seeley
You can't do this with stock solr, but a generic templating ability is now in heliosearch (a fork of solr): http://heliosearch.org/solr-query-parameter-substitution/ -Yonik http://heliosearch.org - native code faceting, facet functions, sub-facets, off-heap data On Fri, Aug 15, 2014 at 5:46 AM,

Re: Syntax unavailable for parameter substitution Solr 3.5

2014-08-15 Thread Chris Hostetter
: but am stuck with syntax with does not allow any concatenation of params to : a prefix. there's no inherent support for anything like that in the local param parsing that would help you in building up facet params like this. you'd either need to do this in some layer betwen your client and so

Re: Syntax unavailable for parameter substitution Solr 3.5

2014-08-15 Thread deepaksshettigar
Shawn Thanks a lot your interest & quick response. The reason I am leaning towards a Solr config based solution is due to shortage of time & expertise in server level configuration. If I do not find any workable Solr solution, I would certainly try out Option #1 as suggested by you. For Option #

Re: Syntax unavailable for parameter substitution Solr 3.5

2014-08-15 Thread Shawn Heisey
On 8/15/2014 9:46 AM, deepaksshettigar wrote: > Another Query, is it possible to handle HTTP 413 by increasing Allowed HTTP > Request Size on Apache/Jboss I have no idea how to help you with the other idea you've got, but this is an area where I've got some expertise. You have two ways to solve t

Syntax unavailable for parameter substitution Solr 3.5

2014-08-15 Thread deepaksshettigar
Environment :- -- Solr version 3.5 Apache Web Server on Jboss AS 5.1.x === Problem statement :- -- I am using a singe request handler to handle dynamic scenarios.