Re: Future of FieldCache in Solr

2016-10-27 Thread Yonik Seeley
(splitting this off) > Your threat to veto the original addition of Uwe's NumericFields to > Lucene's core stands out in my (long) memory as another. ??? I seriously question that long memory. Or perhaps just the color of the glasses you're viewing the world through. I fee like I helped

Re: Future of FieldCache in Solr

2016-10-27 Thread Yonik Seeley
so that the implementation can be completely removed > in Solr 8 and points will be the only way to index numerics. > > If we decide that Solr should keep supporting uninverting, I will accept it, > but I genuinely think it would be better for Solr to eventually drop this > feature an

[jira] [Commented] (SOLR-9654) add overrequest parameter to field faceting

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610045#comment-15610045 ] Yonik Seeley commented on SOLR-9654: The id-to-shard mapping of these tests is randomized by run, so I

[jira] [Resolved] (SOLR-9654) add overrequest parameter to field faceting

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9654. Resolution: Fixed > add overrequest parameter to field facet

[jira] [Reopened] (SOLR-9654) add overrequest parameter to field faceting

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reopened SOLR-9654: Hmmm, still failing sometimes... I'll remove the offending code while I figure it out. >

[jira] [Commented] (SOLR-9166) Export handler returns zero for numeric fields that are not in the original doc

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609484#comment-15609484 ] Yonik Seeley commented on SOLR-9166: bq. We'll want to keep the zero while sorting in the /export

[jira] [Resolved] (SOLR-4164) Result Grouping fails if no hits

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-4164. Resolution: Fixed Assignee: Yonik Seeley (was: Cao Manh Dat) Fix Version/s: master

Re: Future of FieldCache in Solr

2016-10-26 Thread Yonik Seeley
I understand that the existence of the FieldCache meant additional work when changing the DocValues APIs. Those APIs are core enough however, that hopefully they won't change too much in the future! In the event that they do though, I'll try and help out with any required transition. -Yonik On

Re: Future of FieldCache in Solr

2016-10-26 Thread Yonik Seeley
On Wed, Oct 26, 2016 at 10:51 AM, Adrien Grand <jpou...@gmail.com> wrote: > Le mer. 26 oct. 2016 à 16:23, Yonik Seeley <ysee...@gmail.com> a écrit : >> >> Docvalues benefits is the reason we recommend them by default (and >> non-text fields now do have docvalues

Re: Future of FieldCache in Solr

2016-10-26 Thread Yonik Seeley
Docvalues benefits is the reason we recommend them by default (and non-text fields now do have docvalues by default). They do have some drawbacks however: - Require reindexing - Take up more index space - Slower than FieldCache So although the majority will be better served by docvalues, I

[jira] [Commented] (SOLR-4164) Result Grouping fails if no hits

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608571#comment-15608571 ] Yonik Seeley commented on SOLR-4164: +1, looks good to me! > Result Grouping fails if no h

[jira] [Commented] (LUCENE-7521) Simplify PackedInts

2016-10-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608318#comment-15608318 ] Yonik Seeley commented on LUCENE-7521: -- I assume these specializations were added because they made

[jira] [Commented] (LUCENE-7521) Simplify PackedInts

2016-10-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605644#comment-15605644 ] Yonik Seeley commented on LUCENE-7521: -- OK, so to avoid slowdowns (or more memory usage

[jira] [Commented] (LUCENE-7521) Simplify PackedInts

2016-10-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605358#comment-15605358 ] Yonik Seeley commented on LUCENE-7521: -- Are any of these formats used by FieldCacheImpl

[jira] [Resolved] (SOLR-9654) add overrequest parameter to field faceting

2016-10-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9654. Resolution: Fixed Hopefully should be fixed now. > add overrequest parameter to field facet

[jira] [Reopened] (SOLR-9654) add overrequest parameter to field faceting

2016-10-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reopened SOLR-9654: Assignee: Yonik Seeley investigating failing test > add overrequest parameter to field facet

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 1449 - Still Unstable

2016-10-24 Thread Yonik Seeley
Hmmm, this should be 100% predictable... But IIRC, I think David may have added some randomness to the test. I'll look into it. -Yonik On Mon, Oct 24, 2016 at 7:11 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1449/

[jira] [Resolved] (SOLR-9654) add overrequest parameter to field faceting

2016-10-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9654. Resolution: Fixed Fix Version/s: master (7.0) 6.3 > add overrequ

[jira] [Commented] (SOLR-7036) Faster method for group.facet

2016-10-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15601789#comment-15601789 ] Yonik Seeley commented on SOLR-7036: Looking at the code added to UnInvertedField for this, I realized

[jira] [Commented] (SOLR-9654) add overrequest parameter to field faceting

2016-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15600618#comment-15600618 ] Yonik Seeley commented on SOLR-9654: It may not stand out much, but Component=="Facet Module&q

[jira] [Updated] (SOLR-9654) add overrequest parameter to field faceting

2016-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9654: --- Attachment: SOLR-9654.patch Patch now with tests, and with a fix for overflow of offset+limit >

[jira] [Created] (SOLR-9683) include/exclude filters by tag

2016-10-23 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9683: -- Summary: include/exclude filters by tag Key: SOLR-9683 URL: https://issues.apache.org/jira/browse/SOLR-9683 Project: Solr Issue Type: Improvement Security

[jira] [Commented] (SOLR-9682) Ability to specify a query with a parameter name

2016-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15600352#comment-15600352 ] Yonik Seeley commented on SOLR-9682: example: {code} curl 'http://localhost:8983/solr/query?myfilter

[jira] [Created] (SOLR-9682) Ability to specify a query with a parameter name

2016-10-23 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9682: -- Summary: Ability to specify a query with a parameter name Key: SOLR-9682 URL: https://issues.apache.org/jira/browse/SOLR-9682 Project: Solr Issue Type

[jira] [Created] (SOLR-9681) add filter to any facet

2016-10-23 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9681: -- Summary: add filter to any facet Key: SOLR-9681 URL: https://issues.apache.org/jira/browse/SOLR-9681 Project: Solr Issue Type: Improvement Security Level

[jira] [Commented] (SOLR-9510) child level facet exclusions

2016-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15600214#comment-15600214 ] Yonik Seeley commented on SOLR-9510: Multi-select faceting (see http://yonik.com/multi-select-faceting

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15599783#comment-15599783 ] Yonik Seeley commented on LUCENE-6968: -- Is there a JIRA issue yet to expose (and test

[jira] [Commented] (LUCENE-7516) consider to remove DocSet.close()

2016-10-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15598033#comment-15598033 ] Yonik Seeley commented on LUCENE-7516: -- Yeah, might as well remove it. Given the opposition

[jira] [Commented] (LUCENE-7517) Explore making Scorer.score() return a double

2016-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595168#comment-15595168 ] Yonik Seeley commented on LUCENE-7517: -- bq. Any opinions about whether things like CachingCollector

[jira] [Resolved] (SOLR-9326) Ability to create/delete/list snapshots for a solr collection

2016-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9326. Resolution: Fixed Fix Version/s: master (7.0) 6.3 Committed. Thanks

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595113#comment-15595113 ] Yonik Seeley commented on LUCENE-7407: -- bq. > A quick test by hand is still more informative t

[jira] [Commented] (SOLR-9510) child level facet exclusions

2016-10-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15593500#comment-15593500 ] Yonik Seeley commented on SOLR-9510: OK, here's the way I'm currently thinking about things (hopefully

[jira] [Assigned] (SOLR-9326) Ability to create/delete/list snapshots for a solr collection

2016-10-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-9326: -- Assignee: Yonik Seeley > Ability to create/delete/list snapshots for a solr collect

[jira] [Commented] (SOLR-9510) child level facet exclusions

2016-10-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15589602#comment-15589602 ] Yonik Seeley commented on SOLR-9510: Hmmm, still trying to grok it all. I'll try to give feedback

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-10-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15589400#comment-15589400 ] Yonik Seeley commented on LUCENE-7407: -- bq. Well, your tests are also using synthetically generated

[jira] [Commented] (LUCENE-7462) Faster search APIs for doc values

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15587192#comment-15587192 ] Yonik Seeley commented on LUCENE-7462: -- bq. Wouldn't this mean we'd need 2X the search-time code

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585918#comment-15585918 ] Yonik Seeley commented on SOLR-9506: Please do. > cache IndexFingerprint for each segm

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585759#comment-15585759 ] Yonik Seeley commented on SOLR-9506: The above manual test only exhibited this bad behavior after

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585756#comment-15585756 ] Yonik Seeley commented on SOLR-9506: Not sure I understand... are you suggesting a workaround

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585709#comment-15585709 ] Yonik Seeley commented on SOLR-9506: Pretty simple to try out: {code} bin/solr start -e techproducts

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585700#comment-15585700 ] Yonik Seeley commented on SOLR-9506: Yep. > cache IndexFingerprint for each segm

[jira] [Comment Edited] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585683#comment-15585683 ] Yonik Seeley edited comment on SOLR-9506 at 10/18/16 3:02 PM: -- bq. "

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585683#comment-15585683 ] Yonik Seeley commented on SOLR-9506: "Right... the core cache key does not change,

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585635#comment-15585635 ] Yonik Seeley commented on SOLR-9506: Hmmm, why was this committed? See my comments regarding deleted

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585511#comment-15585511 ] Yonik Seeley commented on LUCENE-7407: -- Sorting by numeric docvalues seems to have taken a greater

[jira] [Comment Edited] (SOLR-9599) DocValues performance regression with new iterator API

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585495#comment-15585495 ] Yonik Seeley edited comment on SOLR-9599 at 10/18/16 1:52 PM: -- Here's a more

[jira] [Commented] (SOLR-9599) DocValues performance regression with new iterator API

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585495#comment-15585495 ] Yonik Seeley commented on SOLR-9599: Here's a more thorough/accurate (not by-hand) sorting test

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585205#comment-15585205 ] Yonik Seeley commented on LUCENE-7407: -- I had missed LUCENE-7462, thanks! > Explore switching

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-10-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585202#comment-15585202 ] Yonik Seeley commented on LUCENE-7407: -- bq. Hmm, in Lucene's nightly perf tests, the TermDateFacets

[jira] [Comment Edited] (SOLR-9599) DocValues performance regression with new iterator API

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584223#comment-15584223 ] Yonik Seeley edited comment on SOLR-9599 at 10/18/16 3:18 AM: -- Another

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584286#comment-15584286 ] Yonik Seeley commented on LUCENE-7407: -- It seems like this has had a rather large impact on what

[jira] [Comment Edited] (SOLR-9599) DocValues performance regression with new iterator API

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584223#comment-15584223 ] Yonik Seeley edited comment on SOLR-9599 at 10/18/16 2:59 AM: -- Another

[jira] [Updated] (SOLR-9599) DocValues performance regression with new iterator API

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9599: --- Description: I did a quick performance comparison of faceting indexed fields (i.e. docvalues

[jira] [Updated] (SOLR-9599) DocValues performance regression with new iterator API

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9599: --- Summary: DocValues performance regression with new iterator API (was: Facet performance regression

[jira] [Commented] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584223#comment-15584223 ] Yonik Seeley commented on SOLR-9599: Another docvalues faceting test, this time including the current

[jira] [Updated] (SOLR-9654) add overrequest parameter to field faceting

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9654: --- Attachment: SOLR-9654.patch Here's a draft patch w/o tests > add overrequest parameter to fi

[jira] [Created] (SOLR-9654) add overrequest parameter to field faceting

2016-10-17 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9654: -- Summary: add overrequest parameter to field faceting Key: SOLR-9654 URL: https://issues.apache.org/jira/browse/SOLR-9654 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-9642) Refactor the core level snapshot cleanup mechanism to rely on Lucene

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15582962#comment-15582962 ] Yonik Seeley commented on SOLR-9642: It was... it just hasn't shown up in this JIRA for some reason

[jira] [Resolved] (SOLR-9642) Refactor the core level snapshot cleanup mechanism to rely on Lucene

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9642. Resolution: Fixed Fix Version/s: 6.3 Committed. Thanks! > Refactor the core level snaps

plan for getGlobalOrds->LongValues

2016-10-17 Thread Yonik Seeley
OrdinalMap.getGlobalOrds currently returns LongValues, which was deprecated by the cutover to DV iterators (LongValues now extends LegacyNumericDocValues). An iterator API makes no sense for global ords, which are inherently random-access since they are not based on docids. It seems like we

[jira] [Commented] (SOLR-9642) Refactor the core level snapshot cleanup mechanism to rely on Lucene

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15582608#comment-15582608 ] Yonik Seeley commented on SOLR-9642: Looks good to me. I'll commit after some testing... > Refac

[jira] [Assigned] (SOLR-9642) Refactor the core level snapshot cleanup mechanism to rely on Lucene

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-9642: -- Assignee: Yonik Seeley > Refactor the core level snapshot cleanup mechanism to rely on Luc

[jira] [Commented] (SOLR-9653) Consider deprecating external file fields when we have updatable docValues for numerics

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15582111#comment-15582111 ] Yonik Seeley commented on SOLR-9653: Deprecation should balance the cost of keeping the feature (which

[jira] [Commented] (SOLR-9653) Consider deprecating external file fields when we have updatable docValues for numerics

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15582046#comment-15582046 ] Yonik Seeley commented on SOLR-9653: It's a pretty different mechanism, and may still be useful to some

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2016-10-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15582054#comment-15582054 ] Yonik Seeley commented on SOLR-5944: It doesn't seem to buy us much to deprecate that, and it would

[jira] [Commented] (SOLR-8396) Add support for PointFields in Solr

2016-10-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580006#comment-15580006 ] Yonik Seeley commented on SOLR-8396: bq. Steve Rowe had some concerns about naming, since Solr already

[jira] [Commented] (SOLR-8396) Add support for PointFields in Solr

2016-10-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580005#comment-15580005 ] Yonik Seeley commented on SOLR-8396: bq. Steve Rowe had some concerns about naming, since Solr already

[jira] [Commented] (SOLR-8396) Add support for PointFields in Solr

2016-10-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579920#comment-15579920 ] Yonik Seeley commented on SOLR-8396: bq. Is anything changing with DocValues in this issue? Yes, see

[jira] [Commented] (SOLR-8396) Add support for PointFields in Solr

2016-10-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579266#comment-15579266 ] Yonik Seeley commented on SOLR-8396: The docvalues format is heavily related when looking at the larger

[jira] [Commented] (SOLR-9432) JSON Facet refactoring to support refinement

2016-10-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567162#comment-15567162 ] Yonik Seeley commented on SOLR-9432: Whoops... fixing the unused imports now. I actually did run

[jira] [Closed] (SOLR-1965) Solr 4.0 performance improvements

2016-10-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley closed SOLR-1965. -- Resolution: Fixed Assignee: Yonik Seeley Fix Version/s: (was: 6.0

[jira] [Closed] (SOLR-1835) speed up and improve tests

2016-10-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley closed SOLR-1835. -- Resolution: Fixed Fix Version/s: (was: 6.0) (was: 4.9) > speed

[jira] [Assigned] (SOLR-1835) speed up and improve tests

2016-10-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-1835: -- Assignee: Yonik Seeley > speed up and improve te

[jira] [Updated] (SOLR-9432) JSON Facet refactoring to support refinement

2016-10-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9432: --- Attachment: SOLR-9432.patch Here's an update with a little more progress, and adds some tests

[jira] [Resolved] (SOLR-9579) Reuse lucene FieldType in createField flow during ingestion

2016-10-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9579. Resolution: Fixed Fix Version/s: (was: 6.x) Committed to master. Thanks John! > Re

[jira] [Commented] (SOLR-9579) Reuse lucene FieldType in createField flow during ingestion

2016-10-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15560204#comment-15560204 ] Yonik Seeley commented on SOLR-9579: Thanks John, looks great! It's even more straightforward than I

[jira] [Commented] (LUCENE-7283) Move SlowCompositeReaderWrapper and uninverting package to solr sources

2016-10-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15560036#comment-15560036 ] Yonik Seeley commented on LUCENE-7283: -- bq. I think it's really time to get rid of FieldCache I may

[jira] [Commented] (LUCENE-7283) Move SlowCompositeReaderWrapper and uninverting package to solr sources

2016-10-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15558656#comment-15558656 ] Yonik Seeley commented on LUCENE-7283: -- bq. In ancient Lucene versions, sorting was not a "

[jira] [Commented] (LUCENE-7283) Move SlowCompositeReaderWrapper and uninverting package to solr sources

2016-10-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15558249#comment-15558249 ] Yonik Seeley commented on LUCENE-7283: -- bq. p.s. please update the description to include

[jira] [Commented] (SOLR-9496) SolrJ + Kerberos Requires commons-codec

2016-10-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1813#comment-1813 ] Yonik Seeley commented on SOLR-9496: For the documentation route, we could also just document what may

[jira] [Commented] (LUCENE-7483) QueryParser changes OR clausule to AND

2016-10-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1228#comment-1228 ] Yonik Seeley commented on LUCENE-7483: -- This is known/expected behavior since as long as the query

[jira] [Commented] (SOLR-9269) Ability to create/delete/list snapshots for a solr core

2016-10-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15552339#comment-15552339 ] Yonik Seeley commented on SOLR-9269: Since this was released in 6.2 (and the issue closed), we should

[jira] [Resolved] (SOLR-9592) decorateDocValues cause serious performance issue because of using slowCompositeReaderWrapper

2016-10-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9592. Resolution: Fixed Committed. Thanks! > decorateDocValues cause serious performance issue beca

[jira] [Commented] (SOLR-9605) Add field literal support to /update/json/docs

2016-10-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15549525#comment-15549525 ] Yonik Seeley commented on SOLR-9605: Ah, so what's missing from the smart json merging is adding

[jira] [Commented] (SOLR-9605) Add field literal support to /update/json/docs

2016-10-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15549308#comment-15549308 ] Yonik Seeley commented on SOLR-9605: High-level idea: reuse the "Smart merging of multiple

[jira] [Assigned] (SOLR-9592) decorateDocValues cause serious performance issue because of using slowCompositeReaderWrapper

2016-10-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-9592: -- Assignee: Yonik Seeley > decorateDocValues cause serious performance issue because of us

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-10-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15548767#comment-15548767 ] Yonik Seeley commented on SOLR-9506: A few random points after browsing this issue... bq. We can

[jira] [Comment Edited] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547253#comment-15547253 ] Yonik Seeley edited comment on SOLR-9599 at 10/5/16 4:02 AM: - A quick test

[jira] [Comment Edited] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547253#comment-15547253 ] Yonik Seeley edited comment on SOLR-9599 at 10/5/16 3:59 AM: - A quick test

[jira] [Commented] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547522#comment-15547522 ] Yonik Seeley commented on SOLR-9599: I tried some docValue fields this time instead of the fieldcache

[jira] [Commented] (SOLR-9524) SolrIndexSearcher.getIndexFingerprint uses dubious sunchronization

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547393#comment-15547393 ] Yonik Seeley commented on SOLR-9524: I wonder if we could use the same type of logic

[jira] [Created] (SOLR-9603) Facet bucket filters

2016-10-04 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9603: -- Summary: Facet bucket filters Key: SOLR-9603 URL: https://issues.apache.org/jira/browse/SOLR-9603 Project: Solr Issue Type: New Feature Security Level

[jira] [Comment Edited] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547253#comment-15547253 ] Yonik Seeley edited comment on SOLR-9599 at 10/5/16 1:01 AM: - A quick test

[jira] [Commented] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547253#comment-15547253 ] Yonik Seeley commented on SOLR-9599: A quick test of the same fields in the same index shows hits

[jira] [Commented] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547177#comment-15547177 ] Yonik Seeley commented on SOLR-9599: Here's the form of the request used (tests were run w/ logging

[jira] [Created] (SOLR-9599) Facet performance regression using fieldcache and new DV iterator API

2016-10-04 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9599: -- Summary: Facet performance regression using fieldcache and new DV iterator API Key: SOLR-9599 URL: https://issues.apache.org/jira/browse/SOLR-9599 Project: Solr

[jira] [Commented] (SOLR-9592) decorateDocValues cause serious performance issue because of using slowCompositeReaderWrapper

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546847#comment-15546847 ] Yonik Seeley commented on SOLR-9592: bq. Are you disagree with renaming(-1) or weakly agree with(+0

[jira] [Commented] (SOLR-9595) Cache Multi* creations of the SlowCompositeReaderWrapper

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545298#comment-15545298 ] Yonik Seeley commented on SOLR-9595: bq. Now that Solr has it's own version of this class, it's easier

[jira] [Created] (SOLR-9595) Cache Multi* creations of the SlowCompositeReaderWrapper

2016-10-04 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9595: -- Summary: Cache Multi* creations of the SlowCompositeReaderWrapper Key: SOLR-9595 URL: https://issues.apache.org/jira/browse/SOLR-9595 Project: Solr Issue Type

[jira] [Commented] (SOLR-9592) decorateDocValues cause serious performance issue because of using slowCompositeReaderWrapper

2016-10-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545222#comment-15545222 ] Yonik Seeley commented on SOLR-9592: Nice catch! I knew there had to be reasons why /select was so

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