Re: boosting words from specific list

2014-09-30 Thread Ahmet Arslan
Hi Ali, May be you can leverage Ahmet On Sunday, September 28, 2014 10:25 PM, Ali Nazemian wrote: Dear all, Hi, I was wondering how can I implement solr boosting words from specific list of important words? I mean I want to have a list of important words and tell solr to score documents

Re: boosting words from specific list

2014-09-30 Thread Manuel Le Normand
I have not tried it but I would check the option of using the synonymFilter to duplicate certain query words . Anothe opt - you can detect these word at index time (eg. UpdateProcessor) to give these documents a document boost in case it fits your logic. Or even make a copy field that contains a wh

Re: boosting words from specific list

2014-09-30 Thread Ali Nazemian
> >> >> (2014/09/29 4:25), Ali Nazemian wrote: >> >>> Dear all, >>> Hi, >>> I was wondering how can I implement solr boosting words from specific >>> list >>> of important words? I mean I want to have a list of important words and >>

Re: boosting words from specific list

2014-09-30 Thread Ali Nazemian
uery. > > Koji > -- > http://soleami.com/blog/comparing-document-classification-functions-of- > lucene-and-mahout.html > > > (2014/09/29 4:25), Ali Nazemian wrote: > >> Dear all, >> Hi, >> I was wondering how can I implement solr boosting words fr

Re: boosting words from specific list

2014-09-29 Thread Koji Sekiguchi
score. Then you can sort the query result on total_score field when you query. Koji -- http://soleami.com/blog/comparing-document-classification-functions-of-lucene-and-mahout.html (2014/09/29 4:25), Ali Nazemian wrote: Dear all, Hi, I was wondering how can I implement solr boosting words from spe

boosting words from specific list

2014-09-28 Thread Ali Nazemian
Dear all, Hi, I was wondering how can I implement solr boosting words from specific list of important words? I mean I want to have a list of important words and tell solr to score documents based on the weighted sum of these words. For example let word "school" has weight of 2 and word