You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by romseygeek <gi...@git.apache.org> on 2018/03/09 12:39:18 UTC

[GitHub] lucene-solr pull request #334: LUCENE-8196

GitHub user romseygeek opened a pull request:

    https://github.com/apache/lucene-solr/pull/334

    LUCENE-8196

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/romseygeek/lucene-solr positions

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/334.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #334
    
----
commit 3ddd092d63d0b7a6c7ed3be189fa9e8c76fa8196
Author: Alan Woodward <ro...@...>
Date:   2017-12-18T14:42:48Z

    WIP: terms and ordered near

commit d73b199deaa1ac279553981ec09d107300ac693a
Author: Alan Woodward <ro...@...>
Date:   2018-02-20T14:25:51Z

    WIP

commit 6938bbc7178ef542f443ba52309834cd9814ab14
Author: Alan Woodward <ro...@...>
Date:   2018-02-21T14:09:02Z

    Move intervals() back to Scorer
    
    Having it on Weight means duplicating loads of Scorer implementations to
    ensure that we always return the correct positions

commit e169ffc64a3d1ca3c506b6a86ec45861cf02609e
Author: Alan Woodward <ro...@...>
Date:   2018-02-21T16:34:41Z

    Add unorderedNearQuery

commit fc2d0bb65a51d58334d031ed2858245bc3a609b1
Author: Alan Woodward <ro...@...>
Date:   2018-02-21T18:08:50Z

    test for more complex queries

commit adc63477ac535b86069572a7561c97596d084bb6
Author: Alan Woodward <ro...@...>
Date:   2018-02-22T10:13:52Z

    Use ScoreMode to pass postings flags, add scoring to IntervalQuery

commit 069eee1e71bfe10f84dbb119cd43da9f12fa8d57
Author: Alan Woodward <ro...@...>
Date:   2018-02-22T10:14:40Z

    Merge branch 'master' into positions

commit 4e7d5ba1bd74d54f8b29045f390af8257a84d574
Author: Alan Woodward <ro...@...>
Date:   2018-02-22T10:22:43Z

    cleanup

commit 66abdd68dd68b5e71010a12b097a7a63961317f0
Author: Alan Woodward <ro...@...>
Date:   2018-02-22T11:52:56Z

    Test scoring + fix compared with phrase query

commit 258e5e524a3b3ab760a3c5b10c1fda17b5b7056b
Author: Alan Woodward <ro...@...>
Date:   2018-02-23T14:06:52Z

    Add some difference intervals

commit 07c1f24843718f0b230eb11bb474063815692f83
Author: Alan Woodward <ro...@...>
Date:   2018-02-23T15:45:10Z

    difference -> non_overlapping

commit 7038656d123fe1039604cfdd61e6172225ae078f
Author: Alan Woodward <ro...@...>
Date:   2018-02-23T15:58:07Z

    Rearrange things a bit

commit 77161885359dc12ed603563c81b803e291fd11c4
Author: Alan Woodward <ro...@...>
Date:   2018-02-25T12:00:12Z

    Tests for containing/contained_by queries

commit 855d07ee7cef804a8235ad0594cefbb1ed95b85a
Author: Alan Woodward <ro...@...>
Date:   2018-02-27T16:50:48Z

    Add intervals to exact phrase scorer

commit 8224bf9c9cddc720a5fb42177277df8fe1a7c0d6
Author: Alan Woodward <ro...@...>
Date:   2018-02-27T18:39:58Z

    Add intervals to sloppy phrase scorer

commit 38e422aa2d8534ff2a11623913dee7920498f3c6
Author: Alan Woodward <ro...@...>
Date:   2018-02-28T19:28:05Z

    Add test for boolean exclusion combinations

commit 14832e93b88e75cb077a8f583dd851b4684ebcc6
Author: Alan Woodward <ro...@...>
Date:   2018-02-28T19:30:02Z

    ScoreMode.canUseCache() -> ScoreMode.needsPositions()

commit dfd6fd723176c112970e7fc310b6a2383d4f0011
Author: Alan Woodward <ro...@...>
Date:   2018-02-28T20:12:24Z

    Add intervals to ConjunctionScorer

commit 87a4f254d7803d6df21db66f253064bddd2a0f30
Author: Alan Woodward <ro...@...>
Date:   2018-02-28T22:17:26Z

    Minimum-should-match

commit 53fc6b3b058370c8412850525683ca30391958db
Author: Alan Woodward <ro...@...>
Date:   2018-03-01T16:29:27Z

    Javadocs

commit d46307bbdb3dd2b19fb7d552c5cc19bebd5df8bc
Author: Alan Woodward <ro...@...>
Date:   2018-03-01T17:01:13Z

    cleanups

commit 96d6ba70b7da91632d2209e0a5f7769bc9f96731
Author: Alan Woodward <ro...@...>
Date:   2018-03-01T17:12:02Z

    Expose intervals from SpanScorer

commit c411c670ba43d5dbeccc86f2fb5bcd9a28b5d896
Author: Alan Woodward <ro...@...>
Date:   2018-03-06T01:50:23Z

    IntervalsSource

commit 9ec7abad31b81972128c1381ce7a5d1da7634751
Author: Alan Woodward <ro...@...>
Date:   2018-03-06T18:16:43Z

    Fix nested disjunctions (LUCENE-7398)

commit a7bf7c3ab1a982f965db7b15a12b1a5883e2967f
Author: Alan Woodward <ro...@...>
Date:   2018-03-07T03:18:32Z

    Remove slop/innerwidth, add BLOCK and MAXWIDTH

commit 60601861fafcdbe5624148525e4a8b0e5eba0c99
Author: Alan Woodward <ro...@...>
Date:   2018-03-07T16:04:53Z

    javadocs

commit 4990685f4898752b885794c6b17abd4796a56201
Author: Alan Woodward <ro...@...>
Date:   2018-03-07T16:12:24Z

    Field masking IntervalsSource

commit f5f60b45fee50add65e7260654ce3e2222df0170
Author: Alan Woodward <ro...@...>
Date:   2018-03-08T10:35:29Z

    javadocs, fix ORDERED contract

commit 457319a20b4a85c83c06dd9b1c954584b518311e
Author: Alan Woodward <ro...@...>
Date:   2018-03-08T17:53:05Z

    Simplify advanceTo(int) -> reset()

commit 73fda3f54ccf717746012f60b0b7634bfc55d900
Author: Alan Woodward <ro...@...>
Date:   2018-03-09T10:05:23Z

    IntervalFunction and DifferenceIntervalFunction are package-private

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org