Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The default solution for sorting results in Squirro is currently sorting by relevance.

Sorting by Relevance

The results of a given query are sorted by relevance score. Relevance score is computed based on some factors like term frequency, document frequency, where the querying terms matched in the document (body, title, summary...). The downside of sorting purely by relevance can be ignores the important of up-to-date content such as news articles. See Combined Time and Relevance Sorting for more details.

How to Configure

This setting can be defined either using your browser, when you create a new project, using the Advanced Options or by changing the value of time_relevance in common.ini, in the [ranking] section, which can be set to;

  • relevance
  • time
  • time_relevance
  • No labels