[jira] [Commented] (LUCENE-7883) Remove references to Thread#getContextClassLoader() from Lucene/Solr codebase

2017-06-20 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055537#comment-16055537 ] Dawid Weiss commented on LUCENE-7883: - I can look into the clustering plugin's use of it. I recall it

[jira] [Commented] (LUCENE-7873) Remove context classloader from SPI lookups by default

2017-06-20 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055255#comment-16055255 ] Dawid Weiss commented on LUCENE-7873: - LGTM. > Remove context classloader from SPI lookups by

[jira] [Comment Edited] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053984#comment-16053984 ] Dawid Weiss edited comment on LUCENE-7882 at 6/19/17 1:27 PM: -- It probably

[jira] [Commented] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053984#comment-16053984 ] Dawid Weiss commented on LUCENE-7882: - It probably does because they're loaded into their own class

[jira] [Commented] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053892#comment-16053892 ] Dawid Weiss commented on LUCENE-7848: - This isn't urgent and can wait. As for indexing graphs, I

[jira] [Commented] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053806#comment-16053806 ] Dawid Weiss commented on LUCENE-7848: - Couldn't resist not to look. The index is fine. The query

[jira] [Updated] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7848: Attachment: capture-3.png Token graph for the input (indexing and search is the same). >

[jira] [Updated] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7848: Attachment: LUCENE-7848.patch Here's a test (testLucene7848) that reproduces the behavior observed

[jira] [Commented] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053739#comment-16053739 ] Dawid Weiss commented on LUCENE-7848: - Hi Jim, The patch looks ok, although it doesn't solve the

[jira] [Commented] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-06-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052152#comment-16052152 ] Dawid Weiss commented on LUCENE-7848: - On short holidays, Jim, but I'll try to review next week.

[jira] [Commented] (SOLR-10760) Remove trie field types and fields from example schemas

2017-06-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16048773#comment-16048773 ] Dawid Weiss commented on SOLR-10760: bq. [...] and then advise people to add trie field declarations

[jira] [Resolved] (SOLR-10849) MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage)

2017-06-12 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-10849. Resolution: Fixed Fix Version/s: 6.7 master (7.0) > MoreLikeThisComponent

[jira] [Resolved] (LUCENE-7870) Use cl.loadClass(...) instead of Class.forName(..., cl) in SPIClassIterator

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7870. - Resolution: Invalid I mark this as invalid then; I think we've reached the consensus that it's

[jira] [Commented] (SOLR-10844) group.facet failures when the grouping field is Points based

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16043152#comment-16043152 ] Dawid Weiss commented on SOLR-10844: Crap. Sorry Hoss, you're right. > group.facet failures when the

[jira] [Commented] (LUCENE-7870) Use cl.loadClass(...) instead of Class.forName(..., cl) in SPIClassIterator

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042657#comment-16042657 ] Dawid Weiss commented on LUCENE-7870: - One quick follow up. Read section 5.3 too: it declares the

[jira] [Commented] (LUCENE-7870) Use cl.loadClass(...) instead of Class.forName(..., cl) in SPIClassIterator

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042650#comment-16042650 ] Dawid Weiss commented on LUCENE-7870: - I recall this came as a surprise to me too, actually -- I once

[jira] [Commented] (LUCENE-7870) Use cl.loadClass(...) instead of Class.forName(..., cl) in SPIClassIterator

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042611#comment-16042611 ] Dawid Weiss commented on LUCENE-7870: - I understand the issue, but somehow don't believe calling

[jira] [Updated] (SOLR-10849) MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage)

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-10849: --- Attachment: SOLR-10849.patch > MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency

[jira] [Created] (SOLR-10849) MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage)

2017-06-08 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-10849: -- Summary: MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage) Key: SOLR-10849 URL: https://issues.apache.org/jira/browse/SOLR-10849

[jira] [Resolved] (LUCENE-7864) IndexMergeTool is not using intermediate hard links (even if possible)

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7864. - Resolution: Fixed Fix Version/s: master (7.0) > IndexMergeTool is not using intermediate

[jira] [Commented] (SOLR-10844) group.facet failures when the grouping field is Points based

2017-06-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042268#comment-16042268 ] Dawid Weiss commented on SOLR-10844: I think it's a duplicate of SOLR-9989? > group.facet failures

[jira] [Updated] (LUCENE-7864) IndexMergeTool is not using intermediate hard links (even if possible)

2017-06-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7864: Attachment: LUCENE-7864.patch > IndexMergeTool is not using intermediate hard links (even if

[jira] [Created] (LUCENE-7864) IndexMergeTool is not using intermediate hard links (even if possible)

2017-06-06 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-7864: --- Summary: IndexMergeTool is not using intermediate hard links (even if possible) Key: LUCENE-7864 URL: https://issues.apache.org/jira/browse/LUCENE-7864 Project: Lucene

[jira] [Comment Edited] (SOLR-10760) Remove trie field types and fields from example schemas

2017-05-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16027356#comment-16027356 ] Dawid Weiss edited comment on SOLR-10760 at 5/27/17 8:21 AM: - Just a note -

[jira] [Commented] (SOLR-10760) Remove trie field types and fields from example schemas

2017-05-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16027356#comment-16027356 ] Dawid Weiss commented on SOLR-10760: Just a note - the problem I recently hit with a new type of this

[jira] [Commented] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-05-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026129#comment-16026129 ] Dawid Weiss commented on LUCENE-7848: - {code} Analyzer a4 = new Analyzer() { @Override

[jira] [Commented] (LUCENE-7841) Normalize ґ to г in Ukrainian analyzer

2017-05-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024639#comment-16024639 ] Dawid Weiss commented on LUCENE-7841: - That depends on what you understand by "fix for". I use the

[jira] [Resolved] (LUCENE-7841) Normalize ґ to г in Ukrainian analyzer

2017-05-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7841. - Resolution: Fixed Scheduled this for 6.7 so that we don't have to rush it in at the last moment.

[jira] [Updated] (LUCENE-7841) Normalize ґ to г in Ukrainian analyzer

2017-05-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7841: Fix Version/s: 6.7 master (7.0) 6.x > Normalize ґ to г in

[jira] [Assigned] (LUCENE-7841) Normalize ґ to г in Ukrainian analyzer

2017-05-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-7841: --- Assignee: Dawid Weiss > Normalize ґ to г in Ukrainian analyzer >

[jira] [Commented] (LUCENE-7848) QueryBuilder.analyzeGraphPhrase does not handle gaps correctly

2017-05-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16021325#comment-16021325 ] Dawid Weiss commented on LUCENE-7848: - Thanks Jim. I agree the output from the filter looks odd too,

[jira] [Commented] (LUCENE-7841) Normalize ґ to г in Ukrainian analyzer

2017-05-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020955#comment-16020955 ] Dawid Weiss commented on LUCENE-7841: - Andriy, you need to regenerate jar checksums if you're

[jira] [Resolved] (LUCENE-7842) WordDelimiterGraphFilter adds an extra position for "foo - bar"

2017-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7842. - Resolution: Invalid Apologies, I think it's my fault. > WordDelimiterGraphFilter adds an extra

[jira] [Updated] (LUCENE-7842) WordDelimiterGraphFilter adds an extra position for "foo - bar"

2017-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7842: Attachment: capture-5.png > WordDelimiterGraphFilter adds an extra position for "foo - bar" >

[jira] [Created] (LUCENE-7842) WordDelimiterGraphFilter adds an extra position for "foo - bar"

2017-05-22 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-7842: --- Summary: WordDelimiterGraphFilter adds an extra position for "foo - bar" Key: LUCENE-7842 URL: https://issues.apache.org/jira/browse/LUCENE-7842 Project: Lucene - Core

[jira] [Resolved] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7800. - Resolution: Fixed Fix Version/s: 6.7 > Remove code that potentially rethrows checked

[jira] [Commented] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012204#comment-16012204 ] Dawid Weiss commented on LUCENE-7800: - In fact, we could even use it for the attribute factory too --

[jira] [Commented] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012203#comment-16012203 ] Dawid Weiss commented on LUCENE-7800: - Very good idea, will use that. > Remove code that potentially

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Attachment: LUCENE-7800.patch Precommit (javadoc) and ParseException unwrapping in the compiler

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Attachment: LUCENE-7800.patch I return to this issue to either resolve it or have it vetoed,

[jira] [Comment Edited] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010414#comment-16010414 ] Dawid Weiss edited comment on LUCENE-7800 at 5/15/17 12:30 PM: --- I return to

[jira] [Commented] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010338#comment-16010338 ] Dawid Weiss commented on SOLR-10678: I looked at it, here's a summary of my findings. 1) Clustering

[jira] [Resolved] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-10678. Resolution: Invalid > Clustering can be executed multiple times in distributed mode >

[jira] [Comment Edited] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010338#comment-16010338 ] Dawid Weiss edited comment on SOLR-10678 at 5/15/17 11:21 AM: -- I looked at

[jira] [Commented] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-12 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008598#comment-16008598 ] Dawid Weiss commented on SOLR-10678: Clustering should run when the search results are collected. In

[jira] [Commented] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-12 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008017#comment-16008017 ] Dawid Weiss commented on SOLR-10678: My current understanding of what's going on is that we indeed run

[jira] [Updated] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-12 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-10678: --- Description: As reported on SO:

[jira] [Created] (SOLR-10678) Clustering can be executed multiple times in distributed mode

2017-05-12 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-10678: -- Summary: Clustering can be executed multiple times in distributed mode Key: SOLR-10678 URL: https://issues.apache.org/jira/browse/SOLR-10678 Project: Solr

[jira] [Assigned] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-05-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-7800: --- Assignee: Dawid Weiss > Remove code that potentially rethrows checked exceptions from

[jira] [Commented] (LUCENE-7514) TestLatLonPointQueries fails with biased (evil) numbers

2017-04-29 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989906#comment-15989906 ] Dawid Weiss commented on LUCENE-7514: - Didn't look, but I once replaced float generation with

[jira] [Comment Edited] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15988610#comment-15988610 ] Dawid Weiss edited comment on LUCENE-7800 at 4/28/17 10:32 AM: --- Moving the

[jira] [Commented] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15988610#comment-15988610 ] Dawid Weiss commented on LUCENE-7800: - Moving the discussion here from LUCENE-7796. Uwe, I don't

[jira] [Resolved] (LUCENE-7796) Make reThrow idiom declare Error return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7796. - Resolution: Fixed Fix Version/s: 6.6 > Make reThrow idiom declare Error return type so

[jira] [Updated] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-10581: --- Affects Version/s: master (7.0) > Json update handler doesn't support nested documents in streaming

[jira] [Commented] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15988285#comment-15988285 ] Dawid Weiss commented on SOLR-10581: I don't have {{mapUniqueKeyOnly=true}} in my 6.2.1 configuration

[jira] [Updated] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-10581: --- Description: Posting nested documents to {{/update/json/docs}} doesn't seem to work for me (but

[jira] [Updated] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-10581: --- Description: Posting nested documents to {{/update/json/docs}} doesn't seem to work for me (but

[jira] [Reopened] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened SOLR-10581: Actually, still a bug I think. > Json update handler doesn't support nested documents in streaming

[jira] [Resolved] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-10581. Resolution: Invalid Fixed in SOLR-7123, apologies for the noise. > Json update handler doesn't

[jira] [Created] (SOLR-10581) Json update handler doesn't support nested documents in streaming mode

2017-04-27 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-10581: -- Summary: Json update handler doesn't support nested documents in streaming mode Key: SOLR-10581 URL: https://issues.apache.org/jira/browse/SOLR-10581 Project: Solr

[jira] [Updated] (LUCENE-7796) Make reThrow idiom declare Error return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7796: Attachment: LUCENE-7796.patch > Make reThrow idiom declare Error return type so callers may use it

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare Error return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986780#comment-15986780 ] Dawid Weiss commented on LUCENE-7796: - I ran several dozen runs of the full core (Lucene) test suite.

[jira] [Updated] (LUCENE-7796) Make reThrow idiom declare Error return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7796: Summary: Make reThrow idiom declare Error return type so callers may use it in a way that compiler

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984740#comment-15984740 ] Dawid Weiss commented on LUCENE-7796: - I'll let this bake on my test machine for a bit and see I can

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984687#comment-15984687 ] Dawid Weiss commented on LUCENE-7796: - I am very confident in my changes. :) I mostly changed places

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984637#comment-15984637 ] Dawid Weiss commented on LUCENE-7796: - bq. Are you really sure exceptions are never null in all these

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984605#comment-15984605 ] Dawid Weiss commented on LUCENE-7796: - I agree we should rename the method. bq. By the way, I think

[jira] [Comment Edited] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984575#comment-15984575 ] Dawid Weiss edited comment on LUCENE-7796 at 4/26/17 11:00 AM: --- TL;DR; I

[jira] [Comment Edited] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984575#comment-15984575 ] Dawid Weiss edited comment on LUCENE-7796 at 4/26/17 10:59 AM: --- TL;DR; I

[jira] [Updated] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7796: Attachment: LUCENE-7796.patch TL;DR; I looked at all occurrences of rethrow (ioutils) and I really

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982608#comment-15982608 ] Dawid Weiss commented on LUCENE-7796: - Hi Uwe. Let me know what you think about the above before this

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980353#comment-15980353 ] Dawid Weiss commented on LUCENE-7796: - bq. Did you know that the Class#newInstance() also throws

[jira] [Comment Edited] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980321#comment-15980321 ] Dawid Weiss edited comment on LUCENE-7800 at 4/23/17 8:28 AM: -- bq. The

[jira] [Commented] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980321#comment-15980321 ] Dawid Weiss commented on LUCENE-7800: - bq. The MethodHandles called there are known to not throw

[jira] [Comment Edited] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980321#comment-15980321 ] Dawid Weiss edited comment on LUCENE-7800 at 4/23/17 8:28 AM: -- bq. The

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980320#comment-15980320 ] Dawid Weiss commented on LUCENE-7796: - bq. That's not true. It is misuse, but behavior is still

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Description: For a long time I considered the "sneaky" throw hack to be a nice way of coding

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Attachment: LUCENE-7800.patch Patch removing sneaky throw from attribute factory and snowball

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Fix Version/s: 6.x > Remove code that potentially rethrows checked exceptions from methods that >

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Priority: Minor (was: Major) > Remove code that potentially rethrows checked exceptions from

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Fix Version/s: master (7.0) > Remove code that potentially rethrows checked exceptions from

[jira] [Updated] (LUCENE-7800) Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7800: Summary: Remove code that potentially rethrows checked exceptions from methods that don't declare

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980077#comment-15980077 ] Dawid Weiss commented on LUCENE-7796: - I agree: the rethrow-checked hack is essentially an abuse of

[jira] [Created] (LUCENE-7800) Remove "

2017-04-22 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-7800: --- Summary: Remove " Key: LUCENE-7800 URL: https://issues.apache.org/jira/browse/LUCENE-7800 Project: Lucene - Core Issue Type: Task Reporter: Dawid

[jira] [Commented] (LUCENE-7792) Add optional concurrency to OfflineSorter

2017-04-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980070#comment-15980070 ] Dawid Weiss commented on LUCENE-7792: - Looks good to me. I'd be picky with naming and change two

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15979293#comment-15979293 ] Dawid Weiss commented on LUCENE-7796: - This is what I think IOUtils.reThrow* methods should look

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15979280#comment-15979280 ] Dawid Weiss commented on LUCENE-7796: - I looked at the code now. The test-framework's {{Rethrow}} is

[jira] [Commented] (LUCENE-7796) Make reThrow idiom declare return type of Throwable so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15979258#comment-15979258 ] Dawid Weiss commented on LUCENE-7796: - That has to be an unchecked exception, Hoss, not Throwable (or

[jira] [Updated] (LUCENE-7796) Make reThrow idiom declare RuntimeException return type so callers may use it in a way that compiler knows subsequent code is unreachable

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7796: Summary: Make reThrow idiom declare RuntimeException return type so callers may use it in a way

[jira] [Commented] (LUCENE-7796) Make reThrow idiom return Throwable to enforce code unreachability

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15978274#comment-15978274 ] Dawid Weiss commented on LUCENE-7796: - No problem, my description wasn't clear and was meant as a

[jira] [Commented] (LUCENE-7796) Make reThrow idiom return Throwable to enforce code unreachability

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15978259#comment-15978259 ] Dawid Weiss commented on LUCENE-7796: - Sorry, I wasn't clear -- this method would *still*

[jira] [Created] (LUCENE-7796) Make reThrow idiom return Throwable to enforce code unreachability

2017-04-21 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-7796: --- Summary: Make reThrow idiom return Throwable to enforce code unreachability Key: LUCENE-7796 URL: https://issues.apache.org/jira/browse/LUCENE-7796 Project: Lucene -

[jira] [Commented] (LUCENE-7792) Add optional concurrency to OfflineSorter

2017-04-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15978202#comment-15978202 ] Dawid Weiss commented on LUCENE-7792: - I'll file a separate issue for reThrow. As for executor

[jira] [Commented] (LUCENE-7792) Add optional concurrency to OfflineSorter

2017-04-20 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15976659#comment-15976659 ] Dawid Weiss commented on LUCENE-7792: - Looks good looking at the patch alone. It could be probably

[jira] [Updated] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7785: Fix Version/s: 6.6 > Move dictionary for Ukrainian analyzer to external dependency >

[jira] [Commented] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15974465#comment-15974465 ] Dawid Weiss commented on LUCENE-7785: - Thanks Andriy, Steve! > Move dictionary for Ukrainian

[jira] [Resolved] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7785. - Resolution: Fixed Fix Version/s: 6.x > Move dictionary for Ukrainian analyzer to external

[jira] [Updated] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7785: Fix Version/s: master (7.0) > Move dictionary for Ukrainian analyzer to external dependency >

[jira] [Commented] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15974408#comment-15974408 ] Dawid Weiss commented on LUCENE-7785: - Will merge this in. > Move dictionary for Ukrainian analyzer

[jira] [Updated] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-7785: Priority: Minor (was: Major) > Move dictionary for Ukrainian analyzer to external dependency >

<    1   2   3   4   5   6   7   8   9   10   >