Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Support custom Codecs #129

@mocobeta

Description

@mocobeta

There is a method to load custom codecs.
https://lucene.apache.org/core/7_5_0/core/org/apache/lucene/codecs/Codec.html#reloadCodecs-java.lang.ClassLoader-

Users scenario (an idea):

  • Click "Load custom codecs" button or link on the "open index" dialog.
  • Select JAR files including custom codecs on a file chooser dialog.
  • Press "OK" (then Luke loads the jars, and calls reloadCodecs() method.)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions