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

Allow Lucene Programatic Boolean Queries to be serialized through Builders specification #371

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

Commits on Nov 9, 2021

  1. HOTFIX: Propagate indexAnalyserPerField and queryAnalyzerPerField to …

    …partitions configuration
    Rafa Haro committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f235902 View commit details
    Browse the repository at this point in the history
  2. HOTFIX: Propagate indexAnalyserPerField and queryAnalyzerPerField to …

    …partitions configuration
    Rafa Haro committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fff5581 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. change fix version

    Rafa Haro committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f167008 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    12a8031 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Upgrade branch 0.3.8 to Scala 2.12 and LuceneRDDBooleanQueryBuilder i…

    …mplementation to enable serialization of boolean queries
    Rafa Haro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    5686bbf View commit details
    Browse the repository at this point in the history
  2. LuceneRDDBooleanQueryBuilder must extend QueryBuilder too for composi…

    …ng boolean queries
    Rafa Haro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    0265f94 View commit details
    Browse the repository at this point in the history
  3. Add Field analyzer based and boost query builders

    Rafa Haro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    173dc71 View commit details
    Browse the repository at this point in the history
  4. Added slop to Phrase Query Builder

    Rafa Haro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    f7ebfc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bdb7d6 View commit details
    Browse the repository at this point in the history
  6. Merge branch '0.3.8_fix' into develop

    # Conflicts:
    #	build.sbt
    #	src/main/scala/org/zouzias/spark/lucenerdd/LuceneRDDKryoRegistrator.scala
    #	src/main/scala/org/zouzias/spark/lucenerdd/spatial/shape/ShapeLuceneRDDKryoRegistrator.scala
    #	src/test/scala/org/zouzias/spark/lucenerdd/LuceneDocToSparkRowpec.scala
    #	src/test/scala/org/zouzias/spark/lucenerdd/LuceneRDDMoreLikeThisSpec.scala
    #	src/test/scala/org/zouzias/spark/lucenerdd/LuceneRDDRecordLinkageSpec.scala
    #	src/test/scala/org/zouzias/spark/lucenerdd/spatial/shape/ShapeLuceneRDDSpec.scala
    #	version.sbt
    Rafa Haro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d941ff4 View commit details
    Browse the repository at this point in the history
  7. Fix tests after merge

    Rafa Haro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    36181cb View commit details
    Browse the repository at this point in the history