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

[ZEPPELIN-4504]. Fix searching of keywords in notebooks #3681

Closed
wants to merge 1 commit into from

Conversation

zjffdu
Copy link
Contributor

@zjffdu zjffdu commented Mar 6, 2020

What is this PR for?

This PR improve the lucene search via storing the index in filesystem by default. So that even after zeppelin restart, we can still recover the index. This PR introduce several new configurations:

  • zeppelin.search.index.path. --> folder path for storing lucene index
  • zeppelin.search.use.disk --> whether use disk as index storage.
  • zeppelin.search.index.rebuild --> whether rebuild index when zeppelin start

What type of PR is it?

[Bug Fix]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • CI pass

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@zjffdu zjffdu force-pushed the ZEPPELIN-4504 branch 2 times, most recently from 0242387 to d11cdce Compare March 9, 2020 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant