Hitting http://localhost:8983/solr/select without a "q" gives a 500 error (it should at least be a 400 error - bad request). Or, should we define the query parser such that if the query is null that it yields a query that matches nothing (i.e. an empty boolean query)?
The latter both avoids an error, and seems more useful if you are using a component that may not even need the main query. Thoughts? -Yonik http://lucenerevolution.org Lucene/Solr Conference, Boston Oct 7-8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
