You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael Sokolov (Jira)" <ji...@apache.org> on 2021/03/16 16:20:00 UTC

[jira] [Resolved] (LUCENE-9615) Expose HnswGraphBuilder index-time hyperparameters

     [ https://issues.apache.org/jira/browse/LUCENE-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Sokolov resolved LUCENE-9615.
-------------------------------------
    Resolution: Fixed

> Expose HnswGraphBuilder index-time hyperparameters
> --------------------------------------------------
>
>                 Key: LUCENE-9615
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9615
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Michael Sokolov
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> HnswGraphBuilder has a few tunables: maxConnections, beamWidth, and we may add a few more, such as whether to use a diversity heuristic when choosing neighbors to link in the graph. Currently these are locked to defaults set by global variables. Instead we should provide some interface for configuring them. The best candidate so far seems to be to add them either as attributes on a FieldType, or as Codec level configurations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org