Thanks for reporting!
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
> 1. mar. 2016 kl. 13.31 skrev Bjørn Hjelle :
>
> Thanks a lot for following up on this and creating the patch!
>
> On Thu, Feb 25, 2016 at 2:49 PM, Jan Høydahl wrote:
>
>> Created https://issues.
Thanks a lot for following up on this and creating the patch!
On Thu, Feb 25, 2016 at 2:49 PM, Jan Høydahl wrote:
> Created https://issues.apache.org/jira/browse/SOLR-8737 to handle this
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
>
> > 22. feb. 2016 kl. 11
Created https://issues.apache.org/jira/browse/SOLR-8737 to handle this
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
> 22. feb. 2016 kl. 11.21 skrev Jan Høydahl :
>
> Hi
>
> Did you get any Further with this?
> I reproduced your situation with Solr 5.5.
>
> Think t
Hi
Did you get any Further with this?
I reproduced your situation with Solr 5.5.
Think the issue here is that when the SynonymFilter is created based on the
managed map, option “expand” is always set to “false”, while the default for
file-based synonym dictionary is “true”.
So with expand=fals
Hi,
one-way managed synonyms seems to work fine, but I cannot make both-way
synonyms work.
Steps to reproduce with Solr 5.4.1:
1. create a core:
$ bin/solr create_core -c test -d server/solr/configsets/basic_configs
2. edit schema.xml so fieldType text_general looks like this: