OpenSearch/docs/reference
Ryan Ernst 65afa1d93b FunctionScore: Refactor RandomScoreFunction to be consistent, and return values in rang [0.0, 1.0]
RandomScoreFunction previously relied on the order the documents were
iterated in from Lucene. This caused changes in ordering, with the same
seed, if documents moved to different segments. With this change, a
murmur32 hash of the _uid for each document is used as the "random"
value. Also, the hash is adjusted so as to only return values between
0.0 and 1.0 to enable easier manipulation to fit into users' scoring
models.

closes #6907, #7446
2014-08-27 08:37:25 -07:00
..
analysis Analysis: Add keep_types for filtering by token type 2014-08-15 09:28:12 -04:00
cat Stats: add segments.index_writer_max_memory to see index writer's max RAM usage before buffered documents must be written to a new segment 2014-08-25 14:43:09 -04:00
cluster Docs: Made current version, branch and jdk into asciidoc attributes 2014-07-23 11:55:35 +02:00
docs Term vector API: return 'found: false' for docs between index and refresh 2014-08-21 09:58:49 +02:00
images [doc] Correct decay function equations in function_score description 2014-07-23 17:33:22 +02:00
index-modules Docs: Added link to clarify meaning of filtering in fielddata context 2014-08-26 12:00:06 +02:00
indices [DOCS] Update to the new {index}/_mapping/{type} format 2014-08-21 13:56:11 -04:00
mapping Docs: typo? 2014-08-26 15:26:34 +02:00
migration Facets: Removal from master. 2014-08-21 10:34:39 +02:00
modules Facets: Removal from master. 2014-08-21 10:34:39 +02:00
query-dsl FunctionScore: Refactor RandomScoreFunction to be consistent, and return values in rang [0.0, 1.0] 2014-08-27 08:37:25 -07:00
search Facets: Removal from master. 2014-08-21 10:34:39 +02:00
setup Docs: Fixed header levels in setup/dir-layout.asciidoc 2014-08-18 13:38:28 +02:00
testing [TEST] Randomized number of shards used for indices created during tests 2014-03-10 13:01:52 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Docs: Remove phrase duplication in api-conventions.asciidoc 2014-08-18 13:01:12 +02:00
cat.asciidoc [DOCS] reordered cat apis menu 2014-06-03 11:06:35 +02:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
getting-started.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc [DOCS] Remove the section about codecs. 2014-08-07 11:24:44 +02:00
index.asciidoc Docs: Made current version, branch and jdk into asciidoc attributes 2014-07-23 11:55:35 +02:00
indices.asciidoc [DOCS] Removed leftover indices status link 2014-04-28 11:39:12 +02:00
mapping.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
search.asciidoc Search Exists API: Checks if any matching documents exist for a given query 2014-07-31 15:42:30 -04:00
setup.asciidoc [DOCS] Java 7 is required since 1.2.0 2014-05-30 10:45:22 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00