0

I need to implement synonym search using solr. For this i need to import thesaurus libraries in solr. I tried searching for importing thesaurus libraries in solr but no luck.

Rohit Gaikwad
  • 817
  • 2
  • 8
  • 24
  • It's impossible to answer this question in its current form - what libraries? Do they have an existing module for Solr? Are you planning to write your own? Is there a reason why you can't export a format to use the regular synonym file? What have you tried already? – MatsLindh Jul 06 '15 at 07:25

1 Answers1

0

You can use wordnet library.

steps 1) Install wordnet on server. 2) Call wordnet library with search keyword. 3) Then pass all keywords to solr.

Keval Rathi
  • 978
  • 6
  • 21