Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MB-56946: update analyzer interface and registry #2062

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 9, 2024

  1. MB-56946: update analyzer interface and registry

    + Update Analyzer interface to
       + handle errors produced during analysis.
       + use "any" as return type of Analysis (generating values other than tokenStream, like embedding vectors)
    + Update the analyzers registry to allow runtime registration/removal
    
    + This is to let bleve users register/deregister analyzers at runtime and use it in their index mappings
    
    NOTE:
    This will break backward compatibility for bleve customers registering their own analyzer implementations.
    moshaad7 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c452e11 View commit details
    Browse the repository at this point in the history