Re: how to sort search results by count matches

2016-08-02 Thread Mikhail Khludnev
tfidf especially unreliable for such microindexes. &debugQuery=true can explain why exactly. On Tue, Aug 2, 2016 at 4:57 PM, syegorius wrote: > I have 4 records index by Solr: > > 1 hello planet dear friends > 2 hello world dear friends > 3 nothing > 4 just friends > > I'm searching with this qu

Re: how to sort search results by count matches

2016-08-02 Thread syegorius
2016-08-02 17:12 GMT+03:00, syegorius [via Lucene] : > > > no. this is just just an example. i need some formula or some statement to > sort results by count matches. everything i wrote was for you to best > understand my problem > > > > ___ > If you repl

Re: how to sort search results by count matches

2016-08-02 Thread syegorius
no. this is just just an example. i need some formula or some statement to sort results by count matches. everything i wrote was for you to best understand my problem -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-sort-search-results-by-count-matches-tp4290022p429002

Re: how to sort search results by count matches

2016-08-02 Thread Michael Kuhlmann
Hi syegorius, are you sure that there's no synonym "planet,world" defined? -Michael Am 02.08.2016 um 15:57 schrieb syegorius: > I have 4 records index by Solr: > > 1 hello planet dear friends > 2 hello world dear friends > 3 nothing > 4 just friends > > I'm searching with this query: > > sele