[jira] [Commented] (LUCENE-8263) Add indexPctDeletedTarget as a parameter to TieredMergePolicy to control more aggressive merging

2018-07-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535763#comment-16535763 ] Adrien Grand commented on LUCENE-8263: -- Now would be a good time to add more unit tests to merge

[jira] [Commented] (LUCENE-8386) Maybe a DocIdSetIterator may implement Bits?

2018-07-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535762#comment-16535762 ] Adrien Grand commented on LUCENE-8386: -- Do you have concrete ideas in mind? I see BitSetIterator as

[jira] [Commented] (LUCENE-8383) Fix computation of mergingBytes in TieredMergePolicy

2018-07-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535760#comment-16535760 ] Adrien Grand commented on LUCENE-8383: -- [~erickerickson] FYI I don't mind taking care of merging

[jira] [Created] (LUCENE-8385) Fix computation of the allowed segment count in TieredMergePolicy

2018-07-05 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8385: Summary: Fix computation of the allowed segment count in TieredMergePolicy Key: LUCENE-8385 URL: https://issues.apache.org/jira/browse/LUCENE-8385 Project: Lucene -

[jira] [Commented] (LUCENE-8383) Fix computation of mergingBytes in TieredMergePolicy

2018-07-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532662#comment-16532662 ] Adrien Grand commented on LUCENE-8383: -- Here is a patch. > Fix computation of mergingBytes in

[jira] [Created] (LUCENE-8383) Fix computation of mergingBytes in TieredMergePolicy

2018-07-04 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8383: Summary: Fix computation of mergingBytes in TieredMergePolicy Key: LUCENE-8383 URL: https://issues.apache.org/jira/browse/LUCENE-8383 Project: Lucene - Core

[jira] [Updated] (LUCENE-8383) Fix computation of mergingBytes in TieredMergePolicy

2018-07-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8383: - Attachment: LUCENE-8383.patch > Fix computation of mergingBytes in TieredMergePolicy >

[jira] [Commented] (LUCENE-8379) Add TermQuery.getTermContext

2018-07-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532364#comment-16532364 ] Adrien Grand commented on LUCENE-8379: -- +1 > Add TermQuery.getTermContext >

[jira] [Commented] (LUCENE-8378) Add DocIdSetIterator.range method

2018-07-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532362#comment-16532362 ] Adrien Grand commented on LUCENE-8378: -- +1 The {{if (doc == -1)}} specialization in nextDoc()

[jira] [Updated] (LUCENE-8382) Don't propagate calls to setMinCompetitiveScore in MultiCollector

2018-07-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8382: - Attachment: LUCENE-8382.patch > Don't propagate calls to setMinCompetitiveScore in

[jira] [Commented] (LUCENE-8382) Don't propagate calls to setMinCompetitiveScore in MultiCollector

2018-07-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532361#comment-16532361 ] Adrien Grand commented on LUCENE-8382: -- Here is a patch. > Don't propagate calls to

[jira] [Created] (LUCENE-8382) Don't propagate calls to setMinCompetitiveScore in MultiCollector

2018-07-04 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8382: Summary: Don't propagate calls to setMinCompetitiveScore in MultiCollector Key: LUCENE-8382 URL: https://issues.apache.org/jira/browse/LUCENE-8382 Project: Lucene -

[jira] [Resolved] (LUCENE-8235) Cannot upgrade DocValues SORTED to SORTED_SET (make multi-valued)

2018-07-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8235. -- Resolution: Won't Fix This is a feature, we want field infos to remain immutable.

[jira] [Commented] (LUCENE-8263) Add indexPctDeletedTarget as a parameter to TieredMergePolicy to control more aggressive merging

2018-07-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529960#comment-16529960 ] Adrien Grand commented on LUCENE-8263: -- I just had a quick look at this. Given that the score

[jira] [Closed] (LUCENE-8270) Remove MatchesIterator.term()

2018-07-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-8270. > Remove MatchesIterator.term() > - > > Key: LUCENE-8270

[jira] [Updated] (LUCENE-8270) Remove MatchesIterator.term()

2018-07-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8270: - Fix Version/s: master (8.0) > Remove MatchesIterator.term() > - > >

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-06-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527935#comment-16527935 ] Adrien Grand commented on LUCENE-8374: -- bq. No temporarily switching back to a known stable

[jira] [Commented] (LUCENE-8373) Move ENGLISH_STOP_WORD_SET from StandardAnalyzer to EnglishAnalyzer

2018-06-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527906#comment-16527906 ] Adrien Grand commented on LUCENE-8373: -- +1 > Move ENGLISH_STOP_WORD_SET from StandardAnalyzer to

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-06-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527640#comment-16527640 ] Adrien Grand commented on LUCENE-8374: -- bq. What about also putting the rank structure in there

[jira] [Commented] (LUCENE-8361) Make TestRandomChains check that filters preserve positions

2018-06-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527623#comment-16527623 ] Adrien Grand commented on LUCENE-8361: -- Only blacklisting the bad constructor works for me too. >

[jira] [Commented] (LUCENE-8361) Make TestRandomChains check that filters preserve positions

2018-06-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527562#comment-16527562 ] Adrien Grand commented on LUCENE-8361: -- We should disable some checks when the analysis chain

[jira] [Commented] (LUCENE-7745) Explore GPU acceleration for spatial search

2018-06-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526506#comment-16526506 ] Adrien Grand commented on LUCENE-7745: -- Not sure why I confused names, I meant Ishan indeed. Sorry

[jira] [Commented] (LUCENE-7745) Explore GPU acceleration for spatial search

2018-06-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526467#comment-16526467 ] Adrien Grand commented on LUCENE-7745: -- David, I'm not sure this was meant to be specific to

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525177#comment-16525177 ] Adrien Grand commented on LUCENE-8374: -- Thanks for opening this one [~toke]. I agree that the

[jira] [Commented] (LUCENE-8373) Move ENGLISH_STOP_WORD_SET from StandardAnalyzer to EnglishAnalyzer

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525143#comment-16525143 ] Adrien Grand commented on LUCENE-8373: -- Let's add a note about it to {{lucene/MIGRATE.txt}}? Can we

[jira] [Commented] (LUCENE-7314) Graduate LatLonPoint to core

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525142#comment-16525142 ] Adrien Grand commented on LUCENE-7314: -- Let's move NearestNeighbor and LatLonPointPrototypeQueries

[jira] [Commented] (LUCENE-8369) Remove the spatial module as it is obsolete

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525135#comment-16525135 ] Adrien Grand commented on LUCENE-8369: -- I was hoping that lucene/spatial was where we would put

[jira] [Commented] (LUCENE-8373) Move ENGLISH_STOP_WORD_SET from StandardAnalyzer to EnglishAnalyzer

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525136#comment-16525136 ] Adrien Grand commented on LUCENE-8373: -- +1 > Move ENGLISH_STOP_WORD_SET from StandardAnalyzer to

[jira] [Resolved] (LUCENE-8291) Possible security issue when parsing XML documents containing external entity references

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8291. -- Resolution: Fixed Fix Version/s: (was: 7.5) 7.4 > Possible

[jira] [Closed] (LUCENE-8291) Possible security issue when parsing XML documents containing external entity references

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-8291. > Possible security issue when parsing XML documents containing external entity > references >

[jira] [Commented] (LUCENE-8291) Possible security issue when parsing XML documents containing external entity references

2018-06-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524762#comment-16524762 ] Adrien Grand commented on LUCENE-8291: -- [~thetaphi] Can this issue be closed now? > Possible

[jira] [Commented] (SOLR-12468) Update Jetty to 9.4.11.v20180605

2018-06-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16522275#comment-16522275 ] Adrien Grand commented on SOLR-12468: - +1 > Update Jetty to 9.4.11.v20180605 >

[jira] [Commented] (LUCENE-7314) Graduate InetAddressPoint and LatLonPoint to core

2018-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520482#comment-16520482 ] Adrien Grand commented on LUCENE-7314: -- +1 in general, but maybe we should keep LatLonPoint#nearest

[jira] [Commented] (LUCENE-8366) upgrade to icu 62.1

2018-06-21 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519031#comment-16519031 ] Adrien Grand commented on LUCENE-8366: -- +1 > upgrade to icu 62.1 > --- > >

[jira] [Updated] (LUCENE-8020) Don't force sim to score bogus terms (e.g. docfreq=0)

2018-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8020: - Fix Version/s: master (8.0) > Don't force sim to score bogus terms (e.g. docfreq=0) >

[jira] [Created] (LUCENE-8361) Make TestRandomChains check that filters preserve positions

2018-06-18 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8361: Summary: Make TestRandomChains check that filters preserve positions Key: LUCENE-8361 URL: https://issues.apache.org/jira/browse/LUCENE-8361 Project: Lucene - Core

[jira] [Commented] (LUCENE-8360) NGramTokenFilter doesn't set posIncAttribute correctly in end()

2018-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515468#comment-16515468 ] Adrien Grand commented on LUCENE-8360: -- Yes, let's get it in before building the first RC. >

[jira] [Commented] (LUCENE-8360) NGramTokenFilter doesn't set posIncAttribute correctly in end()

2018-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515437#comment-16515437 ] Adrien Grand commented on LUCENE-8360: -- +1 > NGramTokenFilter doesn't set posIncAttribute

[jira] [Commented] (LUCENE-8358) Asserting trips when IW tries to free ram by writing DV updates

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513579#comment-16513579 ] Adrien Grand commented on LUCENE-8358: -- +1 Let's put a comment to explain why you take a snapshot

[jira] [Commented] (LUCENE-8358) Asserting trips when IW tries to free ram by writing DV updates

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513567#comment-16513567 ] Adrien Grand commented on LUCENE-8358: -- Sorry I just realized my comment about locking does not

[jira] [Commented] (LUCENE-8358) Asserting trips when IW tries to free ram by writing DV updates

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513551#comment-16513551 ] Adrien Grand commented on LUCENE-8358: -- The change makes sense to me. Should we sort outside of the

[jira] [Commented] (LUCENE-8106) Add script to attempt to reproduce failing tests from a Jenkins log

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513458#comment-16513458 ] Adrien Grand commented on LUCENE-8106: -- [~steve_rowe] Can this issue be marked as resolved again?

[jira] [Commented] (SOLR-10651) Streaming Expressions statistical functions library

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513457#comment-16513457 ] Adrien Grand commented on SOLR-10651: - [~joel.bernstein] Should we mark this issue as resolved? >

[jira] [Resolved] (SOLR-11067) REPLACENODE should make it optional to provide a target node

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-11067. - Resolution: Fixed > REPLACENODE should make it optional to provide a target node >

[jira] [Updated] (SOLR-11067) REPLACENODE should make it optional to provide a target node

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-11067: Fix Version/s: (was: 7.4) 7.3 > REPLACENODE should make it optional to

[jira] [Closed] (SOLR-11067) REPLACENODE should make it optional to provide a target node

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed SOLR-11067. --- > REPLACENODE should make it optional to provide a target node >

[jira] [Commented] (SOLR-11200) provide a config to enable disable ConcurrentMergeSchedule.doAutoIOThrottle

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513453#comment-16513453 ] Adrien Grand commented on SOLR-11200: - [~dweiss][~sarkaramr...@gmail.com] Should this issue be marked

[jira] [Commented] (SOLR-11277) Add auto hard commit setting based on tlog size

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513451#comment-16513451 ] Adrien Grand commented on SOLR-11277: - [~anshumg][~ctargett] Should we get this patch in before we

[jira] [Closed] (SOLR-11420) sql Streaming Expression should use the default collection if none is provided

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed SOLR-11420. --- > sql Streaming Expression should use the default collection if none is provided >

[jira] [Closed] (SOLR-11439) Add harmonicFit Stream Evaluator

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed SOLR-11439. --- > Add harmonicFit Stream Evaluator > > > Key:

[jira] [Updated] (SOLR-11420) sql Streaming Expression should use the default collection if none is provided

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-11420: Fix Version/s: (was: 7.4) 7.1 > sql Streaming Expression should use the

[jira] [Resolved] (SOLR-11420) sql Streaming Expression should use the default collection if none is provided

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-11420. - Resolution: Fixed > sql Streaming Expression should use the default collection if none is

[jira] [Updated] (SOLR-11439) Add harmonicFit Stream Evaluator

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-11439: Fix Version/s: (was: 7.4) 7.1 > Add harmonicFit Stream Evaluator >

[jira] [Resolved] (SOLR-11439) Add harmonicFit Stream Evaluator

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-11439. - Resolution: Fixed > Add harmonicFit Stream Evaluator > > >

[jira] [Closed] (SOLR-11591) AutoAddReplicasIntegrationTest failures on jenkins

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed SOLR-11591. --- > AutoAddReplicasIntegrationTest failures on jenkins >

[jira] [Updated] (SOLR-11591) AutoAddReplicasIntegrationTest failures on jenkins

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-11591: Fix Version/s: (was: 7.4) 7.3 > AutoAddReplicasIntegrationTest failures on

[jira] [Resolved] (SOLR-11591) AutoAddReplicasIntegrationTest failures on jenkins

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-11591. - Resolution: Fixed > AutoAddReplicasIntegrationTest failures on jenkins >

[jira] [Commented] (SOLR-11799) Fix NPE and class cast exceptions in the TimeSeriesStream

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513447#comment-16513447 ] Adrien Grand commented on SOLR-11799: - [~joel.bernstein] This issue looks like it should be closed

[jira] [Commented] (SOLR-12198) Stream Evaluators should not copy matrices needlessly

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513444#comment-16513444 ] Adrien Grand commented on SOLR-12198: - [~joel.bernstein] Should we close this issue? > Stream

[jira] [Commented] (SOLR-12183) Refactor Streaming Expression test cases

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513445#comment-16513445 ] Adrien Grand commented on SOLR-12183: - [~joel.bernstein] Should we mark this issue as resolved? >

[jira] [Commented] (SOLR-12273) Create Stream Evaluators for distance measures

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513442#comment-16513442 ] Adrien Grand commented on SOLR-12273: - [~joel.bernstein] Should we resolve this issue? > Create

[jira] [Commented] (SOLR-12221) Add valueAt Stream Evaluator

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513443#comment-16513443 ] Adrien Grand commented on SOLR-12221: - [~joel.bernstein] Should we resolve this issue? > Add valueAt

[jira] [Commented] (SOLR-12280) Ref-Guide: Add Digital Signal Processing documentation

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513441#comment-16513441 ] Adrien Grand commented on SOLR-12280: - [~joel.bernstein] Should we resolve this issue? > Ref-Guide:

[jira] [Commented] (SOLR-12211) HdfsDirectoryFactoryTest can fail by trying to allocate too much direct memory.

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513440#comment-16513440 ] Adrien Grand commented on SOLR-12211: - [~markrmil...@gmail.com] Should we mark this issue as

[jira] [Commented] (SOLR-12416) router.autoDeleteAge is not accepted in CREATEALIAS command

2018-06-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513418#comment-16513418 ] Adrien Grand commented on SOLR-12416: - [~dsmiley] OK to get it in 7.4. > router.autoDeleteAge is not

[jira] [Commented] (LUCENE-8344) TokenStreamToAutomaton doesn't ignore trailing posInc when preservePositionIncrements=false

2018-06-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16511445#comment-16511445 ] Adrien Grand commented on LUCENE-8344: -- FYI Jim is on vacation for a couple weeks. >

[jira] [Commented] (LUCENE-7444) Remove English stopwords default from StandardAnalyzer in Lucene-Core

2018-06-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16511052#comment-16511052 ] Adrien Grand commented on LUCENE-7444: -- Should we move the set of english stop words from

[jira] [Commented] (LUCENE-8356) Remove StandardFilter

2018-06-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510965#comment-16510965 ] Adrien Grand commented on LUCENE-8356: -- +1 > Remove StandardFilter > - > >

[jira] [Commented] (SOLR-12266) Add discrete Fourier transform Stream Evaluators

2018-06-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510836#comment-16510836 ] Adrien Grand commented on SOLR-12266: - Can this be resolved [~joel.bernstein]? > Add discrete

[jira] [Resolved] (LUCENE-8309) Don't use mutable FixedBitSets as live docs Bits

2018-06-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8309. -- Resolution: Fixed Fix Version/s: master (8.0) 7.4 > Don't use

[jira] [Commented] (LUCENE-8352) Make TokenStreamComponents final

2018-06-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16509601#comment-16509601 ] Adrien Grand commented on LUCENE-8352: -- Good catch [~markharw...@yahoo.co.uk]. I agree this is a

[jira] [Commented] (LUCENE-8353) FrenchLightStemmer dont work with ë, ö and ï

2018-06-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16509321#comment-16509321 ] Adrien Grand commented on LUCENE-8353: -- This stemmer is borrowed from work from Jacques Savoy

[jira] [Commented] (SOLR-12392) IndexSizeTriggerTest fails too frequently.

2018-06-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506082#comment-16506082 ] Adrien Grand commented on SOLR-12392: - I have seen smoketest builds fail because of it too, eg.

[jira] [Resolved] (LUCENE-8351) TestLargeCluster fails often

2018-06-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8351. -- Resolution: Invalid Typed too quickly. > TestLargeCluster fails often >

[jira] [Commented] (SOLR-12075) TestLargeCluster is too flaky

2018-06-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506072#comment-16506072 ] Adrien Grand commented on SOLR-12075: - This test failed 3 of the last 10 smoke-release builds.

[jira] [Created] (LUCENE-8351) TestLargeCluster fails often

2018-06-08 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8351: Summary: TestLargeCluster fails often Key: LUCENE-8351 URL: https://issues.apache.org/jira/browse/LUCENE-8351 Project: Lucene - Core Issue Type: Test

[jira] [Commented] (LUCENE-8343) BlendedInfixSuggester bad score calculus for certain suggestion weights

2018-06-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16505893#comment-16505893 ] Adrien Grand commented on LUCENE-8343: -- [~mikemccand] What do you think would be the right fix? >

[jira] [Commented] (LUCENE-8350) RandomPolygonTest times out

2018-06-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16505872#comment-16505872 ] Adrien Grand commented on LUCENE-8350: -- Thanks for jumping on it [~ivera]! +1 > RandomPolygonTest

[jira] [Commented] (LUCENE-8343) BlendedInfixSuggester bad score calculus for certain suggestion weights

2018-06-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16505868#comment-16505868 ] Adrien Grand commented on LUCENE-8343: -- Thanks for the explanations. I 'm not familiar enough with

[jira] [Created] (LUCENE-8350) RandomPolygonTest times out

2018-06-08 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8350: Summary: RandomPolygonTest times out Key: LUCENE-8350 URL: https://issues.apache.org/jira/browse/LUCENE-8350 Project: Lucene - Core Issue Type: Test

[jira] [Commented] (LUCENE-8343) BlendedInfixSuggester bad score calculus for certain suggestion weights

2018-06-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16504840#comment-16504840 ] Adrien Grand commented on LUCENE-8343: -- I'm not very familiar with this suggester so I might be

[jira] [Commented] (LUCENE-8165) ban Arrays.copyOfRange with forbidden APIs

2018-06-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16504647#comment-16504647 ] Adrien Grand commented on LUCENE-8165: -- You're welcome. I was also wondering about unexpected side

[jira] [Resolved] (LUCENE-8165) ban Arrays.copyOfRange with forbidden APIs

2018-06-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8165. -- Resolution: Fixed Fix Version/s: master (8.0) 7.5 Merged. Thanks

[jira] [Commented] (LUCENE-8165) ban Arrays.copyOfRange with forbidden APIs

2018-06-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16503508#comment-16503508 ] Adrien Grand commented on LUCENE-8165: -- +1 I like it. > ban Arrays.copyOfRange with forbidden APIs

[jira] [Commented] (LUCENE-8299) Geo3D: Change factory method for polygons

2018-06-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16501819#comment-16501819 ] Adrien Grand commented on LUCENE-8299: -- Works for me. > Geo3D: Change factory method for polygons

[jira] [Comment Edited] (LUCENE-8165) ban Arrays.copyOfRange with forbidden APIs

2018-06-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16500492#comment-16500492 ] Adrien Grand edited comment on LUCENE-8165 at 6/4/18 4:39 PM: -- bq. I think

[jira] [Commented] (LUCENE-8165) ban Arrays.copyOfRange with forbidden APIs

2018-06-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16500492#comment-16500492 ] Adrien Grand commented on LUCENE-8165: -- bq. I think our code will be more clear and less

[jira] [Commented] (LUCENE-8346) Allow QueryBuilder subclass to override createSpanQuery

2018-06-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16500248#comment-16500248 ] Adrien Grand commented on LUCENE-8346: -- Sounds reasonable to me. > Allow QueryBuilder subclass to

[jira] [Resolved] (LUCENE-8091) Better nearest-neighbor queries

2018-05-31 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8091. -- Resolution: Won't Fix I'm closing this issue in favor of LUCENE-8340 which is less generic

[jira] [Commented] (LUCENE-8340) Allow to boost by recency

2018-05-31 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496509#comment-16496509 ] Adrien Grand commented on LUCENE-8340: -- Here is a patch that implements such a query on LongPoint,

[jira] [Updated] (LUCENE-8340) Allow to boost by recency

2018-05-31 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8340: - Attachment: LUCENE-8340.patch > Allow to boost by recency > - > >

[jira] [Created] (LUCENE-8340) Allow to boost by recency

2018-05-31 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8340: Summary: Allow to boost by recency Key: LUCENE-8340 URL: https://issues.apache.org/jira/browse/LUCENE-8340 Project: Lucene - Core Issue Type: Improvement

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

2018-05-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16492759#comment-16492759 ] Adrien Grand commented on LUCENE-8186: -- Thanks [~talli...@apache.org]. > CustomAnalyzer with a

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

2018-05-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8186. -- Resolution: Fixed Fix Version/s: master (8.0) 7.4 > CustomAnalyzer

[jira] [Resolved] (LUCENE-4892) Create a compressed LiveDocsFormat

2018-05-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4892. -- Resolution: Won't Fix I was hoping that the smaller memory footprint might make it comparable

[jira] [Resolved] (LUCENE-8144) Remove QueryCachingPolicy.ALWAYS_CACHE

2018-05-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8144. -- Resolution: Fixed Fix Version/s: master (8.0) I merged your patch and added a

[jira] [Resolved] (LUCENE-8312) Leverage impacts for SynonymQuery

2018-05-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8312. -- Resolution: Fixed Fix Version/s: master (8.0) I just merged it. Thanks for the review

[jira] [Commented] (LUCENE-8144) Remove QueryCachingPolicy.ALWAYS_CACHE

2018-05-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16489237#comment-16489237 ] Adrien Grand commented on LUCENE-8144: -- Let's add a note to lucene/MIGRATE.txt to explain that

[jira] [Commented] (LUCENE-8323) New ConcatenateFilter, a TokenFilter to concat/join tokens

2018-05-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16489174#comment-16489174 ] Adrien Grand commented on LUCENE-8323: -- +1 I like that you documented explicitly that the behavior

[jira] [Commented] (LUCENE-8329) Size Estimator wrongly calculate Disk space in MB

2018-05-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487028#comment-16487028 ] Adrien Grand commented on LUCENE-8329: -- Which tool are you talking about? Is it

<    3   4   5   6   7   8   9   10   11   12   >