Is it possible to perform query expansion with Lucene 3.6 using any ontology? I’ve been looking for doing this using WordNet but I didn’t found nothing:
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to use an analyzer that includes SynonymFilter when parsing your query. You might want to use WordnetSynonymParser when parsing the synonyms from Wordnet.