Re: Lucene/Solr 8.0

2019-02-13 Thread Alan Woodward
a little too soon for the past few releases…in >>> those cases, the Ref Guide release was pretty close so it didn’t matter >>> that much. >>> >>> In this case, though, I haven’t had time to do a 7.7 Ref Guide so it >>> doesn’t exist yet (if it will ever

[VOTE] Release Lucene/Solr 8.0.0 RC1

2019-02-13 Thread Alan Woodward
Pleas vote for release candidate 1 for Lucene/Solr 8.0.0 The artifacts can be downloaded from https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5 You can run the smoke tester directly with this command: python3 -u

[jira] [Updated] (LUCENE-8691) Allow GPG keys with no spaces to be used for signing releases

2019-02-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8691: -- Attachment: LUCENE-8691.patch > Allow GPG keys with no spaces to be used for signing relea

[jira] [Created] (LUCENE-8691) Allow GPG keys with no spaces to be used for signing releases

2019-02-11 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8691: - Summary: Allow GPG keys with no spaces to be used for signing releases Key: LUCENE-8691 URL: https://issues.apache.org/jira/browse/LUCENE-8691 Project: Lucene

Re: Improving DocValue sorting performance

2019-02-11 Thread Alan Woodward
+1 This would be a very nice addition, and Toke’s recent work adding jump tables to docvalues would provide a natural place to store the information. > On 11 Feb 2019, at 12:42, Daniel Penning > wrote: > > Hi > > I think sorting and searching on

[jira] [Commented] (SOLR-13233) SpellCheckCollator ignores stacked tokens

2019-02-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16764364#comment-16764364 ] Alan Woodward commented on SOLR-13233: -- [~msoko...@gmail.com] from the mailing list: > Why d

[jira] [Commented] (SOLR-13233) SpellCheckCollator ignores stacked tokens

2019-02-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763700#comment-16763700 ] Alan Woodward commented on SOLR-13233: -- I'm honestly not sure what the correct fix here

[jira] [Created] (SOLR-13233) SpellCheckCollator ignores stacked tokens

2019-02-08 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-13233: Summary: SpellCheckCollator ignores stacked tokens Key: SOLR-13233 URL: https://issues.apache.org/jira/browse/SOLR-13233 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-8682) Remove WordDelimiterFilter

2019-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762665#comment-16762665 ] Alan Woodward commented on LUCENE-8682: --- Patch attached.  This ended up being pretty simple

[jira] [Created] (LUCENE-8682) Remove WordDelimiterFilter

2019-02-07 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8682: - Summary: Remove WordDelimiterFilter Key: LUCENE-8682 URL: https://issues.apache.org/jira/browse/LUCENE-8682 Project: Lucene - Core Issue Type: Task

[jira] [Updated] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

2019-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-13230: - Attachment: SOLR-13230.patch > Move JaSpell code into Solr and deprecate the fact

[jira] [Created] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

2019-02-07 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-13230: Summary: Move JaSpell code into Solr and deprecate the factory Key: SOLR-13230 URL: https://issues.apache.org/jira/browse/SOLR-13230 Project: Solr Issue

Use of Payloads

2019-02-07 Thread Alan Woodward
Hi all, The new intervals queries are now nearly at feature parity with Spans; the implementations still outstanding are all to do with using payloads. Currently, span queries allow you to filter out spans based on the payloads of the matching terms, and also allow you to modify the score of

[jira] [Commented] (LUCENE-8655) No possibility to access to the underlying "valueSource" of a FunctionScoreQuery

2019-02-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16760641#comment-16760641 ] Alan Woodward commented on LUCENE-8655: --- > Do you have a release date for the v8.0? Shortly af

[jira] [Assigned] (LUCENE-8655) No possibility to access to the underlying "valueSource" of a FunctionScoreQuery

2019-02-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reassigned LUCENE-8655: - Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 8.0

[jira] [Commented] (LUCENE-8655) No possibility to access to the underlying "valueSource" of a FunctionScoreQuery

2019-02-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16760616#comment-16760616 ] Alan Woodward commented on LUCENE-8655: --- Looks good [~gquaire], thank you!  We've missed the 7.7

[jira] [Resolved] (LUCENE-8657) CharsRef.compareTo() should always be in UTF-8 order

2019-01-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8657. --- Resolution: Won't Fix Undeprecation would be simpler, yes.  I'll fold that into the work

[jira] [Resolved] (LUCENE-8650) ConcatenatingTokenStream does not end() nor reset() properly

2019-01-28 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8650. --- Resolution: Fixed Fix Version/s: 7.7 > ConcatenatingTokenStream does not end()

[jira] [Commented] (LUCENE-8652) Add boosting support in the SynonymQuery

2019-01-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16752159#comment-16752159 ] Alan Woodward commented on LUCENE-8652: --- +1 to the patch, and +1 to keeping the simple constructor

[jira] [Commented] (LUCENE-8651) Tokenizer implementations can't be reset

2019-01-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16752080#comment-16752080 ] Alan Woodward commented on LUCENE-8651: --- It's an interesting question.  Tokenizers generally

[jira] [Comment Edited] (LUCENE-8638) Remove deprecated code in master

2019-01-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742958#comment-16742958 ] Alan Woodward edited comment on LUCENE-8638 at 1/24/19 10:41 AM

[jira] [Created] (LUCENE-8657) CharsRef.compareTo() should always be in UTF-8 order

2019-01-24 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8657: - Summary: CharsRef.compareTo() should always be in UTF-8 order Key: LUCENE-8657 URL: https://issues.apache.org/jira/browse/LUCENE-8657 Project: Lucene - Core

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

2019-01-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750983#comment-16750983 ] Alan Woodward commented on LUCENE-8638: --- I opened LUCENE-8657 for deprecations in CharsRef

[jira] [Commented] (LUCENE-8657) CharsRef.compareTo() should always be in UTF-8 order

2019-01-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750978#comment-16750978 ] Alan Woodward commented on LUCENE-8657: --- Here is a patch.  The only minor difference I can see

[jira] [Updated] (LUCENE-8657) CharsRef.compareTo() should always be in UTF-8 order

2019-01-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8657: -- Fix Version/s: 8.0 > CharsRef.compareTo() should always be in UTF-8 or

[jira] [Updated] (LUCENE-8657) CharsRef.compareTo() should always be in UTF-8 order

2019-01-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8657: -- Attachment: LUCENE-8657.patch > CharsRef.compareTo() should always be in UTF-8 or

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

2019-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750191#comment-16750191 ] Alan Woodward commented on LUCENE-8638: --- I opened LUCENE-8656 for deprecations in FuzzyQuery

[jira] [Updated] (LUCENE-8656) Deprecations in FuzzyQuery

2019-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8656: -- Attachment: LUCENE-8656.patch > Deprecations in FuzzyQu

[jira] [Created] (LUCENE-8656) Deprecations in FuzzyQuery

2019-01-23 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8656: - Summary: Deprecations in FuzzyQuery Key: LUCENE-8656 URL: https://issues.apache.org/jira/browse/LUCENE-8656 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-8099) Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery

2019-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750157#comment-16750157 ] Alan Woodward commented on LUCENE-8099: --- {quote}Should I create a ticket for that? {quote} Please

[jira] [Resolved] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8630. --- Resolution: Won't Fix Jim and I discussed this offline, and we came to the conclusion

[jira] [Updated] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8630: -- Attachment: LUCENE-8630.patch > Allow boosting of particular interval sour

[jira] [Commented] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750030#comment-16750030 ] Alan Woodward commented on LUCENE-8630: --- Here's an updated patch that applies on top

[jira] [Resolved] (LUCENE-8646) Add multi-term intervals

2019-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8646. --- Resolution: Fixed Fix Version/s: 8.0 > Add multi-term interv

[jira] [Resolved] (LUCENE-8645) Add fixed field intervals

2019-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8645. --- Resolution: Fixed Fix Version/s: 8.0 > Add fixed field interv

[jira] [Updated] (LUCENE-8651) Tokenizer implementations can't be reset

2019-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8651: -- Attachment: LUCENE-8651.patch > Tokenizer implementations can't be re

[jira] [Commented] (LUCENE-8651) Tokenizer implementations can't be reset

2019-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748558#comment-16748558 ] Alan Woodward commented on LUCENE-8651: --- Here's a patch that applies on top of the patch on LUCENE

[jira] [Commented] (LUCENE-8651) Tokenizer implementations can't be reset

2019-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748522#comment-16748522 ] Alan Woodward commented on LUCENE-8651: --- OK, I see what's happening.  The root tokenstream

[jira] [Commented] (LUCENE-8651) Tokenizer implementations can't be reset

2019-01-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748071#comment-16748071 ] Alan Woodward commented on LUCENE-8651: --- I think this may be a question of documentation

[jira] [Commented] (LUCENE-8650) ConcatenatingTokenStream does not end() nor reset() properly

2019-01-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748069#comment-16748069 ] Alan Woodward commented on LUCENE-8650: --- I've attached an updated patch that includes your fix

[jira] [Updated] (LUCENE-8650) ConcatenatingTokenStream does not end() nor reset() properly

2019-01-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8650: -- Attachment: LUCENE-8650.patch > ConcatenatingTokenStream does not end() nor reset() prope

[jira] [Commented] (LUCENE-8650) ConcatenatingTokenStream does not end() nor reset() properly

2019-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746701#comment-16746701 ] Alan Woodward commented on LUCENE-8650: --- Thanks for opening the issue!  Your fix looks good, I'll

[jira] [Assigned] (LUCENE-8650) ConcatenatingTokenStream does not end() nor reset() properly

2019-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reassigned LUCENE-8650: - Assignee: Alan Woodward > ConcatenatingTokenStream does not end() nor reset() prope

[jira] [Commented] (LUCENE-8644) Pass token types to QueryBuilder.newSynonymQuery()

2019-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746128#comment-16746128 ] Alan Woodward commented on LUCENE-8644: --- Jim and I talked about this offline, and agreed

[jira] [Updated] (LUCENE-8644) Pass token types to QueryBuilder.newSynonymQuery()

2019-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8644: -- Attachment: LUCENE-8644.patch > Pass token types to QueryBuilder.newSynonymQu

[jira] [Commented] (LUCENE-8585) Create jump-tables for DocValues at index-time

2019-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745915#comment-16745915 ] Alan Woodward commented on LUCENE-8585: --- We're still a way off a release candidate, so feel free

[jira] [Commented] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745079#comment-16745079 ] Alan Woodward commented on LUCENE-8646: --- Here's a patch with one possible implementation.  It adds

[jira] [Updated] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8646: -- Attachment: LUCENE-8646.patch > Add multi-term interv

[jira] [Commented] (LUCENE-8645) Add fixed field intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745064#comment-16745064 ] Alan Woodward commented on LUCENE-8645: --- Here is a patch - this turns out be remarkably simple

[jira] [Created] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8646: - Summary: Add multi-term intervals Key: LUCENE-8646 URL: https://issues.apache.org/jira/browse/LUCENE-8646 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-8645) Add fixed field intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8645: -- Attachment: LUCENE-8645.patch > Add fixed field interv

[jira] [Created] (LUCENE-8645) Add fixed field intervals

2019-01-17 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8645: - Summary: Add fixed field intervals Key: LUCENE-8645 URL: https://issues.apache.org/jira/browse/LUCENE-8645 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744956#comment-16744956 ] Alan Woodward commented on LUCENE-8642: --- Thanks [~dweiss]! > RamUsageTester.sizeOf ignores arr

[jira] [Comment Edited] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744943#comment-16744943 ] Alan Woodward edited comment on LUCENE-8642 at 1/17/19 11:44 AM

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744943#comment-16744943 ] Alan Woodward commented on LUCENE-8642: --- This looks like it might have broken compilation on 7x

[jira] [Commented] (LUCENE-8644) Pass token types to QueryBuilder.newSynonymQuery()

2019-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744132#comment-16744132 ] Alan Woodward commented on LUCENE-8644: --- Multi-term synonyms go through analyzeGraphPhrase and so

[jira] [Resolved] (LUCENE-8633) Remove term weighting from interval scoring

2019-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8633. --- Resolution: Fixed Fix Version/s: master (9.0) 8.0 > Remove t

[jira] [Commented] (LUCENE-8644) Pass token types to QueryBuilder.newSynonymQuery()

2019-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16743871#comment-16743871 ] Alan Woodward commented on LUCENE-8644: --- This patch changes the signature of newSynonymQuery from

[jira] [Created] (LUCENE-8644) Pass token types to QueryBuilder.newSynonymQuery()

2019-01-16 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8644: - Summary: Pass token types to QueryBuilder.newSynonymQuery() Key: LUCENE-8644 URL: https://issues.apache.org/jira/browse/LUCENE-8644 Project: Lucene - Core

[jira] [Updated] (LUCENE-8644) Pass token types to QueryBuilder.newSynonymQuery()

2019-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8644: -- Attachment: LUCENE-8644.patch > Pass token types to QueryBuilder.newSynonymQu

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742986#comment-16742986 ] Alan Woodward commented on LUCENE-8638: --- Let's commit it to master separately and let CI work

[jira] [Commented] (SOLR-13138) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742985#comment-16742985 ] Alan Woodward commented on SOLR-13138: -- Related work in lucene is at LUCENE-8638

[jira] [Updated] (SOLR-13138) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-13138: - Description: There are a number of deprecations in master that should be removed.  This issue

[jira] [Updated] (LUCENE-8638) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8638: -- Description: There are a number of deprecations in master that should be removed. This issue

[jira] [Commented] (SOLR-13138) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742971#comment-16742971 ] Alan Woodward commented on SOLR-13138: -- The following files in Solr contain deprecated methods

[jira] [Created] (SOLR-13138) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-13138: Summary: Remove deprecated code in master Key: SOLR-13138 URL: https://issues.apache.org/jira/browse/SOLR-13138 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742970#comment-16742970 ] Alan Woodward commented on LUCENE-8638: --- Of the deprecations that I haven't removed from

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742958#comment-16742958 ] Alan Woodward commented on LUCENE-8638: --- The following files contain deprecated methods or classes

[jira] [Created] (LUCENE-8638) Remove deprecated code in master

2019-01-15 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8638: - Summary: Remove deprecated code in master Key: LUCENE-8638 URL: https://issues.apache.org/jira/browse/LUCENE-8638 Project: Lucene - Core Issue Type

Re: Lucene/Solr 8.0

2019-01-15 Thread Alan Woodward
, particularly for the Solr deprecations where there’s a lot of code I’m unfamiliar with. > On 8 Jan 2019, at 09:21, Alan Woodward <mailto:romseyg...@gmail.com>> wrote: > > I think the current plan is to do a 7.7 release at the same time as 8.0, to > handle any last-minute

[jira] [Commented] (LUCENE-8633) Remove term weighting from interval scoring

2019-01-14 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16741936#comment-16741936 ] Alan Woodward commented on LUCENE-8633: --- I added a configurable pivot and exponent - by default we

[jira] [Updated] (LUCENE-8633) Remove term weighting from interval scoring

2019-01-14 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8633: -- Attachment: LUCENE-8633.patch > Remove term weighting from interval scor

[jira] [Commented] (LUCENE-8633) Remove term weighting from interval scoring

2019-01-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740265#comment-16740265 ] Alan Woodward commented on LUCENE-8633: --- Attached is a patch with an alternative scoring system

[jira] [Created] (LUCENE-8633) Remove term weighting from interval scoring

2019-01-11 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8633: - Summary: Remove term weighting from interval scoring Key: LUCENE-8633 URL: https://issues.apache.org/jira/browse/LUCENE-8633 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-8633) Remove term weighting from interval scoring

2019-01-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8633: -- Attachment: LUCENE-8633.patch > Remove term weighting from interval scor

Re: Welcome Nick Knize to the PMC

2019-01-09 Thread Alan Woodward
Welcome Nick! > On 9 Jan 2019, at 15:12, Adrien Grand wrote: > > I am pleased to announce that Nick Knize has accepted the PMC's > invitation to join. > > Welcome Nick! > > -- > Adrien > > - > To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737138#comment-16737138 ] Alan Woodward commented on LUCENE-8630: --- Another paper that looks relevant here: http

[jira] [Commented] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16736936#comment-16736936 ] Alan Woodward commented on LUCENE-8630: --- Interval scoring currently uses the same implementation

Re: Lucene/Solr 8.0

2019-01-08 Thread Alan Woodward
bs enabled for a while. > > Uwe > > - > Uwe Schindler > Achterdiek 19, D-28357 Bremen > http://www.thetaphi.de <http://www.thetaphi.de/> > eMail: u...@thetaphi.de <mailto:u...@thetaphi.de> > > From: Alan Woodward mailto:romseyg...@gmail.

[jira] [Updated] (SOLR-13123) Free disk based suggester short circuits without exploring all states

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-13123: - Fix Version/s: master (9.0) > Free disk based suggester short circuits without exploring

[jira] [Updated] (SOLR-13124) Free disk based suggestions do not guard against running out of disk

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-13124: - Fix Version/s: (was: 8) master (9.0) > Free disk based suggestions

[jira] [Updated] (SOLR-13124) Free disk based suggestions do not guard against running out of disk

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-13124: - Fix Version/s: 8 > Free disk based suggestions do not guard against running out of d

[jira] [Updated] (SOLR-7896) Add a login page for Solr Administrative Interface

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-7896: Fix Version/s: (was: 8.0) > Add a login page for Solr Administrative Interf

[jira] [Updated] (LUCENE-8622) Add a MinimumShouldMatch interval iterator

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8622: -- Fix Version/s: (was: 8.0) master (9.0) > Add a MinimumShouldMa

[jira] [Updated] (LUCENE-8629) Add some more Interval functions

2019-01-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8629: -- Fix Version/s: (was: 8.0) master (9.0) > Add some more Inter

Re: Lucene/Solr 8.0

2019-01-08 Thread Alan Woodward
> It looks like someone renamed the "master (8.0)" version of SOLR & LUCENE > in Jira to "master (9.0)" but IIUC that's definitely *NOT* correct ... > because it means all the stuff that's been committed to origin/master over > the past X months won't be listed as "fixed in '8.0'" when people

[jira] [Commented] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16736132#comment-16736132 ] Alan Woodward commented on LUCENE-8630: --- Here is a patch implementing the idea

[jira] [Created] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-07 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8630: - Summary: Allow boosting of particular interval sources Key: LUCENE-8630 URL: https://issues.apache.org/jira/browse/LUCENE-8630 Project: Lucene - Core

[jira] [Updated] (LUCENE-8630) Allow boosting of particular interval sources

2019-01-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8630: -- Attachment: LUCENE-8630.patch > Allow boosting of particular interval sour

[jira] [Resolved] (LUCENE-8622) Add a MinimumShouldMatch interval iterator

2019-01-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8622. --- Resolution: Fixed Fix Version/s: 8.0 > Add a MinimumShouldMatch interval itera

[jira] [Resolved] (LUCENE-8629) Add some more Interval functions

2019-01-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8629. --- Resolution: Fixed Fix Version/s: 8.0 > Add some more Interval functi

Re: Lucene/Solr 8.0

2019-01-07 Thread Alan Woodward
20AND%20priority%20%3D%20Blocker%20and%20status%20%3D%20open%20and%20fixVersion%20%3D%20%22master%20(8.0)%22%20> > > Thru the end of the month, I intend to work on those issues not yet assigned. > > On Mon, Dec 17, 2018 at 4:51 AM Adrien Grand <mailto:jpou...@gmail.com>> wrote

[jira] [Commented] (LUCENE-8622) Add a MinimumShouldMatch interval iterator

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16734136#comment-16734136 ] Alan Woodward commented on LUCENE-8622: --- Thanks for the review [~dsmiley]! Have updated the patch

[jira] [Updated] (LUCENE-8622) Add a MinimumShouldMatch interval iterator

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8622: -- Attachment: LUCENE-8622.patch > Add a MinimumShouldMatch interval itera

[jira] [Commented] (LUCENE-8622) Add a MinimumShouldMatch interval iterator

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16734059#comment-16734059 ] Alan Woodward commented on LUCENE-8622: --- New patch, bringing things up to date with master >

[jira] [Updated] (LUCENE-8622) Add a MinimumShouldMatch interval iterator

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8622: -- Attachment: LUCENE-8622.patch > Add a MinimumShouldMatch interval itera

[jira] [Updated] (LUCENE-8629) Add some more Interval functions

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8629: -- Attachment: LUCENE-8629.patch > Add some more Interval functi

[jira] [Commented] (LUCENE-8629) Add some more Interval functions

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16733997#comment-16733997 ] Alan Woodward commented on LUCENE-8629: --- Actual working patch attached this time... > Add s

[jira] [Updated] (LUCENE-8629) Add some more Interval functions

2019-01-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8629: -- Attachment: LUCENE-8629.patch > Add some more Interval functi

[jira] [Created] (LUCENE-8629) Add some more Interval functions

2019-01-04 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8629: - Summary: Add some more Interval functions Key: LUCENE-8629 URL: https://issues.apache.org/jira/browse/LUCENE-8629 Project: Lucene - Core Issue Type: Task

<    1   2   3   4   5   6   7   8   9   10   >