msokolov commented on PR #15090:
URL: https://github.com/apache/lucene/pull/15090#issuecomment-3292199372

   I mean at the end of the day we need to have a format name that corresponds 
to a class name so that SPI can load the format, but the format itself can have 
some parameterization that is saved to the index, as @benwtrent was suggesting. 
The only change I'm suggesting here is we can provide guidance on how to 
construct this parameterization using a builder class that has defaults, 
clearly-named and documented methods, checks the validity of the combinations 
of parameters it's given and so on.  We want to have a similar such thing for 
FAISS too...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to