Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
4k views

Boost Solr results based on the field that contained the hit

I was browsing the web looking for an indexing and search framework and stumbled upon Solr. A functionality that we absolutely need is to boost results based on what field contained the hit. A small ...
7
votes
4answers
291 views

Safest way to update game score from client to server database? Javascript

So I have this game that is completely run on the client. No server interaction what so ever apart from downloading the initial scripts to play the game. Anyway at the end of the game I would like for ...
5
votes
4answers
181 views

Detect which image is sharper

I'm looking for a way to detect which of two (similar) images is sharper. I'm thinking this could be using some measure of overall sharpness and generating a score (hypothetical example: image1 has ...
4
votes
2answers
124 views

Can Solr boost results on number of social “likes”?

I am trying to order the results based on the number of "likes". The most obvious solution is to have a "likes" field for each row and re-index the document for every user who clicks "like". But ...
4
votes
2answers
555 views

Problem with Lucene scoring

I have a problem with Lucene's scoring function that I can't figure out. So far, I've been able to write this code to reproduce it. package lucenebug; import java.util.Arrays; import java.util.List; ...
4
votes
1answer
938 views

In Lucene how do terms get used in calculating scores, can I override it with a CustomScoreQuery?

Has someone successfully overridden the scoring of documents in a query so that the "relevancy" of a term to the field contents can be determined through one's own function? If so, was it by ...
3
votes
3answers
120 views

R randomForest voting tie break

Does anyone know what the mechanism is that the R randomForest package uses to resolve classification ties - i.e. when the trees end up with equal votes in two or more classes? The documentation ...
3
votes
1answer
109 views

Unnecessarily restrictive limits - The Wimbledon tennis scoreboard [closed]

http://en.wikipedia.org/wiki/Isner%E2%80%93Mahut_match_at_the_2010_Wimbledon_Championships So the longest ever tennis match broke the scoreboard on court at 47-47 and broke the website at 50-50. At ...
2
votes
2answers
54 views

Sort list of anything by relations

In an application I'm doing, I am given a list of items, and relations between them and I need to calculate a sorted list. For fun, lets use an exam scoring example, we know that: John has done ...
2
votes
2answers
516 views

Lucene custom scoring for numeric fields

I would like to have, in addition to standard term search with tf-idf similarity over text content field, scoring based on "similarity" of numeric fields. This similarity will be depending on distance ...
2
votes
1answer
193 views

How to define a boost factor to each term in each document during indexing?

I want to insert another score factor in Lucene's similarity equation. The problem is that I can't just override Similarity class, as it is unaware of the document and terms it is computing scores. ...
1
vote
2answers
120 views

solr scoring - fieldnorm

I have the following records and the scores against it when I search for "iphone" - Record1: FieldName - DisplayName : "Iphone" FieldName - Name : "Iphone" 11.654595 = (MATCH) sum of: ...
1
vote
2answers
66 views

Windows Phone 7 Scoring provider

I am not too sure if this question is suited for this forum. If not, please let me know and I'll delete this. I wanted to figure out the "easiest" way of keeping online score for a game or quiz on ...
1
vote
2answers
46 views

How do you pre-compute a scoring system from the database?

Stackoverflow displays your reputation next to your username. I suppose it doesn't hit the database to calculate your score on every page render (or perhaps it does?). Would there be a total score ...
1
vote
1answer
272 views

Lucene Scoring: TermQuery w & w/o TermVectors

Does TermQuery:ExtractTerms result in a higher count when termvectors/positions/offsets are turned on? (assuming that there is more than 1 occurence of a match). Conversely, with the inverted file ...
1
vote
3answers
584 views

how can I limit by score before sorting in a solr query

I am searching "product documents". In other words, my solr documents are product records. I want to get say the top 50 matching products for a query. Then I want to be able to sort the top 50 scoring ...
1
vote
4answers
441 views

Scoring algorithms: how to convert the number & % of “Likes” & “Dislikes” into a single score?

I have a website where users can "Like" and "Dislike" items. So for each item, I have data such as the total number of "Likes" and the % of total votes that are "Likes". I'd like to calculate just ...
1
vote
2answers
574 views

lucene vs solr scoring

Can some one explain (or quote a reference) to compare the scoring mechanism used by SOLR and LUCENE in simpler words. Is there any difference in them; I am not that good at solr/lucene but my ...
1
vote
1answer
196 views

Algorithm for scoring user activity

I have an application where users can: Write reviews about products Add comments to products Up / Down vote reviews Up / Down vote comments Every Up/Down vote is recorded in a db table. What i ...
1
vote
2answers
665 views

Different lucene search results using different search space size

I have an application that uses lucene for searching. The search space are in the thousands. Searching against these thousands, I get only a few results, around 20 (which is ok and expected). ...
0
votes
0answers
48 views

How to sort by tag considering the tags weights related to every document?

I'm building up a Solr search engine to search on a 300k documents collection. Among the many indexed fields, an important one is tags. My idea is to assign to every document a vector of tags, each ...
0
votes
1answer
126 views

boosting a term in lucene's query

I want to know when a term is boosted in lucene query how does scores change? I mean what is the scoring algorithm of lucene for scoring documents when query has one or more term that boosted?
0
votes
2answers
74 views

Scoring database entries by multiple columns

i'm faced with a situation, where i have to find the best matches for a users search request. I will provide an example (a little abstract): We have a table with lawyers: Name Location ...
0
votes
2answers
273 views

Random noise in Solr score

I am looking for a way of introducing random noise into my scoring function, and I'm at a loss on how to best proceed. Some background: We use Solr for a web application that manages large-ish sets ...
0
votes
1answer
516 views

Frequencies of lucene unigrams and bigrams

i am storing in lucene index ngrams up to level 3. When I am reading the index and calculating scoring of terms and ngrams I am obtaining results like this TERM FREQUENCY.... TFIDF ...
0
votes
1answer
590 views

Lucene document Boosting

I am having problem with lucene boosting, Iam trying to boost a particular document which matches with the (firstname)field specified I have posted the part of the codeenter code hereprivate static ...
0
votes
2answers
146 views

Order sets of numbers for maximum distance

You have (up to 100) distinct sets of (2-4) numbers. The order of the sets or numbers in the sets does not matter. The highest number relates to the number of sets and goes up to 30. Like: {1 2 3 4} ...
-1
votes
1answer
94 views

Scoring Algorithm [closed]

consider the data in the form of (Sorted) cost ----- 2 3 5 6 6 6 6 8 10 18 20 22 Need a scoring algorithm, in which for all 6's the score should be same, and the difference between the scores of 10 ...
-1
votes
1answer
109 views

Help with score calculation logic

More complicated than this SO question, I'm after your thoughts on quiz scoring calculation, here's my scenario: I have X number of options (any HTML element can be supplied as an option), from which ...