[jira] [Reopened] (LUCENE-7135) Constants check for JRE bitness causes SecurityException under WebStart

2016-10-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-7135: Reopen for possible eventual 5.5.4 backport. > Constants check for JRE bitness causes

[jira] [Resolved] (LUCENE-7135) Constants check for JRE bitness causes SecurityException under WebStart

2016-10-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7135. Resolution: Fixed Fix Version/s: 6.3 master (7.0) Thanks

[jira] [Commented] (LUCENE-7135) Constants check for JRE bitness causes SecurityException under WebStart

2016-10-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15619694#comment-15619694 ] Michael McCandless commented on LUCENE-7135: > That's precisely what my patch does. Woops,

[jira] [Commented] (LUCENE-7135) Constants check for JRE bitness causes SecurityException under WebStart

2016-10-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15619692#comment-15619692 ] Michael McCandless commented on LUCENE-7135: > That's precisely what my patch does. Woops,

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618018#comment-15618018 ] Michael McCandless commented on LUCENE-7525: Maybe an FST, like {{MappingCharFilter}}? >

[jira] [Commented] (LUCENE-7527) Facing unsafe memory access operation error while calling searcherManager.maybeReopen()

2016-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15617848#comment-15617848 ] Michael McCandless commented on LUCENE-7527: This can happen if your application mis-uses the

[jira] [Commented] (LUCENE-7135) Constants check for JRE bitness causes SecurityException under WebStart

2016-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615391#comment-15615391 ] Michael McCandless commented on LUCENE-7135: Is {{OS_ARCH.contains("64"))}} really a safe way

[jira] [Commented] (LUCENE-7523) UpgradeIndexMergePolicy: beyond one-off use, monster segment avoidance

2016-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615379#comment-15615379 ] Michael McCandless commented on LUCENE-7523: UIMP was really designed for one-off usage via

[jira] [Commented] (LUCENE-7524) More detailed explanation of idf

2016-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615338#comment-15615338 ] Michael McCandless commented on LUCENE-7524: +1 > More detailed explanation of idf >

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

2016-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605337#comment-15605337 ] Michael McCandless commented on LUCENE-7521: +1! Look at all that removed code :) >

[jira] [Resolved] (LUCENE-7519) Optimize computing browse-only facets for taxonomy and sorted set methods

2016-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7519. Resolution: Fixed Fix Version/s: (was: 6.3) > Optimize computing

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

2016-10-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15599501#comment-15599501 ] Michael McCandless commented on LUCENE-7407: {quote} I think this is progressing in a good

[jira] [Updated] (LUCENE-7519) Optimize computing browse-only facets for taxonomy and sorted set methods

2016-10-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7519: --- Attachment: LUCENE-7519.patch Simple patch, and I fixed the test cases to randomly

[jira] [Created] (LUCENE-7519) Optimize computing browse-only facets for taxonomy and sorted set methods

2016-10-22 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7519: -- Summary: Optimize computing browse-only facets for taxonomy and sorted set methods Key: LUCENE-7519 URL: https://issues.apache.org/jira/browse/LUCENE-7519

[jira] [Resolved] (LUCENE-7518) FacetsConfig's multi-valued detection needs to take facet method into account

2016-10-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7518. Resolution: Invalid Nevermind :) This cannot work anyway: the same field name

[jira] [Created] (LUCENE-7518) FacetsConfig's multi-valued detection needs to take facet method into account

2016-10-22 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7518: -- Summary: FacetsConfig's multi-valued detection needs to take facet method into account Key: LUCENE-7518 URL: https://issues.apache.org/jira/browse/LUCENE-7518

[jira] [Updated] (LUCENE-7518) FacetsConfig's multi-valued detection needs to take facet method into account

2016-10-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7518: --- Attachment: LUCENE-7518.patch Simple patch + test. > FacetsConfig's multi-valued

[jira] [Commented] (LUCENE-7498) More Like This to Use BM25

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595420#comment-15595420 ] Michael McCandless commented on LUCENE-7498: +1 > More Like This to Use BM25 >

[jira] [Commented] (LUCENE-7508) [smartcn] tokens are not correctly created if text length > 1024

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595368#comment-15595368 ] Michael McCandless commented on LUCENE-7508: Seems like there are two issues here. First,

[jira] [Commented] (LUCENE-7509) [smartcn] Some chinese text is not tokenized correctly with Chinese punctuation marks appended

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595364#comment-15595364 ] Michael McCandless commented on LUCENE-7509: Hi [~peina], could you please turn your test

[jira] [Commented] (LUCENE-7512) supress ecj-lint warinings on precommit

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595329#comment-15595329 ] Michael McCandless commented on LUCENE-7512: I haven't looked closely at the warnings

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

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595211#comment-15595211 ] Michael McCandless commented on LUCENE-7517: bq. Seems like it should switch to doubles (that

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

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15595145#comment-15595145 ] Michael McCandless commented on LUCENE-7462: +1 to the semantics and the patch. Thanks

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

2016-10-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15594967#comment-15594967 ] Michael McCandless commented on LUCENE-7407: bq. At first blush, it doesn't look like the

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

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15588903#comment-15588903 ] Michael McCandless commented on LUCENE-7462: Sorry, that was {{wikimediumall}} that I ran, 20

[jira] [Resolved] (LUCENE-7506) FastTaxonomyFacetCounts should use ConjunctionDISI

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7506. Resolution: Fixed > FastTaxonomyFacetCounts should use ConjunctionDISI >

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

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15588818#comment-15588818 ] Michael McCandless commented on LUCENE-7462: I also see good speedups to the otherwise

[jira] [Resolved] (LUCENE-7505) AnalyzingInfixSuggester returns wrong results with allTermsRequired=false plus contexts

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7505. Resolution: Fixed > AnalyzingInfixSuggester returns wrong results with

[jira] [Updated] (LUCENE-7506) FastTaxonomyFacetCounts should use ConjunctionDISI

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7506: --- Attachment: LUCENE-7506.patch Patch from [~jpountz]. I tested on {{wikimediumall}}

[jira] [Created] (LUCENE-7506) FastTaxonomyFacetCounts should use ConjunctionDISI

2016-10-19 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7506: -- Summary: FastTaxonomyFacetCounts should use ConjunctionDISI Key: LUCENE-7506 URL: https://issues.apache.org/jira/browse/LUCENE-7506 Project: Lucene - Core

[jira] [Updated] (LUCENE-7505) AnalyzingInfixSuggester returns wrong results with allTermsRequired=false plus contexts

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7505: --- Attachment: LUCENE-7505.patch Patch w/ test + fix; I think it's ready. The problem

[jira] [Created] (LUCENE-7505) AnalyzingInfixSuggester returns wrong results with allTermsRequired=false plus contexts

2016-10-19 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7505: -- Summary: AnalyzingInfixSuggester returns wrong results with allTermsRequired=false plus contexts Key: LUCENE-7505 URL:

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

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

[jira] [Commented] (LUCENE-7489) Improve sparsity support of Lucene70DocValuesFormat

2016-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15588205#comment-15588205 ] Michael McCandless commented on LUCENE-7489: That's awesome progress on sort performance!

[jira] [Resolved] (LUCENE-7497) Cannot use boolean SHOULD queries with block join?

2016-10-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7497. Resolution: Invalid Fix Version/s: 6.3 master (7.0) >

[jira] [Commented] (LUCENE-7503) Undeprecate o.o.l.util.LongValues

2016-10-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585880#comment-15585880 ] Michael McCandless commented on LUCENE-7503: +1, thanks [~jpountz] > Undeprecate

[jira] [Resolved] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7493. Resolution: Fixed Fix Version/s: 6.3 master (7.0) Thank

[jira] [Commented] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585167#comment-15585167 ] Michael McCandless commented on LUCENE-7493: Excellent, the new patch looks great

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

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

[jira] [Commented] (LUCENE-7501) Do not encode the split dimension in the index in the 1D case

2016-10-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584952#comment-15584952 ] Michael McCandless commented on LUCENE-7501: +1, most excellent! > Do not encode the split

[jira] [Commented] (LUCENE-7494) Explore making PointValues a per-field API like doc values

2016-10-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15582913#comment-15582913 ] Michael McCandless commented on LUCENE-7494: +1 to the patch, thanks [~jpountz]! > Explore

[jira] [Commented] (LUCENE-7497) Cannot use boolean SHOULD queries with block join?

2016-10-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15581646#comment-15581646 ] Michael McCandless commented on LUCENE-7497: A that's right!! I forgot about this :)

[jira] [Commented] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580205#comment-15580205 ] Michael McCandless commented on LUCENE-7493: OK that failure is confusing ... you need to use

[jira] [Updated] (LUCENE-7497) Cannot use boolean SHOULD queries with block join?

2016-10-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7497: --- Attachment: LUCENE-7497.patch Patch w/ new failing test case. > Cannot use boolean

[jira] [Created] (LUCENE-7497) Cannot use boolean SHOULD queries with block join?

2016-10-16 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7497: -- Summary: Cannot use boolean SHOULD queries with block join? Key: LUCENE-7497 URL: https://issues.apache.org/jira/browse/LUCENE-7497 Project: Lucene - Core

[jira] [Commented] (LUCENE-2585) DirectoryReader.isCurrent might fail to see the segments file during concurrent index changes

2016-10-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575275#comment-15575275 ] Michael McCandless commented on LUCENE-2585: Thanks [~hanwen], I think you are correct. How

[jira] [Commented] (LUCENE-7488) Consider tracking modification time of external file fields for faster reloading

2016-10-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575263#comment-15575263 ] Michael McCandless commented on LUCENE-7488: Isn't this a Solr issue, not a Lucene issue? >

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2016-10-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575257#comment-15575257 ] Michael McCandless commented on LUCENE-5168: OK indeed the link works once I logged into FB,

[jira] [Commented] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574923#comment-15574923 ] Michael McCandless commented on LUCENE-7493: Thank you [~maahi333]. Hmm but there is a

[jira] [Commented] (LUCENE-7495) Asserting*DocValues are too lenient when checking the target in advance

2016-10-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574847#comment-15574847 ] Michael McCandless commented on LUCENE-7495: +1, nice catch! > Asserting*DocValues are too

[jira] [Commented] (LUCENE-7489) Improve sparsity support of Lucene70DocValuesFormat

2016-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15572163#comment-15572163 ] Michael McCandless commented on LUCENE-7489: +1, this patch looks wonderful! It looks like

[jira] [Commented] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15571964#comment-15571964 ] Michael McCandless commented on LUCENE-7493: Thanks [~maahi333], but I was hoping for a test

[jira] [Commented] (LUCENE-7494) Explore making PointValues a per-field API like doc values

2016-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15571357#comment-15571357 ] Michael McCandless commented on LUCENE-7494: {{Fields}} does seem a bit silly, being such a

[jira] [Commented] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15571339#comment-15571339 ] Michael McCandless commented on LUCENE-7493: bq. Should I add test case as an attachment in

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15569652#comment-15569652 ] Michael McCandless commented on LUCENE-5168: [~thetaphi] I tried to click on your FB link but

[jira] [Resolved] (LUCENE-7490) SimpleQueryParser should parse "*" as MatchAllDocsQuery

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7490. Resolution: Fixed Fix Version/s: (was: 6.x) 6.3

[jira] [Commented] (LUCENE-7494) Explore making PointValues a per-field API like doc values

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15569229#comment-15569229 ] Michael McCandless commented on LUCENE-7494: +1 > Explore making PointValues a per-field API

[jira] [Resolved] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7491. Resolution: Fixed Thanks [~jpountz]. > Unexpected merge exception when merging

[jira] [Commented] (LUCENE-7493) Support of TotalHitCountCollector for FacetCollector.search api if numdocs passed as zero.

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568692#comment-15568692 ] Michael McCandless commented on LUCENE-7493: Thank you [~maahi333] ... maybe you could make a

[jira] [Commented] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568357#comment-15568357 ] Michael McCandless commented on LUCENE-7491: +1 > Unexpected merge exception when merging

[jira] [Commented] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568327#comment-15568327 ] Michael McCandless commented on LUCENE-7491: bq. we could have

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

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568175#comment-15568175 ] Michael McCandless commented on SOLR-9432: -- Thanks [~ysee...@gmail.com]. Yeah the numerous

[jira] [Commented] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568160#comment-15568160 ] Michael McCandless commented on LUCENE-7491: bq. To make things less trappy, I'm wondering

[jira] [Updated] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7491: --- Attachment: LUCENE-7491.patch Patch w/ the fix ... the problem was that the merge

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

2016-10-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567085#comment-15567085 ] Michael McCandless commented on SOLR-9579: -- I think this commit also broke {{ant precommit}}; can

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

2016-10-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened SOLR-9579: -- > Reuse lucene FieldType in createField flow during ingestion >

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

2016-10-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567083#comment-15567083 ] Michael McCandless commented on SOLR-9432: -- I think this commit broke {{ant precommit}}; can you

[jira] [Updated] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7491: --- Attachment: LUCENE-7491.patch Patch w/ test case showing the issue ... I'll work on

[jira] [Created] (LUCENE-7491) Unexpected merge exception when merging sparse points fields

2016-10-11 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7491: -- Summary: Unexpected merge exception when merging sparse points fields Key: LUCENE-7491 URL: https://issues.apache.org/jira/browse/LUCENE-7491 Project:

[jira] [Commented] (LUCENE-7490) SimpleQueryParser should parse "*" as MatchAllDocsQuery

2016-10-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566997#comment-15566997 ] Michael McCandless commented on LUCENE-7490: I think this is reasonable? And the patch looks

[jira] [Commented] (LUCENE-7474) Improve doc values writers

2016-10-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15565052#comment-15565052 ] Michael McCandless commented on LUCENE-7474: A sparse set in the nightly benchmarks is an

[jira] [Commented] (LUCENE-7487) Remove unnecessary synchronization from Lucene70NormsProducer

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15562882#comment-15562882 ] Michael McCandless commented on LUCENE-7487: +1 > Remove unnecessary synchronization from

[jira] [Resolved] (LUCENE-7476) Fix transient failure in JapaneseNumberFilter run from TestFactories

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7476. Resolution: Fixed Fix Version/s: 6.3 master (7.0) Thank

[jira] [Updated] (LUCENE-7476) Fix transient failure in JapaneseNumberFilter run from TestFactories

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7476: --- Attachment: LUCENE-7476.patch Here's your patch (w/ some small code style edits)

[jira] [Commented] (LUCENE-7476) Fix transient failure in JapaneseNumberFilter run from TestFactories

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15562489#comment-15562489 ] Michael McCandless commented on LUCENE-7476: And your original patch indeed fixes the issue.

[jira] [Updated] (LUCENE-7476) Fix transient failure in JapaneseNumberFilter run from TestFactories

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7476: --- Attachment: LUCENE-7476.patch OK thanks [~andyhind], I think this is in fact a real

[jira] [Resolved] (LUCENE-7484) FastVectorHighlighter fails to highlight SynonymQuery

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7484. Resolution: Fixed Thanks [~jim.ferenczi]! > FastVectorHighlighter fails to

[jira] [Updated] (LUCENE-7484) FastVectorHighlighter fails to highlight SynonymQuery

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7484: --- Fix Version/s: (was: 7.0) master (7.0) >

[jira] [Updated] (LUCENE-7484) FastVectorHighlighter fails to highlight SynonymQuery

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7484: --- Fix Version/s: 7.0 6.3 > FastVectorHighlighter fails to highlight

[jira] [Commented] (LUCENE-7484) FastVectorHighlighter fails to highlight SynonymQuery

2016-10-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15562246#comment-15562246 ] Michael McCandless commented on LUCENE-7484: Thanks [~jim.ferenczi], patch looks good; I'll

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

2016-10-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15558552#comment-15558552 ] Michael McCandless commented on LUCENE-7283: bq. I imagine they will be quite surprised to

[jira] [Commented] (LUCENE-6577) Give earlier and better error message for invalid CRC

2016-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1730#comment-1730 ] Michael McCandless commented on LUCENE-6577: bq. Does these checks be valid on z/OS

[jira] [Commented] (LUCENE-7480) Wrong Formula in LMDirichletSimilarity

2016-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1263#comment-1263 ] Michael McCandless commented on LUCENE-7480: I am not familiar with {{LMDirichletSimilarity}}

[jira] [Commented] (LUCENE-7476) Fix transient failure in JapaneseNumberFilter run from TestFactories

2016-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1201#comment-1201 ] Michael McCandless commented on LUCENE-7476: Thanks [~andyhind]. Do you have a {{Reproduce

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

2016-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1167#comment-1167 ] Michael McCandless commented on LUCENE-7483: Hmm, no good. Can you make a test case showing

[jira] [Commented] (LUCENE-7482) Faster sorted index search for reverse order search

2016-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15554763#comment-15554763 ] Michael McCandless commented on LUCENE-7482: bq. but there are still plenty of things to do

[jira] [Commented] (LUCENE-7477) ExternalRefSorter should use OfflineSorter's actual writer for writing the input file

2016-10-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15553151#comment-15553151 ] Michael McCandless commented on LUCENE-7477: bq. Oh, it's really confusing how OfflineSorter

[jira] [Commented] (LUCENE-7479) SimpleText should directly implement the new doc values APIs

2016-10-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15552357#comment-15552357 ] Michael McCandless commented on LUCENE-7479: +1, wonderful! > SimpleText should directly

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

2016-10-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551602#comment-15551602 ] Michael McCandless commented on LUCENE-7407: bq. It looks like this last change helped

[jira] [Commented] (LUCENE-7475) Sparse norms

2016-10-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551581#comment-15551581 ] Michael McCandless commented on LUCENE-7475: This is a great change. I would almost call it

[jira] [Commented] (LUCENE-7475) Sparse norms

2016-10-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15549558#comment-15549558 ] Michael McCandless commented on LUCENE-7475: Woops, I just pushed a small speedup to the old

[jira] [Commented] (LUCENE-7465) Add a PatternTokenizer that uses Lucene's RegExp implementation

2016-10-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546776#comment-15546776 ] Michael McCandless commented on LUCENE-7465: Thank you for the example [~dweiss]. Indeed

[jira] [Resolved] (LUCENE-7456) PerField(DocValues|Postings)Format do not call the per-field merge methods

2016-10-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7456. Resolution: Fixed Thank you [~jmassenet-rakuten]! >

[jira] [Commented] (LUCENE-7474) Improve doc values writers

2016-10-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545780#comment-15545780 ] Michael McCandless commented on LUCENE-7474: +1, wonderful. > Improve doc values writers >

[jira] [Commented] (LUCENE-7456) PerField(DocValues|Postings)Format do not call the per-field merge methods

2016-10-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545657#comment-15545657 ] Michael McCandless commented on LUCENE-7456: Thanks [~jmassenet-rakuten], I think this patch

[jira] [Commented] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-10-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15544950#comment-15544950 ] Michael McCandless commented on LUCENE-7467: Hi [~adeppa], I'm not sure what

[jira] [Commented] (LUCENE-7463) Create a Lucene70DocValuesFormat

2016-10-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15543594#comment-15543594 ] Michael McCandless commented on LUCENE-7463: +1 > Create a Lucene70DocValuesFormat >

[jira] [Resolved] (SOLR-9582) TestSortingResponseWriter.testSortingOutput() failure: docs were sent out-of-order

2016-09-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved SOLR-9582. -- Resolution: Fixed Fix Version/s: master (7.0) Thanks [~steve_rowe] ... silly bug.

[jira] [Commented] (SOLR-9582) TestSortingResponseWriter.testSortingOutput() failure: docs were sent out-of-order

2016-09-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15533617#comment-15533617 ] Michael McCandless commented on SOLR-9582: -- Hmm I'll dig. >

[jira] [Updated] (LUCENE-7469) TestBooleanRewrites.testRandom() failures

2016-09-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7469: --- Fix Version/s: 7.0 6.3 > TestBooleanRewrites.testRandom()

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