-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ZEPPELIN-501 Notebook search #534
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
Closed
Closed
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
c5928f9
Search: form added to navbar in frontend
bzz 7880237
Search: backend REST API scetch /notebooks/search?q=... added
bzz 3900b60
Search: disabling UI on disconnect
bzz bc2458a
Get rid of compiler warnings
bzz 163a465
Search: add search/result-list and switch to
bzz c2c2a52
Search: backend indexing using Lucene added to zengine
bzz db246fa
Search: highlighting added using fragments
bzz 11127f0
style search widget for notebook search
9ca8628
Search: merge first 3 fragments + full paragraph in search result
bzz 865925c
highlight syntax and search terms in search results
227c6b4
update search results view: add panels for results
aa5ddb3
center search results on screen
6ccd6f1
Search: nuke compiler warnings in NotebookRestApi
bzz 7aad5cf
Search: make checkstyle happy
bzz e363ed4
Search: make jshint happy
bzz 5c1e3e4
Refatoring - removing old annotations
bzz 98f4e59
Search: refactoring, rename fragment -> snippet
bzz 63a4e05
Search: adding search API docs
bzz 08fe806
Search: adding tests
bzz b2b93c4
Search: refatoring, move SearchService from NotebookRepoSync -> Notebook
bzz 09d44d2
Search: re-index note on every change
bzz 1e1357c
redirect to notebook and scroll to paragraph from search view
71ec51f
clear search field on navigation to home view (/)
82c7dd7
ZEPPELIN-501: reverting accidental changes
bzz b853aa6
ZEPPELIN-501: fixing typos in docs
bzz e80c3e5
ZEPPELIN-501: Indexing notebook names
bzz 7d06686
fix search-related bug in notebook controller
00f0315
handle notebooks is search results
fcbff3d
add missing apache license info to a source file
5a18bc8
ZEPPELIN-501: restore NotebookRepoSync.sync() visibility + compiler w…
bzz c00b516
ZEPPELIN-501: update LICENCE file with new deps
bzz 29da337
Merge pull request #7 from felizbear/search-fix
6180c86
ZEPPELIN-501: mute logs, invalid notes do not fail all indexing
bzz 1952847
ZEPPELIN-501: minor test update
bzz cd2173e
ZEPPELIN-501: tixing fypo in docs, again :see_no_evil:
bzz ded9c3b
ZEPPELIN-501: adding missing license headers
bzz c7ae983
Merge branch 'master' into notebook-search
bzz 36b2467
ZEPPELIN-501: add default val for Note.name
bzz b0b2c54
ZEPPELIN-501: refactoring, renames + verbose logging ON
bzz 0efc00e
Merge branch 'master' into notebook-search
bzz 009b290
ZEPPELIN-501: muting logs back
bzz b13d5fb
Merge branch 'master' into notebook-search
bzz 825b266
ZEPPELIN-501: refactoring + handling index Create\Delete
bzz 8c0f29a
ZEPPELIN-501: fixing NPE in tests \w mocks
bzz 6da1dc9
Merge branch 'master' into notebook-search
bzz 0ce8a92
ZEPPELIN-501: add missing logger
bzz eb7878a
Merge branch 'master' into notebook-search
bzz 44235eb
ZEPPELIN-501: refactoring, cleaning compiler warnings in Note.java
bzz 2b2f8dc
Merge branch 'master' into notebook-search
bzz 6a3906f
Merge branch 'master' into notebook-search
bzz 40cf9e8
ZEPPELIN-501: refactoring, cleaning compiler warnings in Notebook.java
bzz 3f20904
ZEPPELIN-501: refactoring, compiler warning in Paragraph.java
bzz e915a69
ZEPPELIN-501: update notebooks on save + tests
bzz 5f47890
ZEPPELIN-501: fix bug (merge artefact) that failed CI befor
bzz da69c07
ZEPPELIN-501: validate notes before update index
bzz f30e6c8
Merge branch 'master' into notebook-search
bzz d2b44ac
ZEPPELIN-501: stop printing whole note in logs
bzz cf44b1f
ZEPPELIN-501: fix NPE on double-delete
bzz 73a28bb
ZEPPELIN-501: fix NPE on Note creation by NotebookRepo, \wo DI constr…
bzz 78f69a3
ZEPPELIN-501: update index on paragraph delete
bzz c77d53b
ZEPPELIN-501: fix + test for bug in index key structure
bzz e3af25c
ZEPPELIN-501: muting more search logs info->debug
bzz c7f1d35
ZEPPELIN-501: refactoring, extract SearchService interface + Lucen-ba…
bzz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this specify a version for the artifact?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, need to check if we do not specify it already somewhere.
Although it looks like a bit out of scope of this PR (this change is merely a re-order)