Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If one of the two weights is set to 0 then its score is neither calculated nor used.

Info

If both weights are set to 0 then documents are ranked in descending date order and no scoring is performed.

Code Block
languagejavascript
titleScoring parameters - time proximity
{
	"score": {
		// See preceding sections for other parameters
		"timeProx":{
			"time": string,
			"decay": string
		},
		// See following sections for other parameters
	}
}

...