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

LUCENE-9134: Port ant-regenerate tasks to Gradle build (util and packed) #1251

Merged
merged 23 commits into from Feb 11, 2020
Merged

LUCENE-9134: Port ant-regenerate tasks to Gradle build (util and packed) #1251

merged 23 commits into from Feb 11, 2020

Conversation

ErickErickson
Copy link

This should be the final patch. It turned out to be a 5 minute task to put the hard-coded path in the Ant build so I did that too.

I'll commit in a few and close this JIRA.

Erick Erickson added 22 commits January 17, 2020 18:54
Squashed commit of the following:

commit 4b5105e
Author: Robert Muir <rmuir@apache.org>
Date:   Thu Jan 30 08:26:26 2020 -0500

    LUCENE-9193: heap allocations for tests.profile

    Can be a bit noisier than cpu sampling, due to how threads are allocated
    in tests... maybe we can improve that in the future.

commit 3a8ed5e
Author: Dawid Weiss <dweiss@apache.org>
Date:   Thu Jan 30 13:45:15 2020 +0100

    LUCENE-9134: add python-based regeneration of HTMLCharacterEntities.jflex inside jflexHTMLStripCharFilter.

commit 043dd20
Author: Dawid Weiss <dweiss@apache.org>
Date:   Thu Jan 30 12:50:50 2020 +0100

    LUCENE-9080: this jflex file got corrupted somehow during previous commit. I regenerated it with ant, along with the final java file. I also added a crlf normalization, encoding and forced-regeneration to ant because it didn't work before.

commit 13e2094
Author: Adrien Grand <jpountz@gmail.com>
Date:   Thu Jan 30 10:37:39 2020 +0100

    LUCENE-4702: Improve performance for fuzzy queries.

    Fuzzy queries with an edit distance of 1 or 2 must visit all blocks whose prefix
    length is 1 or 2. By not compressing those, we can trade very little space (a
    couple MBs in the case of the wikibigall index) for better query efficiency.

commit a948291
Author: Ignacio Vera <ivera@apache.org>
Date:   Thu Jan 30 08:03:22 2020 +0100

    LUCENE-9141: Simplify LatLonShapeXQuery API by adding a new abstract class called LatLonGeometry. (#1170)
@ErickErickson ErickErickson merged commit f9357ab into apache:master Feb 11, 2020
@ErickErickson ErickErickson deleted the gradle_util branch February 11, 2020 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant