I've written a custom query parser that we'll call {!doFoo } which takes two parameters: a field name and a space delimited list of values. The parser does some calculations between the list of values and the field in question.
In some cases, the list is quite long and as it turns out, the core already has the information. I think most of my latency in this operation is just passing big lists around. Ideally, I'd like to accomplish something like this: {!doFoo f=my_field v='query(...)'} Or, even better, if I could just pass a parameter in and get the results. {!doFoo with='bar') Thanks for any advice! Jim -- View this message in context: http://lucene.472066.n3.nabble.com/Feeding-Custom-QueryParser-with-Nested-Query-tp4046007.html Sent from the Solr - User mailing list archive at Nabble.com.