Hi, can someone please confirm the following statements about configuration
for the synonym filter, or correct me where I'm wrong?

a => b
a search for "a", is changed into a search for "b"


a, b => c
a search for "a" or a search for "b", is changed into a search for "c"
(the same as a=>c and b=>c)


a => b, c
a search for "a", is changed into a search for "b" and a search for "c"
(the same as a=>b and a=>c)


a, b => c, d
a search for "a" or a search for "b", is changed into a search for "c" and a
search for "d"
(the same as a=>c,d and b=>c,d)


a, b, c
depends on the value of the "expand" parameter in configuration (in the
synonym filter config i schema.xml)

if expand==true
a, b, c => a, b, c

if expand==false
a, b, c => a


Thanks,
Peter
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Synonym-configuration-tp921082p921082.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to