Note that there are some explanatory texts on larger screens.

plurals
  1. POSearching Techniques Recommendations
    primarykey
    data
    text
    <p>This is more of a theory question rather than practice. I'm working on a project which is quite a simple catalog of links. The whole model is similar to the Dmoz or Yahoo catalog, except that each entry has certain additional attributes.</p> <p>I have <strong>hierarchical taxonomy</strong> working on all entries with many-to-many relationship, all entries are now sorted into these categories, and everything seems to work fine. Now, what use is a catalog if there's no search option?</p> <p>Here's a little bit more detail about my models: Each entry has a title, description, URL and several social profiles: YouTube, Twitter, Flickr and a couple of others. Each entry could have a logo attached to it, and a hidden field for tags. Also, the title and description are stored in three different languages. So basically I'd like the search results to be:</p> <ol> <li>Relevant (including taxonomy)</li> <li>Possibly ones with logos</li> <li>Possibly ones with 100% filled out profiles</li> </ol> <p>I've tried Sphinx and currently working with Lucene, but it seems that I'm not getting the search right in theory. I hope it does make sense that filled entries should appear higher than the others, but I can't really figure out the scores. I wouldn't like irrelevant entries appear on top if there's simply one word match in the entire description, since titles are more relevant.</p> <p>So my question is - <strong>are there any books, techniques or even other search engines</strong> (if Sphinx and Lucene are not good enough) <strong>that you would recommend for this matter</strong>? Not only I would like to get full control over search results and their ranking, but also give my visitors correct and relevant information.</p> <p>Links on cool articles are appreciated too!</p> <p>And <strong>No</strong>, I'm not trying to rebuild Google :)</p> <p>Thanks :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload