-
Notifications
You must be signed in to change notification settings - Fork 36
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
[facets] remove faceted search functionality #171
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit a6da0af.
* Remove unused code (#141) * Revert "Setting version to 0.3.4-SNAPSHOT" This reverts commit 2f1d7be. * README: update to 0.3.3 * README: fix javadoc badge * remove unused param * [sbt] version updates * [conf] allow not_analyzed string fields (#145) * [not-analyzed-fields] do not analyzed fields ending with _notanalyzed * [hotfix] fixes issue 150 * [tests] issue 150 * fix typo * [blockEntityLinkage] drop queryPartColumns
* [linkage] block linker with => Query * [linkage] block linker is Row => Query * remove Query analyzer on methods
* [analyzers] custom analyzer * test return null * [travis] travis_wait 1 min * Revert "[travis] travis_wait 1 min" This reverts commit c79456e. * use lucene examples * custom analyzer return null * fix java reflection * add docs
* [lucene] upgrade to version 8.0.0 * [lucene] remove ngram analyzer * delete ngram analyzer * minor fix * add scaladoc
Codecov Report
@@ Coverage Diff @@
## develop #171 +/- ##
==========================================
Coverage ? 77.86%
==========================================
Files ? 29
Lines ? 926
Branches ? 89
==========================================
Hits ? 721
Misses ? 205
Partials ? 0
Continue to review full report at Codecov.
|
* [issue_163] per field analysis * [sbt] update scalatest to 3.0.7 * [issue_163] fix docs; order of arguments * fixes on ShapeLuceneRDD * [issue_163] fix test * issue_163: minor fix * introduce LuceneRDDParams case class * fix apply in LuceneRDDParams * [issue_163] remove duplicate apply defn * add extra LuceneRDD.apply
[issue_165] throw runtime exception; handle multi-valued fields in DataFrames
dda1bd9
to
4b84ad3
Compare
* [refactor] configuration loading * [travis] code hygiene
Remove mentions on readme and reference.conf file about facets. |
97bea2f
to
1af99ed
Compare
Changelog:
FacetedLuceneRDD
class