The relevance tag has no wiki summary.
0
votes
1answer
7 views
Solr sorting results
I need to sort my results by field, but not all documents have this specific field. For example, I have products which are real products and have products which are accessories, so if document DOESN'T ...
0
votes
1answer
38 views
How to calculate the relevance of two words or pharse?
I need a algorithm to calculate and measure the relevance of two words or phrase, e.g. "Apple" and "iPad".
Can anybody give me some hints or related books on such topics?
Thanks.
0
votes
0answers
30 views
kohana 3 orm relevance sorting
I realized, only good way to solve relevance solving is to do it like this.... lets say we have:
table : "user" with columns: (userid, name, birth, number, securityid)
I am searching for people ...
0
votes
0answers
17 views
Comparing Arrays stored in MySQL
I have built a script that can scan an image and create an identifying string or array which I want to store to a MySQL DB.
This is to be used as part of a Content Based Image Recognition system ...
0
votes
0answers
30 views
What is the maximum possible value range of MATCH ('…' IN NATURAL LANGUAGE MODE) in MySQL?
MySQL provides FULLTEXT indexes, that can be retrieved with the MATCH (col1,col2,...) AGAINST (expr [search_modifier]) construct. There are several Full-Text Search variants, one of them (and the ...
0
votes
1answer
49 views
How to map rows of two tables to each other based on the relevance in MySQL?
I have following tables in my database: courses (whole data of sports classes), coursedata (with copies of courses.title and courses.description -- needed for FULLTEXT index / relevance search), ...
0
votes
2answers
26 views
How to obtain a relevance score in a table
I have a mysql table that has typetags for games, like
table game_typetags:
name typetag
--------- --------
game#1 sports
game#1 soccer
game#2 race
game#2 sports
and another ...
0
votes
0answers
61 views
How to sort query results by multiple criteria?
I have a table "games" like
name playcount typetags
--------- --------- --------
game#1 10 sports,action
game#2 8 sports,soccer
etc.
I'm selecting "similar" games, with ...
0
votes
0answers
47 views
How to give more more importance to a document if term match is more
My schema is like below.
<fields>
<dynamicField name="Subject-Name-*" type="string" indexed="true" stored="true"/>
<dynamicField name="Subject-Mark-*" type="int" ...
1
vote
1answer
63 views
Freebase scoring with data dumps
If you use Freebase search to get matches for any entity by name, you will get results sorted by relevance score. Try for example Taj Mahal.
I'm trying to get similar results using Freebase data ...
0
votes
1answer
47 views
Handle Search Result relevance from multi Table using FREETEXTTABLE
I'm developing an application which allows the user to find Product references, searching by keywords (Using the FREETEXTTABLE feature of full-text indexed Table for SQL 2008). Those reference are ...
1
vote
1answer
62 views
Order keyword(s) result relevancy
I've created a query that grabs fairly short strings from the database based on keywords created by the user (credit to zhikharev for his answer):
$searchArray = explode(' ', $search);
$searchNumber ...
1
vote
2answers
105 views
CakePHP search by relevance
I am developing a job site, where I want to search through job ads by relevance, I have fields such as job title, job_text for example. now lets say a person searches for cakephp, I would like to get ...
1
vote
1answer
71 views
MySQL ORDER BY CASE / IF relevance issue
I've never worked with ORDER BY CASE or ORDER BY IF() and the few examples I've found on the internet are more confusing than helping me trying to accomplish following task:
I have a member list and ...
0
votes
1answer
36 views
Text search based on relevance in Django by matching relevanct data to each individual items in object
class Org(models.Model):
org_name = models.CharField(max_length=255)
name = models.CharField(max_length=50)
phone = models.CharField(max_length=50)
email_id = models.EmailField()
...
0
votes
1answer
391 views
MYSQL fulltext search order by relevance
I am trying to get my Full text search to order by relevance. here is my code it works if remove the ORDER BY but doesn't sort by relevance. I have tried this and it actually makes it so it doesnt ...
3
votes
1answer
97 views
select relevance title based on tag similar to like with mysql
TAGS
tag_id post_id value
------------------------
1 1 some
2 1 good
3 1 title
4 2 some
5 2 good
6 3 some
...
0
votes
1answer
77 views
How to deal with very uncommon tags in tf-idf?
I'm implementing a naive "keyword extraction algorithm". I'm self-taught though so I lack some terminology and maths common in the online literature.
I'm finding "most relevant keywords" of a ...
0
votes
0answers
80 views
How to sort text by relevance/weight for search
I use a webservice that returns a number of short (<100 characters) textstrings. I need to sort these strings in some sort of textual relevance, eg better hits should be first and hits of less ...
1
vote
1answer
169 views
Sort by Relevance in a basic mysql search engine
i have a table in mysql. it contains links, titles, descriptions and keywords for about one hundred websites. Not every site has a keywords field. i crawled Apple.com on a web crawler i wrote and i ...
0
votes
1answer
67 views
How to order by relevancy including word order in SQL
I'm creating a 'smart' search engine that will look into database by relevancy. My system calculate how many words in your sentence correspond to the database field 'tag_clean' that contains text, and ...
0
votes
0answers
71 views
optimizing a image extraction process [closed]
This is my Problem Statement:
I built a system that extracts top few relevant images, given a URL, by using the keywords associated with it. However, this takes more than 10 seconds, so my next step ...
0
votes
1answer
173 views
count search keyword via mysql query for relevance in search function
I need to count the repeats of search keyword in searched fields.
For example, if i have table wp_posts like this
ID post _content post_title
...
0
votes
1answer
292 views
Using “AS score” to return relevance score from mysql fulltext search
I'm selecting text from a full-text mysql dbTable, hits are returned ordered by relevance multiplied by a client supplied weight. The query works fine, though I'd like to as an
"AS score" clause to ...
0
votes
1answer
102 views
passing mySQL full-text search relevance values back to PHP generated form
I'm using php generated forms to do mySQL full text queries on a database. Matches are ordered according to weighted relevances and returned to the form. My question is:
Is there any way to pass ...
3
votes
1answer
137 views
How are results ordered in solr in a “match all docs” query
When I use a "match all docs" query, '*:*', asterisk colon asterisk, how are the results ordered?
I presume they get ordered by relevancy, but the relevancy is equal in this case, right? So then, ...
0
votes
2answers
2k views
java - tf*idf implementation?
I am basically creating a search engine and I want to implement tf*idf to rank my xml documents based on a search query. How do I implement it? How do I start it? Any help appreciated.
1
vote
1answer
333 views
freebase api for sorting by city relevance
I have a query where I would like to return all the cities for a given country.
That works fine except I would like to also tweak so to sort it by size or any order of significance to avoid the 100 ...
0
votes
1answer
188 views
relevance search across multiple related tables
I have a table called cards which has related tables brigades and identifiers. A single card can have multiple brigades and identifiers. I want to take a singe search such as 'purple king' where ...
0
votes
1answer
126 views
Bringing Relevant results to the top using boost in Lucene.NET
We have a number of products that have the word "ipad" and these include iPad tables and the iPad accessories. When we search using Lucene by the word "ipad", all the accessories show up at the top ...
0
votes
1answer
201 views
Mixing results from different Lucene sources
We have multiple indexes using lucene and we do a parallel fetch of results and show them in different search result pages. We want to unify them as a single mixed set results sorted by relevance.
...
0
votes
1answer
360 views
Search for video files in sharepoint 2010 search
I was just wondering if there's any way to run a search on a sharepoint 2010 intranet site which will return all the video files.There's a requirement for the same and advanced search only provides ...
3
votes
1answer
238 views
Good examples of a site search with relevance across multiple tables (php/mysql)
I am trying to build a site-wide search with relevance, the site has around 5 tables that needs to be searched could anyone provide some assistance (or links) that will help to achieve this? (Never ...
4
votes
2answers
2k views
order solr documents with same score by date added descending
I want to have search results from SOLR ordered like this:
All the documents that have the same score will be ordered descending by date added.
So when I query solr I will have n documents. In this ...
1
vote
1answer
1k views
magento search order by relevance
I have the following code:
$collection = Mage::getSingleton('catalogsearch/layer')->getProductCollection();
I've tried
$collection = ...
0
votes
2answers
167 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 ...
-1
votes
2answers
511 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 ...
6
votes
1answer
981 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
1answer
216 views
Is there an algorithm for determining 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.
Is there some research in this area or is there only counting how many times some relevant ...
1
vote
3answers
100 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 ...
2
votes
2answers
479 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 ...
4
votes
1answer
904 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 ...
1
vote
1answer
54 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
174 views
How do I sort search results by relevance?
I'm working on a project which searches through a database, then sorts the search results by relevance, according to a string the user inputs. I think my current search is fairly decent, but the ...
1
vote
0answers
165 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 ...
7
votes
2answers
522 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 ...
1
vote
5answers
193 views
Is there any free database which stores keywords with other relevant keywords, for applications 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
2answers
1k 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
546 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 ...
2
votes
2answers
2k 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 ...

