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

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 6b69e49  ATLAS-3758: support sort params in FreeTextSearchProcessor - 
#2   updated index field names in freetext search handler, with the following:  
  Referenceable.qualifiedName  3c3p_t    Asset.name                   3if9_s    
Asset.owner                  3nyd_s    Asset.description            3ll1_t    
Asset.displayName            3k05_s    Asset.userDescription        3mdh_s    
__typeName                   cn9_t    __customAttributes           x6t_t    
__labels               [...]
6b69e49 is described below

commit 6b69e49cbc99a776b422ac0f4a2d62670c1a730e
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Sun May 31 22:21:26 2020 -0700

    ATLAS-3758: support sort params in FreeTextSearchProcessor - #2
      updated index field names in freetext search handler, with the following:
       Referenceable.qualifiedName  3c3p_t
       Asset.name                   3if9_s
       Asset.owner                  3nyd_s
       Asset.description            3ll1_t
       Asset.displayName            3k05_s
       Asset.userDescription        3mdh_s
       __typeName                   cn9_t
       __customAttributes           x6t_t
       __labels                     yrp_t
       __classificationsText        iyt_t
---
 test-tools/src/main/resources/solr/core-template/solrconfig.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-tools/src/main/resources/solr/core-template/solrconfig.xml 
b/test-tools/src/main/resources/solr/core-template/solrconfig.xml
index ef74a0a..531458c 100644
--- a/test-tools/src/main/resources/solr/core-template/solrconfig.xml
+++ b/test-tools/src/main/resources/solr/core-template/solrconfig.xml
@@ -434,7 +434,7 @@
           -->
         <lst name="defaults">
             <str name="defType">edismax</str>
-            <str name="qf">7shx_t^3 7qx1_t^3 3pj9_t^3 7cp1_t^3 43r9_t^3 
cn9_t^1 79j9_t^3 3vut_t^3 3thh_t^3 3qbp_s^3 7wg5_t^3 7b45_t^3 3nyd_s^3 7vnp_t^3 
7rph_t^3 8ydh_t^3 x6t_t^3 7tad_t^3 7jt1_t^3 3mdh_s^3 7e9x_t^3 3rwl_s^3 93wl_t^3 
yrp_t^10 7pc5_t^3 7u2t_t^3 3xfp_t^3 426d_t^3 iyt_t^10 3g1x_t^3 40lh_t^3</str>
+            <str name="qf">3c3p_t^3 3if9_s^3 3nyd_s^3 3ll1_t^3 3k05_s^3 
3mdh_s^3 cn9_t^3 x6t_t^3 yrp_t^3 iyt_t^3</str>
             <str name="hl.fl">*</str>
             <bool name="hl.requireFieldMatch">true</bool>
             <bool name="lowercaseOperators">true</bool>

Reply via email to