Skip to content

[facets] remove faceted search functionality#171

Open
zouzias wants to merge 34 commits into
developfrom
remove_faceted_search
Open

[facets] remove faceted search functionality#171
zouzias wants to merge 34 commits into
developfrom
remove_faceted_search

Conversation

@zouzias

@zouzias zouzias commented Apr 9, 2019

Copy link
Copy Markdown
Owner

Changelog:

  • Remove FacetedLuceneRDD class

Anastasios Zouzias and others added 24 commits March 11, 2019 22:07
* 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

codecov Bot commented Apr 9, 2019

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 81.60920% with 16 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (develop@9442bbb). Learn more about missing BASE report.
⚠️ Report is 190 commits behind head on develop.

Files with missing lines Patch % Lines
...ark/lucenerdd/analyzers/AnalyzerConfigurable.scala 46.66% 8 Missing ⚠️
.../scala/org/zouzias/spark/lucenerdd/LuceneRDD.scala 82.60% 4 Missing ⚠️
...spark/lucenerdd/partition/LuceneRDDPartition.scala 90.47% 2 Missing ⚠️
...in/scala/org/zouzias/spark/lucenerdd/package.scala 90.00% 1 Missing ⚠️
...tial/shape/partition/ShapeLuceneRDDPartition.scala 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #171   +/-   ##
==========================================
  Coverage           ?   77.86%           
==========================================
  Files              ?       29           
  Lines              ?      926           
  Branches           ?       89           
==========================================
  Hits               ?      721           
  Misses             ?      205           
  Partials           ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

zouzias added 2 commits April 9, 2019 22:36
* [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
@zouzias zouzias force-pushed the remove_faceted_search branch from dda1bd9 to 4b84ad3 Compare April 13, 2019 08:30
* [refactor] configuration loading

* [travis] code hygiene
@zouzias

zouzias commented Apr 14, 2019

Copy link
Copy Markdown
Owner Author

Remove mentions on readme and reference.conf file about facets.

@zouzias zouzias force-pushed the remove_faceted_search branch from 97bea2f to 1af99ed Compare April 19, 2019 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants