Top "Relevance" questions

Search Relevance is the practice of manipulating a search application's behavior to improve the quality of the search results based on the needs of the application's users

Retrieve Laravel Model results based on multiple ID's

I have implemented ZendSearch into my Laravel application. I am using it as my search engine where users will type …

php laravel eloquent zend-search-lucene relevance
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 …

mysql search indexing full-text-search relevance
Search ranking/relevance algorithms

When developing a database of articles in a Knowledge Base (for example) - what are the best ways to sort …

algorithm search ranking relevance
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: …

mysql search sql-order-by innodb relevance
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 …

php mysql sql-order-by relevance
java - tf*idf implementation?

I am basically creating a search engine and I want to implement tf*idf to rank my xml documents based …

java relevance tf-idf
Sort Wordpress Search by Relevance

I've created a pretty advanced search for a Wordpress site I'm working on atm. Allowing visitors to filter results by …

wordpress search relevance
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 …

algorithm sorting bayesian relevance weighted-average
magento search order by relevance

I have the following code: $collection = Mage::getSingleton('catalogsearch/layer')->getProductCollection(); I've tried $collection = Mage::getSingleton('catalogsearch/layer')…

search magento relevance
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 …

solr relevance