Re: Question regarding the SQL interface

2016-05-19 Thread Joel Bernstein
I just reviewed the testPredicate method in the test cases: https://github.com/apache/lucene-solr/blob/master/solr/core/src/test/org/apache/solr/handler/TestSQLHandler.java All the test cases in testPredicate() are formatted like regular SQL. I don't think the way things are designed you could ma

Question regarding the SQL interface

2016-05-19 Thread Vachon , Jean-Sébastien
Hi all, I am planning into migrating our application from SolrJ to the SQL interface and I have some questions regarding some of Solr features… * How can we specify multiple search fields on a keyword. Do we have to handle everything by ourselves like in regular SQL? SELECT x,y,z FROM col