[jira] [Updated] (LUCENE-8142) Should codecs expose raw impacts?

2018-04-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8142: - Attachment: LUCENE-8142.patch > Should codecs expose raw impacts? >

[jira] [Commented] (LUCENE-8254) LRUQueryCache can leak locks

2018-04-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439192#comment-16439192 ] Adrien Grand commented on LUCENE-8254: -- +1 > LRUQueryCache can leak locks >

[jira] [Commented] (LUCENE-8254) LRUQueryCache can leak locks

2018-04-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439181#comment-16439181 ] Adrien Grand commented on LUCENE-8254: -- I think it would be better to test the cache helper before

[jira] [Resolved] (LUCENE-8252) ArrayIndexOutOfBoundsException hit in lucene50.ForUtil.readBlock

2018-04-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8252. -- Resolution: Invalid This error indicates that your shard is corrupt indeed. We automatically

[jira] [Commented] (LUCENE-8252) ArrayIndexOutOfBoundsException hit in lucene50.ForUtil.readBlock

2018-04-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437365#comment-16437365 ] Adrien Grand commented on LUCENE-8252: -- Can you run CheckIndex on this index to check whether this

[jira] [Commented] (LUCENE-8249) Add matches to exact PhraseQuery and MultiPhraseQuery

2018-04-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435757#comment-16435757 ] Adrien Grand commented on LUCENE-8249: -- I don't like mixing scorers, which are about documents with

[jira] [Commented] (LUCENE-8249) Add matches to exact PhraseQuery and MultiPhraseQuery

2018-04-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435709#comment-16435709 ] Adrien Grand commented on LUCENE-8249: -- I don't think we should modify ExactPhraseScorer to expose

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2018-04-11 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433796#comment-16433796 ] Adrien Grand commented on LUCENE-2878: -- +1 > Allow Scorer to expose positions and payloads aka.

[jira] [Commented] (LUCENE-8242) Rename IndexSearcher.createNormalizedWeight()

2018-04-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16430517#comment-16430517 ] Adrien Grand commented on LUCENE-8242: -- +1 Maybe say that {{boost}} should be {{1}} in the

[jira] [Commented] (LUCENE-8222) TestICUTokenizerCJK failure

2018-04-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16430213#comment-16430213 ] Adrien Grand commented on LUCENE-8222: -- Here is the bug report in the ICU bug tracker:

[jira] [Resolved] (LUCENE-8083) Give similarities better values for maxScore

2018-04-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8083. -- Resolution: Invalid This has been invalidated by the indexing of impacts. > Give similarities

[jira] [Resolved] (LUCENE-8010) fix or sandbox similarities in core with problems

2018-04-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8010. -- Resolution: Fixed > fix or sandbox similarities in core with problems >

[jira] [Commented] (LUCENE-8242) Rename IndexSearcher.createNormalizedWeight()

2018-04-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16428236#comment-16428236 ] Adrien Grand commented on LUCENE-8242: -- Or maybe remove it entirely and expect callers to rewrite

[jira] [Commented] (LUCENE-8240) Support different analysis per field instance

2018-04-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426899#comment-16426899 ] Adrien Grand commented on LUCENE-8240: -- Ok, I understand your use-case now. I'm not sure I'm up to

[jira] [Commented] (LUCENE-8240) Support different analysis per field instance

2018-04-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426843#comment-16426843 ] Adrien Grand commented on LUCENE-8240: -- If you have different analysis chains for sub fields, how do

[jira] [Commented] (LUCENE-8227) TestGeo3DPoint.testGeo3DRelations() reproducing failures

2018-03-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16419419#comment-16419419 ] Adrien Grand commented on LUCENE-8227: -- bq. I was forced to use Ignore annotation instead, since I

[jira] [Commented] (LUCENE-8227) TestGeo3DPoint.testGeo3DRelations() reproducing failures

2018-03-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418947#comment-16418947 ] Adrien Grand commented on LUCENE-8227: -- What we usually do in such cases that we do not need more

[jira] [Commented] (LUCENE-8227) TestGeo3DPoint.testGeo3DRelations() reproducing failures

2018-03-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418577#comment-16418577 ] Adrien Grand commented on LUCENE-8227: -- We had this one last night on the Elastic CI, which I

[jira] [Commented] (LUCENE-8227) TestGeo3DPoint.testGeo3DRelations() reproducing failures

2018-03-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418539#comment-16418539 ] Adrien Grand commented on LUCENE-8227: -- [~kwri...@metacarta.com] should we add the AwaitsFix

[jira] [Commented] (LUCENE-8222) TestICUTokenizerCJK failure

2018-03-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415814#comment-16415814 ] Adrien Grand commented on LUCENE-8222: -- Here is my email to icu-support:

[jira] [Commented] (LUCENE-8222) TestICUTokenizerCJK failure

2018-03-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415711#comment-16415711 ] Adrien Grand commented on LUCENE-8222: -- For the record, this reproduces with both versions 59.1 and

[jira] [Commented] (LUCENE-8222) TestICUTokenizerCJK failure

2018-03-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415710#comment-16415710 ] Adrien Grand commented on LUCENE-8222: -- This seems to be a bug in ICU4J. For instance the following

[jira] [Commented] (LUCENE-8226) Don't use MemoryCodec for nightly runs of TestIndexSorting

2018-03-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415208#comment-16415208 ] Adrien Grand commented on LUCENE-8226: -- +1 I see the test is already making sure to create a fs

[jira] [Commented] (LUCENE-8175) ICUTokenizer might return corrupt tokens due to concurrency bug in ICU4J

2018-03-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415110#comment-16415110 ] Adrien Grand commented on LUCENE-8175: -- Thanks Robert! > ICUTokenizer might return corrupt tokens

[jira] [Commented] (LUCENE-8224) Allow releases to be built with ant 1.10

2018-03-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16413761#comment-16413761 ] Adrien Grand commented on LUCENE-8224: -- +1 We might just want to check specifically that it is NOT

[jira] [Commented] (LUCENE-8202) Add a FixedShingleFilter

2018-03-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411066#comment-16411066 ] Adrien Grand commented on LUCENE-8202: -- bq. The decompounding filter was producing up to 50 tokens

[jira] [Commented] (LUCENE-8213) offload caching to a dedicated threadpool

2018-03-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408260#comment-16408260 ] Adrien Grand commented on LUCENE-8213: -- You can still create an IndexSearcher with a single slice

[jira] [Commented] (LUCENE-8202) Add a FixedShingleFilter

2018-03-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407715#comment-16407715 ] Adrien Grand commented on LUCENE-8202: -- +1 > Add a FixedShingleFilter > >

[jira] [Commented] (LUCENE-8202) Add a FixedShingleFilter

2018-03-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407674#comment-16407674 ] Adrien Grand commented on LUCENE-8202: -- bq. The inner loop just continues the outer loop, so it

[jira] [Commented] (LUCENE-8213) offload caching to a dedicated threadpool

2018-03-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407632#comment-16407632 ] Adrien Grand commented on LUCENE-8213: -- Actually I think we want this: both parallel segments

[jira] [Commented] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406327#comment-16406327 ] Adrien Grand commented on LUCENE-8197: -- Thanks for catching [~shalinmangar]. I just fixed it. >

[jira] [Created] (LUCENE-8218) Good default weight for static scoring signals?

2018-03-20 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8218: Summary: Good default weight for static scoring signals? Key: LUCENE-8218 URL: https://issues.apache.org/jira/browse/LUCENE-8218 Project: Lucene - Core

[jira] [Created] (LUCENE-8216) Better cross-field scoring

2018-03-20 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8216: Summary: Better cross-field scoring Key: LUCENE-8216 URL: https://issues.apache.org/jira/browse/LUCENE-8216 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-6425) Move extractTerms to Weight

2018-03-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406145#comment-16406145 ] Adrien Grand commented on LUCENE-6425: -- If I were to make this change again today, I would probably

[jira] [Commented] (LUCENE-8213) offload caching to a dedicated threadpool

2018-03-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406027#comment-16406027 ] Adrien Grand commented on LUCENE-8213: -- I didn't remember pushing this {{maxCostFactor}} prototype I

[jira] [Commented] (LUCENE-8008) reduce/remove usages of CheckHits.EXPLAIN_TOLERANCE_*

2018-03-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16405992#comment-16405992 ] Adrien Grand commented on LUCENE-8008: -- Sorry I noticed this morning that I inadvertently pushed

[jira] [Commented] (LUCENE-8126) Spatial prefix tree based on S2 geometry

2018-03-19 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16405005#comment-16405005 ] Adrien Grand commented on LUCENE-8126: -- [~ivera] Can you set the "Fix Version/s" on this issue? >

[jira] [Commented] (LUCENE-8214) Improve selection of testPoint for GeoComplexPolygon

2018-03-19 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404572#comment-16404572 ] Adrien Grand commented on LUCENE-8214: -- The change is using == to compare Boolean objects. While

[jira] [Commented] (LUCENE-8207) Add case insensitive support to RegExp

2018-03-19 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404537#comment-16404537 ] Adrien Grand commented on LUCENE-8207: -- If half your searches are case-insensitive, then a better

[jira] [Commented] (LUCENE-8213) offload caching to a dedicated threadpool

2018-03-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403701#comment-16403701 ] Adrien Grand commented on LUCENE-8213: -- This problem applies to most queries actually. Creating

[jira] [Resolved] (LUCENE-8203) Windows failures when removing test directories

2018-03-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8203. -- Resolution: Fixed I'm going to mark this resolved: when I look at recent builds on both the

[jira] [Commented] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-03-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402069#comment-16402069 ] Adrien Grand commented on LUCENE-8196: -- Some comments: - ConjunctionIntervalIterator does so

[jira] [Commented] (LUCENE-8207) Add case insensitive support to RegExp

2018-03-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402043#comment-16402043 ] Adrien Grand commented on LUCENE-8207: -- How do you plan to use this flag? At first sight it doesn't

[jira] [Commented] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16401972#comment-16401972 ] Adrien Grand commented on LUCENE-8197: -- Thanks for the feedback. I removed the cross-field logic and

[jira] [Updated] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8197: - Attachment: LUCENE-8197.patch > Make top-k queries fast when static scoring signals are

[jira] [Commented] (LUCENE-8175) ICUTokenizer might return corrupt tokens due to concurrency bug in ICU4J

2018-03-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400899#comment-16400899 ] Adrien Grand commented on LUCENE-8175: -- I just tried with the rc of icu4j-61 and I can't reproduce

[jira] [Created] (LUCENE-8209) CommonGramFilter should work on stacked tokens.

2018-03-15 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8209: Summary: CommonGramFilter should work on stacked tokens. Key: LUCENE-8209 URL: https://issues.apache.org/jira/browse/LUCENE-8209 Project: Lucene - Core

[jira] [Commented] (LUCENE-8202) Add a FixedShingleFilter

2018-03-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16400746#comment-16400746 ] Adrien Grand commented on LUCENE-8202: -- Thanks Alan, I agree this issue looks easier to address if

[jira] [Created] (LUCENE-8204) ReqOptSumScorer should leverage sub scorers' per-block max scores

2018-03-14 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8204: Summary: ReqOptSumScorer should leverage sub scorers' per-block max scores Key: LUCENE-8204 URL: https://issues.apache.org/jira/browse/LUCENE-8204 Project: Lucene -

[jira] [Commented] (LUCENE-8203) Windows failures when removing test directories

2018-03-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397446#comment-16397446 ] Adrien Grand commented on LUCENE-8203: -- [~hossman] I see one at

[jira] [Commented] (LUCENE-8203) Windows failures when removing test directories

2018-03-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397119#comment-16397119 ] Adrien Grand commented on LUCENE-8203: -- Thanks [~dweiss]. [~thetaphi] do you know of external

[jira] [Updated] (LUCENE-8203) Windows failures when removing test directories

2018-03-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8203: - Description: I was looking at Lucene failures of Policeman Jenkins' Windows job

[jira] [Created] (LUCENE-8203) Windows failures when removing test directories

2018-03-13 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8203: Summary: Windows failures when removing test directories Key: LUCENE-8203 URL: https://issues.apache.org/jira/browse/LUCENE-8203 Project: Lucene - Core

[jira] [Commented] (LUCENE-8175) ICUTokenizer might return corrupt tokens due to concurrency bug in ICU4J

2018-03-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396904#comment-16396904 ] Adrien Grand commented on LUCENE-8175: -- A release candidate is available for testing:

[jira] [Commented] (LUCENE-8192) Remove offsetsAreCorrect from BaseTokenStreamTestCase

2018-03-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395262#comment-16395262 ] Adrien Grand commented on LUCENE-8192: -- +1 > Remove offsetsAreCorrect from BaseTokenStreamTestCase

[jira] [Commented] (LUCENE-8176) HttpReplicatorTest sometimes fails with leaked thread

2018-03-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395039#comment-16395039 ] Adrien Grand commented on LUCENE-8176: -- Thanks Mikhail! > HttpReplicatorTest sometimes fails with

[jira] [Commented] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-11 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394670#comment-16394670 ] Adrien Grand commented on LUCENE-8197: -- Actually it doesn't compute avgTf on the field that stores

[jira] [Commented] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-11 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394631#comment-16394631 ] Adrien Grand commented on LUCENE-8197: -- I don't think index statistics on this feature are

[jira] [Commented] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16393078#comment-16393078 ] Adrien Grand commented on LUCENE-8197: -- Thank Robert and Dawid for having a look, I folded feedback

[jira] [Updated] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8197: - Attachment: LUCENE-8197.patch > Make top-k queries fast when static scoring signals are

[jira] [Commented] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391740#comment-16391740 ] Adrien Grand commented on LUCENE-8197: -- Good points, I applied your ideas. I made boosts required to

[jira] [Updated] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8197: - Attachment: LUCENE-8197.patch > Make top-k queries fast when static scoring signals are

[jira] [Updated] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8197: - Attachment: LUCENE-8197.patch > Make top-k queries fast when static scoring signals are

[jira] [Created] (LUCENE-8197) Make top-k queries fast when static scoring signals are incorporated into the score

2018-03-08 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8197: Summary: Make top-k queries fast when static scoring signals are incorporated into the score Key: LUCENE-8197 URL: https://issues.apache.org/jira/browse/LUCENE-8197

[jira] [Commented] (LUCENE-8176) HttpReplicatorTest sometimes fails with leaked thread

2018-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391494#comment-16391494 ] Adrien Grand commented on LUCENE-8176: -- Nevermind I just saw the linked Solr issue has more

[jira] [Commented] (LUCENE-8176) HttpReplicatorTest sometimes fails with leaked thread

2018-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391488#comment-16391488 ] Adrien Grand commented on LUCENE-8176: -- Thanks for looking! I'm not very familiar with the internals

[jira] [Commented] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391478#comment-16391478 ] Adrien Grand commented on LUCENE-8196: -- Thanks Alan. I agree that growing a separate hierarchy of

[jira] [Commented] (LUCENE-8186) CustomAnalyzer with a LowerCaseTokenizerFactory fails to normalize multiterms

2018-03-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385362#comment-16385362 ] Adrien Grand commented on LUCENE-8186: -- +1 to this patch and +1 to improve type safety of these

[jira] [Commented] (LUCENE-8159) Add a copy constructor in AutomatonQuery to copy directly the compiled automaton

2018-03-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385268#comment-16385268 ] Adrien Grand commented on LUCENE-8159: -- I understand why it helps in your case but searching over

[jira] [Commented] (LUCENE-8191) merge TestRandomChains "brokenConstructors" list with "brokenOffsetsConstructors"

2018-03-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385232#comment-16385232 ] Adrien Grand commented on LUCENE-8191: -- +1 > merge TestRandomChains "brokenConstructors" list with

[jira] [Resolved] (LUCENE-8189) Build fails with ant version 1.10.x

2018-03-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8189. -- Resolution: Invalid Hello Shawn. This is an Ant bug indeed:

[jira] [Commented] (LUCENE-5575) Non-reproducible TestICUTokenizerCJK failure

2018-02-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377879#comment-16377879 ] Adrien Grand commented on LUCENE-5575: -- Have you tried to run something like {{ant beast

[jira] [Commented] (LUCENE-8159) Add a copy constructor in AutomatonQuery to copy directly the compiled automaton

2018-02-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377874#comment-16377874 ] Adrien Grand commented on LUCENE-8159: -- Having a copy constructor to modify the field feels a bit

[jira] [Commented] (LUCENE-8182) BoostingQuery applies the wrong boost to the query score

2018-02-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371832#comment-16371832 ] Adrien Grand commented on LUCENE-8182: -- +1 Maybe also run

[jira] [Commented] (LUCENE-8182) BoostingQuery applies the wrong boost to the query score

2018-02-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371410#comment-16371410 ] Adrien Grand commented on LUCENE-8182: -- It looks like {{explain()}} has the same issue? Let's rename

[jira] [Resolved] (LUCENE-8153) checkindex time more than doubles for wikipedia index with recent change

2018-02-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8153. -- Resolution: Fixed Fix Version/s: master (8.0) CheckIndex time looks more reasonable

[jira] [Commented] (LUCENE-8180) Explore using (Future)Arrays.mismatch for FixedBitSet.nextSetBit

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370402#comment-16370402 ] Adrien Grand commented on LUCENE-8180: -- I was mostly thinking about the moderately sparse case (eg.

[jira] [Commented] (SOLR-11078) Solr query performance degradation since Solr 6.4.2

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370116#comment-16370116 ] Adrien Grand commented on SOLR-11078: - Actually Tomas just let me know that Solr already uses

[jira] [Commented] (LUCENE-8153) checkindex time more than doubles for wikipedia index with recent change

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370109#comment-16370109 ] Adrien Grand commented on LUCENE-8153: -- Thanks for catching this. I ran grep to make sure I didn't

[jira] [Updated] (LUCENE-8153) checkindex time more than doubles for wikipedia index with recent change

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8153: - Attachment: LUCENE-8153.patch > checkindex time more than doubles for wikipedia index with

[jira] [Reopened] (LUCENE-8122) upgrade icu to 60.2

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-8122: -- Fine with me: reopening. > upgrade icu to 60.2 > --- > > Key:

[jira] [Commented] (LUCENE-8175) ICUTokenizer might return corrupt tokens due to concurrency bug in ICU4J

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370081#comment-16370081 ] Adrien Grand commented on LUCENE-8175: -- I just reverted LUCENE-8122 and LUCENE-8125. > ICUTokenizer

[jira] [Reopened] (LUCENE-8125) emoji sequence support in ICUTokenizer

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-8125: -- Reopening since I had to revert this change as well as the upgrade to ICU4J 60.2 due to

[jira] [Resolved] (LUCENE-8122) upgrade icu to 60.2

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8122. -- Resolution: Won't Fix Fix Version/s: (was: 7.3) (was: trunk)

[jira] [Reopened] (LUCENE-8122) upgrade icu to 60.2

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-8122: -- Reopening due to LUCENE-8175. > upgrade icu to 60.2 > --- > >

[jira] [Created] (LUCENE-8180) Explore using (Future)Arrays.mismatch for FixedBitSet.nextSetBit

2018-02-20 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8180: Summary: Explore using (Future)Arrays.mismatch for FixedBitSet.nextSetBit Key: LUCENE-8180 URL: https://issues.apache.org/jira/browse/LUCENE-8180 Project: Lucene -

[jira] [Resolved] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4548. -- Resolution: Invalid This issue is not relevant anymore: live docs are now always applied on

[jira] [Commented] (LUCENE-8178) Bulk operations for LongValues and Sorted[Set]DocValues

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369904#comment-16369904 ] Adrien Grand commented on LUCENE-8178: -- I understand how it can make things faster, but I'm a bit on

[jira] [Commented] (SOLR-11078) Solr query performance degradation since Solr 6.4.2

2018-02-20 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369875#comment-16369875 ] Adrien Grand commented on SOLR-11078: - {quote}Do we know why the point fields are less performant when

[jira] [Created] (LUCENE-8177) BlockMaxConjunctionScorer should compute better lower bounds of the required scores

2018-02-19 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8177: Summary: BlockMaxConjunctionScorer should compute better lower bounds of the required scores Key: LUCENE-8177 URL: https://issues.apache.org/jira/browse/LUCENE-8177

[jira] [Commented] (LUCENE-8153) checkindex time more than doubles for wikipedia index with recent change

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365803#comment-16365803 ] Adrien Grand commented on LUCENE-8153: -- I gave this idea a try:  - renamed crossCheckTermVectors to

[jira] [Updated] (LUCENE-8153) checkindex time more than doubles for wikipedia index with recent change

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8153: - Attachment: LUCENE-8153.patch > checkindex time more than doubles for wikipedia index with

[jira] [Commented] (LUCENE-8031) DOCS_ONLY fields set incorrect length norms

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365669#comment-16365669 ] Adrien Grand commented on LUCENE-8031: -- Let's move forward with your change now that LUCENE-8134 is

[jira] [Resolved] (LUCENE-8135) Implement Block-Max WAND

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8135. -- Resolution: Fixed Fix Version/s: master (8.0) > Implement Block-Max WAND >

[jira] [Resolved] (LUCENE-8134) Disallow changing index options on the fly

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8134. -- Resolution: Fixed > Disallow changing index options on the fly >

[jira] [Resolved] (LUCENE-8174) ArrayIndexOutOfBoundsException in IntRange.toString and its siblings

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8174. -- Resolution: Fixed Fix Version/s: 7.3 master (8.0) Thanks Oliver! >

[jira] [Commented] (LUCENE-8174) ArrayIndexOutOfBoundsException in IntRange.toString and its siblings

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365379#comment-16365379 ] Adrien Grand commented on LUCENE-8174: -- [~olk.ptv] Since you already did most of the investigation,

[jira] [Commented] (SOLR-11974) TestCollapseQParserPlugin.testStringCollapse() failure

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365375#comment-16365375 ] Adrien Grand commented on SOLR-11974: - [~joel.bernstein] So is this test invalid? Should we try to

[jira] [Created] (LUCENE-8176) HttpReplicatorTest sometimes fails with leaked thread

2018-02-15 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8176: Summary: HttpReplicatorTest sometimes fails with leaked thread Key: LUCENE-8176 URL: https://issues.apache.org/jira/browse/LUCENE-8176 Project: Lucene - Core

[jira] [Commented] (LUCENE-8175) ICUTokenizer might return corrupt tokens due to concurrency bug in ICU4J

2018-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365276#comment-16365276 ] Adrien Grand commented on LUCENE-8175: -- This sounds good to me. I'll wait a couple days in case they

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