Hi

We are using Solr 1.3 Synonym feature. There are different patterns found in
Solr conf ..synnym folder.

Can somebody explain meaning of different patterns?

PATTERN 1:
#some test synonym mappings unlikely to appear in real input text
aaa => aaaa
bbb => bbbb1 bbbb2
ccc => cccc1,cccc2

PATTERN 2:
a\=>a => b\=>b
a\,a => b\,b

PATTERN 3:
fooaaa,baraaa,bazaaa

# Some synonym groups specific to this example
GB,gib,gigabyte,gigabytes
MB,mib,megabyte,megabytes
Television, Televisions, TV, TVs
#notice we use "gib" instead of "GiB" so any WordDelimiterFilter coming
#after us won't split it into two words.

PATTERN 4:

Java ==> Programming, Object  Coffee


Please explain above patterns within Synonym file.

If "Java ==> Programming, Object  Coffee" means when user searches for Java
Search term, display results for documents containing Programming OR
documents containing Object OR documents containing Coffee

Suppose equivalent synonym for Java is Object Oriented language... How this
should be represented in synonym txt file

Thanks in advance

~Vikrant Shirbhate

-- 
View this message in context: 
http://www.nabble.com/Synonym-Pattern-%7C-Need-more-details-tp20000214p20000214.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to