[Groonga-commit] groonga/groonga at e587a2f [master] doc: add missing file

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 27 19:14:11 JST 2015


Kouhei Sutou	2015-03-27 19:14:11 +0900 (Fri, 27 Mar 2015)

  New Revision: e587a2fe4dd7ea73d949fb9a1cffe8d3505ff8e7
  https://github.com/groonga/groonga/commit/e587a2fe4dd7ea73d949fb9a1cffe8d3505ff8e7

  Message:
    doc: add missing file

  Added files:
    doc/source/reference/scoring_note.rst

  Added: doc/source/reference/scoring_note.rst (+13 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/reference/scoring_note.rst    2015-03-27 19:14:11 +0900 (9272467)
@@ -0,0 +1,13 @@
+.. _note:
+
+   You don't need to resolve scoring only by score function. Score
+   function is highly depends on search query. You may be able to use
+   metadata of matched record.
+
+   For example, Google uses `PageRank
+   <http://en.wikipedia.org/wiki/PageRank>`_ for scoring. You may be
+   able to use data type ("title" data are important rather than
+   "memo" data), tag, geolocation and so on.
+
+   Please stop to think about only score function for scoring.
+
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index