You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by th...@apache.org on 2021/06/21 21:11:43 UTC

[solr] branch main updated (7001437 -> ae7b276)

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git.


    from 7001437  SOLR-15416: remove leftover Ref Guide images
     add ae7b276  SOLR-15456: Get field type info from luke for custom fields instead of defaulting to String for Parallel SQL (#181)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +
 .../apache/solr/handler/sql/SolrEnumerator.java    |  6 ++
 .../org/apache/solr/handler/sql/SolrFilter.java    | 61 ++++++++++++---
 .../org/apache/solr/handler/sql/SolrSchema.java    | 80 ++++++++++++++++----
 .../test-files/solr/configsets/sql/conf/schema.xml | 25 ++++++
 .../org/apache/solr/handler/TestSQLHandler.java    | 88 +++++++++++++++++++++-
 6 files changed, 239 insertions(+), 23 deletions(-)