use lucene to create index(with synonym) and solr query index

2011-10-18 Thread cmd
1.use lucene to create index(with synonym) 2.config solr open synonym functionality 3.user solr to query lucene index but the result missing the synonym word why? and how can i do with each other. thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/use-lucene-to-create-in

hierarchical synonym

2011-10-20 Thread cmd
if solr support hierarchical synonym for example: animal-> dog cat bird use animal as query term and the result set should be contains animal,dog,cat,bird use dog as query term and the result set should be only contains dog rather than other words thanks. -- View this message in context: