Re: Query Validation How To

2014-01-07 Thread Ahmet Arslan
Hi Michael, I would look at tests, a subclass of org.apache.solr.SolrTestCaseJ4, for example org.apache.solr.search.TestRangeQuery could be a starting point. Ahmet On Wednesday, January 8, 2014 12:21 AM, Michael Knapp wrote: Hi, My team had a request to host a web service that validates a

Query Validation How To

2014-01-07 Thread Michael Knapp
Hi, My team had a request to host a web service that validates a query to our solr instance without actually submitting the query. I'm having some trouble getting it to work. At the moment I have successfully loaded in a SolrConfig and IndexSchema, which were built with the same config and schem