[jira] [Resolved] (LUCENE-8098) Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery

2017-12-14 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8098. --- Resolution: Duplicate > Deprecate CustomScoreQuery, BoostedQuery and BoostingQu

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

2017-12-14 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8099: -- Attachment: LUCENE-8099.patch Patch deprecating these three queries and adding explanatory

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

2017-12-14 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8099: - Summary: Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery Key: LUCENE-8099 URL: https://issues.apache.org/jira/browse/LUCENE-8099 Project: Lucene - Core

[jira] [Created] (LUCENE-8098) Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery

2017-12-14 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8098: - Summary: Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery Key: LUCENE-8098 URL: https://issues.apache.org/jira/browse/LUCENE-8098 Project: Lucene - Core

[jira] [Updated] (LUCENE-8012) Improve Explanation class

2017-12-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8012: -- Attachment: LUCENE-8012.patch Updated patch: - added a null check to the Explanation

[jira] [Commented] (LUCENE-8093) TrimFilterFactory should implement MultiTermAwareComponent

2017-12-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16289821#comment-16289821 ] Alan Woodward commented on LUCENE-8093: --- Will commit this tomorrow if nobody objects

[jira] [Updated] (LUCENE-8012) Improve Explanation class

2017-12-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8012: -- Attachment: LUCENE-8012.patch Here's a patch cutting everything over from float to Number

[jira] [Commented] (LUCENE-8012) Improve Explanation class

2017-12-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16288985#comment-16288985 ] Alan Woodward commented on LUCENE-8012: --- There are a couple of options here. Just changing

[jira] [Updated] (LUCENE-8093) TrimFilterFactory should implement MultiTermAwareComponent

2017-12-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8093: -- Attachment: LUCENE-8093.patch Adrien also pointed me to MappingCharFilter, which behaves

[jira] [Commented] (LUCENE-8093) TrimFilterFactory should implement MultiTermAwareComponent

2017-12-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16287789#comment-16287789 ] Alan Woodward commented on LUCENE-8093: --- TrimFilter would I think normally be used with a Tokenizer

[jira] [Commented] (LUCENE-8093) TrimFilterFactory should implement MultiTermAwareComponent

2017-12-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16287592#comment-16287592 ] Alan Woodward commented on LUCENE-8093: --- Ah, ok. Maybe I should add some javadoc

[jira] [Created] (LUCENE-8093) TrimFilterFactory should implement MultiTermAwareComponent

2017-12-12 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8093: - Summary: TrimFilterFactory should implement MultiTermAwareComponent Key: LUCENE-8093 URL: https://issues.apache.org/jira/browse/LUCENE-8093 Project: Lucene - Core

[jira] [Created] (LUCENE-8092) TestRandomChains failure

2017-12-12 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8092: - Summary: TestRandomChains failure Key: LUCENE-8092 URL: https://issues.apache.org/jira/browse/LUCENE-8092 Project: Lucene - Core Issue Type: Bug

Re: Welcome Ishan Chattopadhyaya to the PMC

2017-12-08 Thread Alan Woodward
Congratulations and welcome, Ishan! Alan Woodward www.flax.co.uk > On 8 Dec 2017, at 13:47, Adrien Grand <jpou...@gmail.com> wrote: > > I am pleased to announce that Ishan Chattopadhyaya has accepted the PMC's > invitation to join. > > Welcome Ishan!

[jira] [Commented] (LUCENE-7996) Should we require positive scores?

2017-11-30 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16272506#comment-16272506 ] Alan Woodward commented on LUCENE-7996: --- Rather than throwing errors from BoostingQuery

[jira] [Updated] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2017-11-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6228: -- Attachment: LUCENE-6228.patch Here's an updated patch: * getChildren() is now on Scorable

[jira] [Commented] (LUCENE-8055) MemoryIndex.MemoryDocValuesIterator returns 2 document instead of 1

2017-11-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260580#comment-16260580 ] Alan Woodward commented on LUCENE-8055: --- +1. Oops > MemoryIndex.MemoryDocValuesIterator return

[jira] [Commented] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2017-11-20 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16259721#comment-16259721 ] Alan Woodward commented on LUCENE-6228: --- bq. Can we access the Query from this new interface

Re: Welcome Noble Paul to the PMC

2017-11-20 Thread Alan Woodward
Congratulations Noble! Alan Woodward www.flax.co.uk > On 19 Nov 2017, at 20:02, Adrien Grand <jpou...@gmail.com> wrote: > > I am pleased to announce that Noble Paul has accepted the PMC's invitation to > join. > > Welcome Noble!

[jira] [Commented] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2017-11-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255640#comment-16255640 ] Alan Woodward commented on LUCENE-6228: --- bq. What we need to prevent is someone calling advance

[jira] [Commented] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2017-11-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255460#comment-16255460 ] Alan Woodward commented on LUCENE-6228: --- The issue with getChildren() is that you can't access

[jira] [Commented] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2017-11-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255332#comment-16255332 ] Alan Woodward commented on LUCENE-6228: --- bq. Can we try something like moving getChildren from

[jira] [Updated] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2017-11-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6228: -- Attachment: LUCENE-6228.patch Here's a patch implementing [~rcmuir]'s idea of a Scorable

[jira] [Resolved] (LUCENE-7998) Add a DoubleValuesSource that exposes a Query score

2017-11-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7998. --- Resolution: Fixed Fix Version/s: 7.2 bq. should not rewrite the values source

[jira] [Resolved] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7736. --- Resolution: Fixed Fix Version/s: 7.2 > Expose some IndexReader stats

[jira] [Resolved] (LUCENE-6278) Remove Scorer.freq()

2017-11-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-6278. --- Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 7.2 > Rem

[jira] [Updated] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7736: -- Attachment: LUCENE-7736.patch Updated to master; all reader-specific functions here now return

Re: performance drop on 27 oct?

2017-11-13 Thread Alan Woodward
That’s a very odd drop. The only lucene commit that happened around then is LUCENE-8018, which really shouldn’t be making a difference to query performance. And there’s no change to the PhraseQuery graphs. Alan Woodward www.flax.co.uk > On 13 Nov 2017, at 14:16, Rob Audenaerde <rob.a

[jira] [Updated] (LUCENE-6278) Remove Scorer.freq()

2017-11-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6278: -- Attachment: LUCENE-6278.patch Boolean coord() is long gone now, so Scorer.freq() is now used

[jira] [Updated] (LUCENE-6278) Remove Scorer.freq()

2017-11-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6278: -- Summary: Remove Scorer.freq() (was: Rationalise Scorer.freq()) > Remove Scorer.f

[jira] [Resolved] (LUCENE-8042) Add SegmentCachable interface

2017-11-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8042. --- Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 7.2 Thanks

[jira] [Resolved] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8014. --- Resolution: Fixed > Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFac

[jira] [Updated] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8014: -- Attachment: LUCENE-8014-tfidfsim.patch For the record, attaching a patch with the removal

[jira] [Reopened] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reopened LUCENE-8014: --- Re-opening to deprecate and remove TFIDFSimilarity.scorePayload() as well > Rem

[jira] [Commented] (LUCENE-8042) Add SegmentCachable interface

2017-11-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247328#comment-16247328 ] Alan Woodward commented on LUCENE-8042: --- [~rcmuir] are you happy with the last patch? >

[jira] [Commented] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247228#comment-16247228 ] Alan Woodward commented on LUCENE-8014: --- Ran tests on the wrong branch so I missed a few places

[jira] [Commented] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246834#comment-16246834 ] Alan Woodward commented on LUCENE-8014: --- Thanks [~steve_rowe], will look asap. > Rem

[jira] [Resolved] (SOLR-11610) Use PayloadDecoder instead of PayloadScoringSimilarityWrapper

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-11610. -- Resolution: Fixed Fix Version/s: 7.2 > Use PayloadDecoder inst

[jira] [Assigned] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reassigned LUCENE-8014: - Assignee: Alan Woodward > Remove SimScorer.computeSlopFac

[jira] [Resolved] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8038. --- Resolution: Fixed Fix Version/s: 7.2 > Decouple payload decoding from Similar

[jira] [Resolved] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8014. --- Resolution: Fixed Fix Version/s: 7.2 master (8.0) > Rem

[jira] [Resolved] (LUCENE-8045) ParallelReader does not propagate doc values generation numbers

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8045. --- Resolution: Fixed Fix Version/s: 7.2 > ParallelReader does not propagate doc val

[jira] [Updated] (LUCENE-8045) ParallelReader does not propagate doc values generation numbers

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8045: -- Attachment: LUCENE-8045.patch Turns out that it wasn't difficult to make

[jira] [Updated] (LUCENE-8045) ParallelReader does not propagate doc values generation numbers

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8045: -- Summary: ParallelReader does not propagate doc values generation numbers

[jira] [Commented] (LUCENE-8045) FieldInfos.Builder.add(FieldInfo) does not copy across dvGen

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245488#comment-16245488 ] Alan Woodward commented on LUCENE-8045: --- Thinking about this more, ParallelReader is really set up

[jira] [Commented] (LUCENE-8045) FieldInfos.Builder.add(FieldInfo) does not copy across dvGen

2017-11-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245455#comment-16245455 ] Alan Woodward commented on LUCENE-8045: --- Looking further, I think the FieldInfos.Builder behaviour

[jira] [Created] (LUCENE-8045) FieldInfos.Builder.add(FieldInfo) does not copy across dvGen

2017-11-09 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8045: - Summary: FieldInfos.Builder.add(FieldInfo) does not copy across dvGen Key: LUCENE-8045 URL: https://issues.apache.org/jira/browse/LUCENE-8045 Project: Lucene

Re: [JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 777 - Still Unstable!

2017-11-09 Thread Alan Woodward
Will dig. > On 9 Nov 2017, at 05:10, Policeman Jenkins Server wrote: > > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/777/ > Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC > > 4 tests failed. > FAILED: >

[jira] [Updated] (LUCENE-8042) Add SegmentCachable interface

2017-11-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8042: -- Attachment: LUCENE-8042.patch bq. Also i would still like to see if we can make this simply

[jira] [Updated] (LUCENE-8042) Add SegmentCachable interface

2017-11-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8042: -- Attachment: LUCENE-8042.patch Here's an updated patch with better testing for handling

[jira] [Commented] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16243566#comment-16243566 ] Alan Woodward commented on LUCENE-8038: --- PayloadScoreQuery just multiplies the score returned

[jira] [Commented] (LUCENE-8042) Add SegmentCachable interface

2017-11-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16243557#comment-16243557 ] Alan Woodward commented on LUCENE-8042: --- For reference, the method quoted above would now look like

[jira] [Updated] (LUCENE-8042) Add SegmentCachable interface

2017-11-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8042: -- Attachment: LUCENE-8042.patch This patch should simplify things a bit for implementers

[jira] [Updated] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8014: -- Attachment: LUCENE-8014.patch Here's a patch for master, to be applied after LUCENE-8038

[jira] [Created] (LUCENE-8042) Add SegmentCachable interface

2017-11-07 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8042: - Summary: Add SegmentCachable interface Key: LUCENE-8042 URL: https://issues.apache.org/jira/browse/LUCENE-8042 Project: Lucene - Core Issue Type: New

[jira] [Updated] (LUCENE-8042) Add SegmentCachable interface

2017-11-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8042: -- Attachment: LUCENE-8042.patch Here is a patch adding the interface, and amending

[jira] [Comment Edited] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240425#comment-16240425 ] Alan Woodward edited comment on LUCENE-8014 at 11/6/17 3:15 PM: Should we

[jira] [Commented] (LUCENE-8014) Remove SimScorer.computeSlopFactor and SimScorer.computePayloadFactor

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240425#comment-16240425 ] Alan Woodward commented on LUCENE-8014: --- Should we do the hardcoding of computeSlopFactor directly

[jira] [Updated] (SOLR-11610) Use PayloadDecoder instead of PayloadScoringSimilarityWrapper

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-11610: - Attachment: SOLR-11610.patch Here's a patch cutting things over to using PayloadScoreQuery's

[jira] [Created] (SOLR-11610) Use PayloadDecoder instead of PayloadScoringSimilarityWrapper

2017-11-06 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-11610: Summary: Use PayloadDecoder instead of PayloadScoringSimilarityWrapper Key: SOLR-11610 URL: https://issues.apache.org/jira/browse/SOLR-11610 Project: Solr

[jira] [Commented] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240276#comment-16240276 ] Alan Woodward commented on LUCENE-8038: --- I think the extra flexibility could be limited to just

[jira] [Commented] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240182#comment-16240182 ] Alan Woodward commented on LUCENE-8038: --- bq. It might be useful to let PayloadDecoder return null

[jira] [Updated] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8038: -- Attachment: LUCENE-8038-master.patch And here's a patch for master, removing the deprecated

[jira] [Updated] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8038: -- Attachment: LUCENE-8038.patch Here is a patch for master/7x. If no PayloadDecoder is passed

[jira] [Created] (LUCENE-8038) Decouple payload decoding from Similarity

2017-11-06 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8038: - Summary: Decouple payload decoding from Similarity Key: LUCENE-8038 URL: https://issues.apache.org/jira/browse/LUCENE-8038 Project: Lucene - Core Issue

[jira] [Resolved] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-03 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8017. --- Resolution: Fixed Fix Version/s: 7.2 Thanks all > FunctionRangeQu

[jira] [Commented] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-03 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16237438#comment-16237438 ] Alan Woodward commented on LUCENE-8017: --- OIC, ok will change. > FunctionRangeQu

[jira] [Commented] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-03 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16237413#comment-16237413 ] Alan Woodward commented on LUCENE-8017: --- I thought about doing that, but the callers are split more

[jira] [Updated] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-03 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8017: -- Attachment: LUCENE-8017.patch We now return only getCoreCacheHelper() or null

[jira] [Commented] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16236244#comment-16236244 ] Alan Woodward commented on LUCENE-8017: --- bq. getReaderHelper does not mean caching on the top-level

[jira] [Updated] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8017: -- Attachment: LUCENE-8017.patch Updated patch, checking dvGen for DV queries and returning null

[jira] [Commented] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16234159#comment-16234159 ] Alan Woodward commented on LUCENE-8017: --- bq. Instead couldn't we alternatively just check

[jira] [Updated] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-11-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8017: -- Attachment: LUCENE-8017.patch Here's a patch adding getCacheHelper() as a method on Weight

[jira] [Commented] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-10-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16220574#comment-16220574 ] Alan Woodward commented on LUCENE-8017: --- Nice, CacheHelper looks to be exactly what we need here

[jira] [Commented] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-10-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16220259#comment-16220259 ] Alan Woodward commented on LUCENE-8017: --- The easiest solution is to just exclude the Function

[jira] [Created] (LUCENE-8017) FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache

2017-10-26 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8017: - Summary: FunctionRangeQuery and FunctionMatchQuery can pollute the QueryCache Key: LUCENE-8017 URL: https://issues.apache.org/jira/browse/LUCENE-8017 Project

[jira] [Commented] (LUCENE-8012) Improve Explanation class

2017-10-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16218331#comment-16218331 ] Alan Woodward commented on LUCENE-8012: --- +1 to take Number. I tried converting things to use

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-10-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16211325#comment-16211325 ] Alan Woodward commented on LUCENE-7736: --- In fact, should all of these just always return false from

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-10-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16211308#comment-16211308 ] Alan Woodward commented on LUCENE-7736: --- bq. I think it's important for equals to behave correctly

[jira] [Updated] (LUCENE-7998) Add a DoubleValuesSource that exposes a Query score

2017-10-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7998: -- Attachment: LUCENE-7998.patch Patch to be applied on top of LUCENE-7736. With this, we should

[jira] [Created] (LUCENE-7998) Add a DoubleValuesSource that exposes a Query score

2017-10-19 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7998: - Summary: Add a DoubleValuesSource that exposes a Query score Key: LUCENE-7998 URL: https://issues.apache.org/jira/browse/LUCENE-7998 Project: Lucene - Core

[jira] [Updated] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-10-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7736: -- Attachment: LUCENE-7736.patch Patch including Adrien's suggestions. This also changes rewrite

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-10-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210722#comment-16210722 ] Alan Woodward commented on LUCENE-7736: --- bq. two instances that have been built on a different

[jira] [Updated] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-10-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7736: -- Attachment: LUCENE-7736.patch Final patch, all tests + precommit pass > Expose s

[jira] [Updated] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-10-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7736: -- Attachment: LUCENE-7736.patch Patch bringing this up-to-date. Relevant changes

Re: Welcome Hrishikesh Gadre as Lucene/Solr committer

2017-09-29 Thread Alan Woodward
Welcome Hrishikesh! Alan Woodward www.flax.co.uk > On 29 Sep 2017, at 18:23, Yonik Seeley <yo...@apache.org> wrote: > > Hi All, > > Please join me in welcoming Hrishikesh Gadre as the latest Lucene/Solr > committer. > Hrishikesh, it's tradition for you to introduc

Re: VOTE: Solr Reference Guide for 7.0 - RC1

2017-09-29 Thread Alan Woodward
I fixed a broken link earlier today, but I think that was just for 7.1/master? The site builds correctly on the 7.0 tag anyway. +1 to release Alan Woodward www.flax.co.uk > On 29 Sep 2017, at 17:26, Cassandra Targett <casstarg...@gmail.com> wrote: > > Ping on this - I need

[jira] [Commented] (SOLR-11392) StreamExpressionTest.testParallelExecutorStream fails too frequently

2017-09-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185583#comment-16185583 ] Alan Woodward commented on SOLR-11392: -- It looks like there are two issues here: 1) A previous test

[jira] [Commented] (LUCENE-7931) SpanNotQuery has bug?

2017-09-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16162600#comment-16162600 ] Alan Woodward commented on LUCENE-7931: --- "not" is a stopword, and

Re: [1/3] lucene-solr:master: LUCENE-7956: Fixed potential stack overflow error in ICUNormalizer2CharFilter.

2017-09-05 Thread Alan Woodward
Hey Adrien, I think you included your patch for LUCENE-7958 here as well? > On 5 Sep 2017, at 17:40, jpou...@apache.org wrote: > > Repository: lucene-solr > Updated Branches: > refs/heads/branch_7_0 d6923cb4b -> 1899b36bd > refs/heads/branch_7x df1d09de2 -> 61a48f029 > refs/heads/master

[jira] [Commented] (SOLR-11276) Refactoring SolrZkClient + ConnectionManager + ConnectionStrategy

2017-08-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16144921#comment-16144921 ] Alan Woodward commented on SOLR-11276: -- I tried something like this as part of SOLR-9056 - didn't get

Re: [JENKINS] Lucene-Solr-7.0-Linux (64bit/jdk1.8.0_131) - Build # 74 - Unstable!

2017-07-24 Thread Alan Woodward
Thanks David! Alan Woodward www.flax.co.uk > On 24 Jul 2017, at 04:00, David Smiley <david.w.smi...@gmail.com> wrote: > > Alan fixed this on master a week ago but the fix wasn't cherry picked to 7x & > 7.0 so I did so now. > > On Sun, Jul 23, 2017 at 5:01 PM Po

[jira] [Updated] (LUCENE-6513) Allow limits on SpanMultiTermQueryWrapper expansion

2017-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6513: -- Attachment: LUCENE-6513.patch Waking this one up again, here's a different attempt at limiting

[jira] [Commented] (LUCENE-7895) Add hooks to QueryBuilder to allow for the construction of MultiTermQueries in phrases

2017-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074583#comment-16074583 ] Alan Woodward commented on LUCENE-7895: --- I opened LUCENE-6513 a while back to try and stop

[jira] [Commented] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2017-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074445#comment-16074445 ] Alan Woodward commented on SOLR-11008: -- >From the log, it looks as though what's happen

[jira] [Created] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2017-07-05 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-11008: Summary: TestMetricsHandler.testPropertyFilter failure Key: SOLR-11008 URL: https://issues.apache.org/jira/browse/SOLR-11008 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-7895) Add hooks to QueryBuilder to allow for the construction of MultiTermQueries in phrases

2017-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074433#comment-16074433 ] Alan Woodward commented on LUCENE-7895: --- I'd contest that it's giving first-class support. None

[jira] [Commented] (LUCENE-7895) Add hooks to QueryBuilder to allow for the construction of MultiTermQueries in phrases

2017-07-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16073519#comment-16073519 ] Alan Woodward commented on LUCENE-7895: --- Do we have a better way of running such queries though

[jira] [Updated] (LUCENE-7895) Add hooks to QueryBuilder to allow for the construction of MultiTermQueries in phrases

2017-07-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7895: -- Attachment: LUCENE-7895.patch Patch, adding two new protected methods to QueryBuilder

[jira] [Created] (LUCENE-7895) Add hooks to QueryBuilder to allow for the construction of MultiTermQueries in phrases

2017-07-04 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7895: - Summary: Add hooks to QueryBuilder to allow for the construction of MultiTermQueries in phrases Key: LUCENE-7895 URL: https://issues.apache.org/jira/browse/LUCENE-7895

<    6   7   8   9   10   11   12   13   14   15   >