On Wed, Dec 14, 2011 at 5:02 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: > > I'm a little lost in this thread ... if you are programaticly construction > a NumericRangeQuery object to execute in the JVM against a Solr index, > that suggests you are writting some sort of SOlr plugin (or uembedding > solr in some way)
It's not you; it's me. I'm just doing weird things, partly, I'm sure, due to ignorance, but sometimes out of expediency. I was experimenting with ways to do a NumericRangeFilter, and the tests I was trying used the Lucene api to query a Solr index, therefore I didn't have access to the IndexSchema. Also my question might have been better directed at the lucene-general list to avoid confusion. Thanks, --jay