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

[facets] remove faceted search functionality #171

Open
wants to merge 34 commits into
base: develop
Choose a base branch
from

Commits on Mar 11, 2019

  1. [sbt] version updates

    Anastasios Zouzias authored and zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    b5ceed4 View commit details
    Browse the repository at this point in the history
  2. [sbt] disable build for scala 2.12

    Anastasios Zouzias authored and zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    ff10dd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    100eb76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6842b2 View commit details
    Browse the repository at this point in the history
  5. [sbt] version updates

    Anastasios Zouzias authored and zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a22b88d View commit details
    Browse the repository at this point in the history
  6. [sbt] disable build for scala 2.12

    Anastasios Zouzias authored and zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7c79608 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39d96fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa1df32 View commit details
    Browse the repository at this point in the history
  9. Revert "Revert "Setting version to 0.3.5-SNAPSHOT""

    This reverts commit a6da0af.
    Anastasios Zouzias authored and zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    fc4880c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32aa70b View commit details
    Browse the repository at this point in the history
  11. Hotfix: issue 150 (#151)

    * 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
    zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    e9dcec1 View commit details
    Browse the repository at this point in the history
  12. [sbt] version updates

    Anastasios Zouzias authored and zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    6a70dc3 View commit details
    Browse the repository at this point in the history
  13. [scripts] fix shell

    zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    09d1b3a View commit details
    Browse the repository at this point in the history
  14. Block linkage: allow a block linker with Row to Query (#154)

    * [linkage] block linker with => Query
    
    * [linkage] block linker is Row => Query
    
    * remove Query analyzer on methods
    zouzias committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    d35684a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e35b971 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    150cfde View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Feature: allow custom analyzers during compile time (#160)

    * [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
    zouzias authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    d7cc75f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Update to Lucene 8 (#161)

    * [lucene] upgrade to version 8.0.0
    
    * [lucene] remove ngram analyzer
    
    * delete ngram analyzer
    
    * minor fix
    
    * add scaladoc
    zouzias authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    28ca291 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    f8db720 View commit details
    Browse the repository at this point in the history
  2. [sbt] update scalatest 3.0.7

    Anastasios Zouzias committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    0e32f3e View commit details
    Browse the repository at this point in the history
  3. [sbt] update spark 2.4.1

    Anastasios Zouzias committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    11ec9b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. [build.sbt] add credentials file

    Anastasios Zouzias committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b7cb4b4 View commit details
    Browse the repository at this point in the history
  2. [plugins] update versions

    zouzias committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    69ca867 View commit details
    Browse the repository at this point in the history
  3. [sbt] update to 0.13.18

    zouzias committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3eadf7e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Allow Lucene Analyzers per field (#164)

    * [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
    zouzias authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    d8714b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. [issue_165] throw runtime exception; use traversable trait (#170)

    [issue_165] throw runtime exception; handle multi-valued fields in DataFrames
    zouzias authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a3413dc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. [config] refactor; add environment variables in config (#173)

    * [refactor] configuration loading
    
    * [travis] code hygiene
    zouzias authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    9151bd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. [facets] remove faceted search functionality

    Anastasios Zouzias authored and zouzias committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    09415d7 View commit details
    Browse the repository at this point in the history
  2. fix

    zouzias committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    51fcc1c View commit details
    Browse the repository at this point in the history
  3. fix test

    zouzias committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    ff1535c View commit details
    Browse the repository at this point in the history
  4. remove facets from README

    zouzias committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    1af99ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d484e80 View commit details
    Browse the repository at this point in the history
  6. remove facets from code

    zouzias committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    0d2806c View commit details
    Browse the repository at this point in the history
  7. remove all facet mentions

    zouzias committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    094e08d View commit details
    Browse the repository at this point in the history