Tagged Questions
The relevance tag has no wiki summary.
42
votes
12answers
2k views
How do search engines find relevant content?
How does Google find relevant content when it's parsing the web?
Let's say, for instance, Google uses the PHP native DOM Library to parse content. What methods would they be for it to find the most ...
7
votes
7answers
516 views
Function that returns affinity between texts?
consider I have a
string1 = "hello hi goodmorning evening [...]"
and I have some minor keywords
compare1 = "hello evening"
compare2 = "hello hi"
I need a function that returns the affinity ...
6
votes
2answers
75 views
Efficient Lemmatizer that avoids dictionary lookup
I want to convert string like 'eat' to 'eating', 'eats'. I searched and found the lemmatization as the solution, but all the lemmatizer tools that I have come across uses wordlist or ...
5
votes
1answer
122 views
Adaptive user interface/environment algorithm
I'm working on an information system (in C#) that (while my users use it) gathers statistical data on what pieces of information (tables & records) each user is requesting the most, and what ...
4
votes
1answer
285 views
Named Entity Recognition using NLTK. Relevance of extracted keywords
I was checking out the Named Entity Recognition feature of NLTK. Is it possible to find out which of the extracted keywords is most relevant to the original text? Also, is it possible to know the type ...
4
votes
1answer
453 views
Client-side predictive search relevance calculation with multiple parameters
I'm writting a predictive search that, for server performance requisites (all is cached), must be run on the client browser. The items are TV shows and movies and are matched by title, actors and ...
4
votes
2answers
101 views
Staying on the cutting edge [closed]
Possible Duplicate:
How to stop yourself from going rusty?
Being a software developer in todays high paced, high tech environment means constantly learning, sharpening your tools so as not ...
4
votes
2answers
1k views
I need to sort the facets that come back from SOLR by relevancy
I have within my SOLR index song objects which belong to a higher level album object. An example is shown below:
<song>
<album title>Blood Sugar Sex Magic</album title>
<song ...
3
votes
2answers
49 views
PHP & MySQL - Popular Links Based on Clicks and Time
At the moment I am sorting popular links by total clicks. But I also have timestamps for each visit. How can I sort links not only by total clicks but also using time, so only the most relevant are ...
3
votes
8answers
6k views
How can I manipulate MySQL fulltext search relevance to make one field more 'valuable' than another?
Suppose I have two columns, keywords and content. I have a fulltext index across both. I want a row with foo in the keywords to have more relevance than a row with foo in the content. What do I need ...
2
votes
1answer
56 views
How to implement a complex token-matching algorithm in SOLR
Problem Description
I'm trying to implement a custom algorithm to match user provided free-text input, a company name such as "Ford Motor", against a reference data source consisting of 1.4 million ...
2
votes
0answers
45 views
How to provide most relevant results with Multiple Factor Weighted Sorting
I need to provide a weighted sort on 2+ factors, ordered by "relevancy". However, the factors aren't completely isolated, in that I want one or more of the factors to affect the "urgency" (weight) of ...
2
votes
1answer
296 views
Magento Search Engine Relevance Issues
We currently have a Magento website with a large inventory, we are having some issues with relevance of ON SITE search results. We are currently set to 'combine like and fulltext' but the results are ...
2
votes
3answers
137 views
Can anyone point me toward a content relevance algorithm?
A new project with some interesting requirements has arrived on my desk. I need to develop a searchable directory of businesses, with a focus on delivering relevant results based on arbitrary search ...
2
votes
2answers
3k views
Solr: QueryElevationComponent requires StrField uniqueKeyField error
I recently installed solr. The example index (found at apache-solr-#.#.#\example\solr) seems to work, and, once copied to my solr home directory, I am able to access it through the admin pages. ...
2
votes
2answers
953 views
Solr: fieldNorm different per document, with no document boost
I want my search results to order by score, which they are doing, but the score is being calculated improperly. This is to say, not necessarily improperly, but differently than expected and I'm not ...
2
votes
3answers
277 views
If anyone has used Sphinx Search engine before…do you know if it can join words?
When you search "Stack Overflow", Sphinx will not bring up results that match "Stackoverflow"
That's because Sphinx indexes "Stackoverflow" as one word...whereas the query is two words.
Does anyone ...
2
votes
2answers
702 views
How can you compare sets of numbers and get the most relevant results using MySQL and PHP?
Consider this:
set A: 1 2 3 4
set B: 3 4 5 6
set C: 4 5 6 7
set D: 1
I want to compare D with the rest and get as a result a set of numbers as most relevant.
The result should be in this ...
1
vote
2answers
30 views
php search engine key words ranking
I am new to php and mysql. In my project I have to develop search engine for multiple keywords on multiple columns and also require the keyword ranking and relevency.
For example if I have three ...
1
vote
0answers
31 views
Mysql fulltext search relevance across multiple tables
I have been tasked with creating a site wide search feature. The search needs to look at articles, events and page content
I've used MATCH()/AGAINST() in MySQL before and know how to get the ...
1
vote
3answers
41 views
Function to dampen a value
I have a list of documents each having a relevance score for a search query. I need older documents to have their relevance score dampened, to try to introduce their date in the ranking process. I ...
1
vote
1answer
19 views
An issue in sorting the items by relevance in Lucene 2.9
We are using Lucene.NET Version 2.9 to search for items using free text query. We get the items automatically sorted by Lucene by relevance. It has been working great except for one odd case. When ...
1
vote
1answer
53 views
Any ideas of what more web page meta information I can use to classify a page relevance for some theme?
I'm doing an algorithm to classify the relevance of a page for some theme like 'movies' using all meta information as possible, but excluding the textual content of the body.
I want to know what can ...
1
vote
2answers
211 views
Solr changes document's score when its random field value altered
I need to navigate forth and back in Solr results set ordered by score viewing documents one by one. To visualise that, first a list of document titles is presented to user, then he or she can click ...
1
vote
1answer
90 views
Algorithm for relevance/matching tree of value
Is there a name of the pattern/algorithm for what I'm trying to describe below?...
Say you have a tree of relevance-data like this:
IDEs
Visual Studio
Visual Studio 2008
Visual ...
1
vote
3answers
410 views
Apache Lucene: Is Relevance Score Always Between 0 and 1?
Greetings,
I have the following Apache Lucene snippet that's giving me some nice results:
int numHits=100;
int resultsPerPage=100;
IndexSearcher searcher=new IndexSearcher(reader);
...
1
vote
1answer
52 views
Relevance Flow Graph
What is Relevance Flow Graph, How Relevance Flow Graph is used in Information Retrieval?
1
vote
1answer
2k views
MySQL - How to ORDER BY RELEVANCE? INNODB Table
I've got about 20,000 rows in an INNODB table called 'cards', so FULLTEXT is not an option.
Please consider this table:
id | name | description
...
0
votes
2answers
38 views
PHP search on keywords
I have a table in a database with records containing keywords as well as other data. What would be a logical way to create a search function that would allow people to search based on keywords, and ...
0
votes
1answer
28 views
There is an algorithm for determine the relevance of a text to a theme?
I want to know what can be used to determine the relevance of a page for a theme like games, movies, etc.
There is some research in this area or is only count the how much times some relevant words ...
0
votes
0answers
24 views
Poignant Guide to Ruby - still a good resource?
I'm a beginner to Ruby/RoR and am compiling a bunch of resources to help get me started. I stumbled across "Why's (Poignant) Guide to Ruby" and like how the info's presented (readable and ...
0
votes
0answers
26 views
Is there any free database which stores keywords with other relevant keywords, for people to determine semantic relevance?
This looks like a search for a valuable asset, but since we have a free alternative for many things, I am optimistic about this one.
A database which stores two key-value pairs like
key-value
or
...
0
votes
1answer
152 views
MySQL: Special Search algorithm using MySQL relevance search
I'm trying to do a search in MySQL where the user just has one field. The table looks like this:
ID BIGINT
TITLE TEXT
DESCRIPTION TEXT
FILENAME TEXT
TAGS TEXT
ACTIVE ...
0
votes
3answers
89 views
How to sort mysql search result by relevance?
I have a similar query as asked on this question
MySQL - How to ORDER BY RELEVANCE? INNODB Table
Difference is, here I want to search from 5 fields as
add1, add2, add3, post_town, post_code
And ...
0
votes
1answer
214 views
php mysql fulltext search order by relevance
How to make a php fulltext search order by relevance?
SELECT * FROM table
WHERE MATCH (col1,col2,col3)
AGAINST ('+$boolean' IN BOOLEAN MODE)
Order By relevance
I want to set the relevance, first ...
0
votes
1answer
58 views
Getting EXACT matches from full-text search returned first?
I am using the below code for example:
SELECT *, (MATCH (`wm`, `locn`, `gns`) AGAINST('foot locker')) AS score FROM `example_table` WHERE MATCH (`wm`, `locn`, `gns`) AGAINST('foot locker')) order by ...
0
votes
1answer
31 views
Controlling the amount of decimal places on fulltext search relevance score?
I recall doing this before but I just can't remember how I did it, so was wondering if somebody could please enlighten me?
By default you usually get scores such as 14.9236183166504 for example; how ...
0
votes
0answers
212 views
Customize federated search results in sharepoint 2010 (enterprise search)
My company intranet is built on SharePoint 2010. Search federation has been activated with Microsoft bing results appearing on the right side of the query results page. Is it possible to prioritise ...
0
votes
0answers
93 views
Customizing search in sharepoint 2010 by specifying teamsite homepages to reflect at the top of the search results
I need to customize search results to show teamsite homepages at the top at all times and not a subsite or a document and such within the teamsite. I was wondering if i could use the 'Authoritative ...
0
votes
1answer
185 views
Solr & Sphinx: How to Improve Relevance?
Sphinx's proximity-enabled ranker uses a slightly modified BM25 ranker (statistical bag-of-words) + a longest-word-substring match formula strongly favoring the latter, while Solr uses some other ...
0
votes
1answer
275 views
Lucene.Net: Relevancy by distance between words
I create (and update frequently) the index of users using following code (a bit shortened for demonstration purposes here):
Lucene.Net.Store.Directory directory = FSDirectory.Open(new ...
0
votes
1answer
130 views
MySQL: Why score is always 1 in Fulltext?
If I run this query and print the score of each rows, they are always 1:
Here are some sample query results:
First | Last | Score
------------------------------
Jonathan | Bush | 1
...
0
votes
4answers
127 views
How to sort keyword search results by hit frequency?
I've built a search index (two column table) which assigns single keywords to their content ID.
Now searching for single keywords works and is damn fast.
However, searching for multiple keywords ...
0
votes
2answers
172 views
Boost solr results with one word match from multiValued
I have solr schema with certain fields:
<field name="id" type="integer" indexed="true" stored="true" required="true" multiValued="false" />
<field name="title" type="text" indexed="true" ...
0
votes
1answer
94 views
Relevance percentage( searchstring is more “left” in sourcestring)
Can anybody help with selecting of algorithm.
To compare two strings and give a relevance percentage(if more left found, more rank).
maybe merge two algorithms
for example:
looking for "chocolate ...
0
votes
1answer
317 views
Full text search: how to sort by relevance?
I am using full text search and on my website it is common for user to search by few word, Author name (1-2 word) and title (1-3 word)...
I need to have something like relevance search and already ...
0
votes
2answers
357 views
SQL Contains table and keword position in string
Have a question about full text search.
I have a query that works, but I want to improve it. For example, suppose I'm searching for "best solution". In my result (using ...
0
votes
2answers
29 views
MySQL query ordering off by 1?
The query:
select title from gamelist where match (title) against ('super mario luigi');
Returns:
+-----------------------------------+
| title |
...
0
votes
1answer
166 views
Solr - Score is always coming 0
I am new to Solr. I have done indexing of web pages and getting the search result. But all results have
"score" = 0
"boost" = 0
As a result my search results are not sorted properly. At present ...
0
votes
0answers
103 views
Sorting content with mysql fulltext by relevance and content rating
I would like to sort my content by using mysql fulltext search and by multiplying the relevance with my user ratings. So far I have been able to do both separately but I'm struggling to understand the ...