MoreLikeThis - To many hits

2011-10-25 Thread vraa
Hi I'm using the MoreLikeThis functionallity http://wiki.apache.org/solr/MoreLikeThis http://wiki.apache.org/solr/MoreLikeThis , and it works almost perfectly for my situation. But, i get to many hist, and mayby thats the hole idea of MoreLikeThis, but im gonna ask anyway. My query looks like

Sort question

2011-11-23 Thread vraa
Hi I have a query where i sort by a column "price". This field can contain the following values 10 75000 15 1 225000 50 40 I want to sort these values so that always between 0 and 100 always comes last. Eg sorting by price asc should look like this: 75000 10 15 225000 1 40 50 I