Re: 6.x to 7.x differences

2018-09-12 Thread John Blythe
thanks, shawn. yep, i saw the multi term synonym discussion when googling around a bit after your first reply. pretty jazzed about finally getting to tinker w that instead of creating our regex ducktape solution for_multi_term_synonyms! thanks again- -- John Blythe On Wed, Sep 12, 2018 at 2:15

Re: 6.x to 7.x differences

2018-09-12 Thread Shawn Heisey
On 9/12/2018 8:12 AM, John Blythe wrote: shawn: at first, no. we rsynced data up after running it through the migration tool. we'd gotten errors when using WDF so updated all instances of it to WDGF (and subsequently added FlattenGraphFilterFactory to each index analyzer that used WDGF to avoid e

Re: 6.x to 7.x differences

2018-09-12 Thread John Blythe
hey guys. preeti: good thought, but this was something we were already aware of and had accounted for. thanks tho! shawn: at first, no. we rsynced data up after running it through the migration tool. we'd gotten errors when using WDF so updated all instances of it to WDGF (and subsequently added

Re: 6.x to 7.x differences

2018-09-12 Thread Shawn Heisey
On 9/11/2018 8:32 PM, John Blythe wrote: we recently migrated to cloud. part of that migration jumped us from 6.1 to 7.4. one example query between our old solr instance and our new cloud instance produces 42 results and 19k results. the analyzer is the same aside from WordDelimiterFilterFactor

RE: 6.x to 7.x differences

2018-09-11 Thread Preeti Bhat
Hi John, Please check the solrQueryParser option, it was removed in 7.4 version, so you will need to provide AND in solrconfig.xml or give the q.op option while querying to solve this problem. By default solr makes it an "OR" operation leading to too many results. Old Way: In Managed-schema or