[GitHub] [lucene-solr] asfgit closed pull request #1168: LUCENE-9135: Make uniformsplit.FieldMetadata counters long.

2020-01-21 Thread GitBox
asfgit closed pull request #1168: LUCENE-9135: Make uniformsplit.FieldMetadata counters long. URL: https://github.com/apache/lucene-solr/pull/1168 This is an automated message from the Apache Git Service. To respond to the m

[jira] [Commented] (LUCENE-9135) UniformSplit FieldMetadata counters should all be long

2020-01-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020120#comment-17020120 ] ASF subversion and git services commented on LUCENE-9135: - Commi

[jira] [Updated] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-01-21 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Wislowski updated SOLR-14194: - Status: Patch Available (was: Open) > Allow Highlighting to work for indexes with unique

[jira] [Commented] (LUCENE-9135) UniformSplit FieldMetadata counters should all be long

2020-01-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020131#comment-17020131 ] ASF subversion and git services commented on LUCENE-9135: - Commi

[jira] [Resolved] (LUCENE-9135) UniformSplit FieldMetadata counters should all be long

2020-01-21 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved LUCENE-9135. Fix Version/s: 8.5 Resolution: Fixed > UniformSplit FieldMetadata counters should a

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Christian Moen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020146#comment-17020146 ] Christian Moen commented on LUCENE-9123: Thanks, [~tomoko] and [~h.kazuaki].  Wh

[jira] [Commented] (SOLR-13579) Create resource management API

2020-01-21 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020152#comment-17020152 ] Noble Paul commented on SOLR-13579: --- is there are public API for this feature? What are

[jira] [Resolved] (SOLR-14192) Race condition between SchemaManager and ZkIndexSchemaReader

2020-01-21 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-14192. - Resolution: Fixed > Race condition between SchemaManager and ZkIndexSchemaReader > --

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020167#comment-17020167 ] Jun Ohtani commented on LUCENE-9123: I think we should care n-best option for this P

[jira] [Created] (LUCENE-9153) Lucene Query parser append space if query length is greater than 255

2020-01-21 Thread Akanksha Jain (Jira)
Akanksha Jain created LUCENE-9153: - Summary: Lucene Query parser append space if query length is greater than 255 Key: LUCENE-9153 URL: https://issues.apache.org/jira/browse/LUCENE-9153 Project: Lucen

[jira] [Created] (SOLR-14196) AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-21 Thread Jira
Jan Høydahl created SOLR-14196: -- Summary: AdminUI login not working for JWTAuth when blockUnknown=false Key: SOLR-14196 URL: https://issues.apache.org/jira/browse/SOLR-14196 Project: Solr Issue

[GitHub] [lucene-solr] janhoy opened a new pull request #1189: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-21 Thread GitBox
janhoy opened a new pull request #1189: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false URL: https://github.com/apache/lucene-solr/pull/1189 See https://issues.apache.org/jira/browse/SOLR-14196 This

[GitHub] [lucene-solr] janhoy closed pull request #1189: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-21 Thread GitBox
janhoy closed pull request #1189: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false URL: https://github.com/apache/lucene-solr/pull/1189 This is an automated message from the Apache Git Service. To re

[GitHub] [lucene-solr] janhoy commented on issue #1189: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-21 Thread GitBox
janhoy commented on issue #1189: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false URL: https://github.com/apache/lucene-solr/pull/1189#issuecomment-576664342 Closing, wrong branch This is an automated

[GitHub] [lucene-solr] janhoy opened a new pull request #1190: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown false

2020-01-21 Thread GitBox
janhoy opened a new pull request #1190: SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown false URL: https://github.com/apache/lucene-solr/pull/1190 See https://issues.apache.org/jira/browse/SOLR-14196 This

[GitHub] [lucene-solr] gerlowskija commented on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-21 Thread GitBox
gerlowskija commented on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-57800 I have mixed feelings about the last commit in the series I just pushed up (`Remove single-/multi-value duplication`).

[jira] [Commented] (SOLR-13892) Add postfilter support to {!join} queries

2020-01-21 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020206#comment-17020206 ] Jason Gerlowski commented on SOLR-13892: The latest code on the PR removes the po

[jira] [Updated] (SOLR-14196) AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14196: --- Affects Version/s: (was: 4.8.0) (was: 4.8.1) 8.4

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-21 Thread GitBox
shalinmangar commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r368993331 ## File path: solr/core/src/java/org/apache/solr/managed/ResourceManagerPool.java ## @@ -0,0 +1,2

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-21 Thread GitBox
shalinmangar commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r368990483 ## File path: solr/core/src/java/org/apache/solr/managed/ResourceManager.java ## @@ -0,0 +1,305 @

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-21 Thread GitBox
shalinmangar commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r368989051 ## File path: solr/core/src/java/org/apache/solr/managed/DefaultResourceManager.java ## @@ -0,0

[jira] [Comment Edited] (LUCENE-9004) Approximate nearest vector search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019519#comment-17019519 ] Xin-Chun Zhang edited comment on LUCENE-9004 at 1/21/20 1:25 PM: -

[jira] [Comment Edited] (LUCENE-9136) Introduce IVFFlat to Lucene for ANN similarity search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019507#comment-17019507 ] Xin-Chun Zhang edited comment on LUCENE-9136 at 1/21/20 1:26 PM: -

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat to Lucene for ANN similarity search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Comment Edited] (LUCENE-9004) Approximate nearest vector search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019519#comment-17019519 ] Xin-Chun Zhang edited comment on LUCENE-9004 at 1/21/20 1:39 PM: -

[jira] [Comment Edited] (LUCENE-9136) Introduce IVFFlat to Lucene for ANN similarity search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019507#comment-17019507 ] Xin-Chun Zhang edited comment on LUCENE-9136 at 1/21/20 1:40 PM: -

[jira] [Comment Edited] (LUCENE-9004) Approximate nearest vector search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019519#comment-17019519 ] Xin-Chun Zhang edited comment on LUCENE-9004 at 1/21/20 1:48 PM: -

[jira] [Comment Edited] (LUCENE-9004) Approximate nearest vector search

2020-01-21 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019519#comment-17019519 ] Xin-Chun Zhang edited comment on LUCENE-9004 at 1/21/20 1:50 PM: -

[jira] [Created] (SOLR-14197) Reduce API of SolrResourceLoader

2020-01-21 Thread David Smiley (Jira)
David Smiley created SOLR-14197: --- Summary: Reduce API of SolrResourceLoader Key: SOLR-14197 URL: https://issues.apache.org/jira/browse/SOLR-14197 Project: Solr Issue Type: Improvement Sec

[jira] [Commented] (SOLR-14196) AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020241#comment-17020241 ] Jan Høydahl commented on SOLR-14196: Targeting 8.5 with this. > AdminUI login not wo

[jira] [Created] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

2020-01-21 Thread Jira
Jan Høydahl created SOLR-14198: -- Summary: Nullpointer in AuditEvent when initialized from AuthorizationContext Key: SOLR-14198 URL: https://issues.apache.org/jira/browse/SOLR-14198 Project: Solr

[GitHub] [lucene-solr] dsmiley opened a new pull request #1191: SOLR-14197 Reduce API of SolrResourceLoader

2020-01-21 Thread GitBox
dsmiley opened a new pull request #1191: SOLR-14197 Reduce API of SolrResourceLoader URL: https://github.com/apache/lucene-solr/pull/1191 https://issues.apache.org/jira/browse/SOLR-14197 This is an automated message from the

[jira] [Created] (LUCENE-9154) Remove encodeCeil() to encode bounding box queries

2020-01-21 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-9154: Summary: Remove encodeCeil() to encode bounding box queries Key: LUCENE-9154 URL: https://issues.apache.org/jira/browse/LUCENE-9154 Project: Lucene - Core I

[jira] [Updated] (LUCENE-9154) Remove encodeCeil() to encode bounding box queries

2020-01-21 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-9154: - Description: We currently have the following logic in LatLonPoint#newBoxquery(): {code:java} //

[GitHub] [lucene-solr] dsmiley commented on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-21 Thread GitBox
dsmiley commented on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-57673 See Lucene's SingletonSortedSetDocValues This is an autom

[jira] [Updated] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9134: Attachment: kuromoji.patch > Port ant-regenerate tasks to Gradle build > -

[jira] [Updated] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9134: Attachment: (was: gen-kuromoji.patch) > Port ant-regenerate tasks to Gradle build > --

[GitHub] [lucene-solr] janhoy opened a new pull request #1192: SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext

2020-01-21 Thread GitBox
janhoy opened a new pull request #1192: SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext URL: https://github.com/apache/lucene-solr/pull/1192 See https://issues.apache.org/jira/browse/SOLR-14198 This

[jira] [Updated] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9134: Attachment: (was: kuromoji.patch) > Port ant-regenerate tasks to Gradle build > --

[jira] [Commented] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020256#comment-17020256 ] Dawid Weiss commented on LUCENE-9134: - Hmm... can we do one thing at a time? This is

[jira] [Created] (LUCENE-9155) Port Kuromoji dictionary compilation (regenerate)

2020-01-21 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9155: --- Summary: Port Kuromoji dictionary compilation (regenerate) Key: LUCENE-9155 URL: https://issues.apache.org/jira/browse/LUCENE-9155 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-9155) Port Kuromoji dictionary compilation (regenerate)

2020-01-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9155: Attachment: kuromoji.patch > Port Kuromoji dictionary compilation (regenerate) > -

[jira] [Commented] (LUCENE-9155) Port Kuromoji dictionary compilation (regenerate)

2020-01-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020260#comment-17020260 ] Dawid Weiss commented on LUCENE-9155: - Leaving the initial rough patch. Doesn't work

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020273#comment-17020273 ] Tomoko Uchida commented on LUCENE-9123: --- Thank you [~cm] and [~johtani] for your c

[jira] [Created] (SOLR-14199) Enforce omitNorms for PointFields

2020-01-21 Thread Houston Putman (Jira)
Houston Putman created SOLR-14199: - Summary: Enforce omitNorms for PointFields Key: SOLR-14199 URL: https://issues.apache.org/jira/browse/SOLR-14199 Project: Solr Issue Type: Bug Securi

[jira] [Updated] (SOLR-13001) AnalyzingInfixLookupFactory turns highlight off if we pass "highlight" parameter in config irrespective whether its true or false

2020-01-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-13001: - Component/s: highlighter > AnalyzingInfixLookupFactory turns highlight off if we pass "hi

[jira] [Updated] (SOLR-12741) Nuke rule based replica placement strategy in Lucene/Solr 8.0

2020-01-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-12741: - Fix Version/s: (was: 8.1) (was: master (9.0)) > Nuke rule base

[jira] [Updated] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuaki Hiraga updated LUCENE-9123: --- Attachment: LUCENE-9123_8x.patch > JapaneseTokenizer with search mode doesn't work with Syno

[jira] [Updated] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuaki Hiraga updated LUCENE-9123: --- Attachment: (was: LUCENE-9123_revised.patch) > JapaneseTokenizer with search mode doesn'

[jira] [Updated] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuaki Hiraga updated LUCENE-9123: --- Attachment: (was: LUCENE-9123.patch) > JapaneseTokenizer with search mode doesn't work w

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020324#comment-17020324 ] Michael McCandless commented on LUCENE-9123: We really should "simply" fix {

[jira] [Commented] (SOLR-14158) package manager to read keys from packagestore and not ZK

2020-01-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020325#comment-17020325 ] Cassandra Targett commented on SOLR-14158: -- [~ichattopadhyaya] - can this be res

[jira] [Commented] (SOLR-13841) Provide mappings for jackson annotation @JsonProperty to use Jackson deserializer

2020-01-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020326#comment-17020326 ] Cassandra Targett commented on SOLR-13841: -- [~noble.paul], can this be resolved?

[jira] [Updated] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuaki Hiraga updated LUCENE-9123: --- Attachment: LUCENE-9123.patch > JapaneseTokenizer with search mode doesn't work with Synonym

[jira] [Resolved] (SOLR-13841) Provide mappings for jackson annotation @JsonProperty to use Jackson deserializer

2020-01-21 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-13841. --- Fix Version/s: 8.4 Resolution: Fixed Ji > Provide mappings for jackson annotation @JsonProper

[jira] [Resolved] (SOLR-14158) package manager to read keys from packagestore and not ZK

2020-01-21 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-14158. --- Resolution: Fixed > package manager to read keys from packagestore and not ZK >

[GitHub] [lucene-solr] madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369093227 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java ## @

[jira] [Commented] (LUCENE-9153) Lucene Query parser append space if query length is greater than 255

2020-01-21 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020330#comment-17020330 ] Michael McCandless commented on LUCENE-9153: That doesn't sound right – can

[GitHub] [lucene-solr] madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369093227 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java ## @

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-21 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020345#comment-17020345 ] Kazuaki Hiraga commented on LUCENE-9123: [~cm] Thank you for your comment! {qu

[jira] [Created] (SOLR-14200) Shard Tolerance in Streaming API

2020-01-21 Thread Zamir Paltiel (Jira)
Zamir Paltiel created SOLR-14200: Summary: Shard Tolerance in Streaming API Key: SOLR-14200 URL: https://issues.apache.org/jira/browse/SOLR-14200 Project: Solr Issue Type: Bug Security

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369103805 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/FrozenIntSet.java #

[jira] [Created] (LUCENE-9156) Bound the number of impacts per block

2020-01-21 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-9156: Summary: Bound the number of impacts per block Key: LUCENE-9156 URL: https://issues.apache.org/jira/browse/LUCENE-9156 Project: Lucene - Core Issue Type: Tas

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369107817 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java #

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369104125 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/IntSet.java ## @@ -

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369110759 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java #

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369108301 ## File path: lucene/core/src/test/org/apache/lucene/util/automaton/TestIntSet.java ##

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369106946 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java #

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369107216 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java #

[jira] [Commented] (SOLR-13841) Provide mappings for jackson annotation @JsonProperty to use Jackson deserializer

2020-01-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020354#comment-17020354 ] Ishan Chattopadhyaya commented on SOLR-13841: - bq. Ji FYI, [~ctargett], "Ji"

[jira] [Commented] (SOLR-14200) Shard Tolerance in Streaming API

2020-01-21 Thread Zamir Paltiel (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020355#comment-17020355 ] Zamir Paltiel commented on SOLR-14200: -- Suggested fix: [^change.patch] > Shard Tole

[GitHub] [lucene-solr] mikemccand commented on issue #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
mikemccand commented on issue #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#issuecomment-576767395 Also, I suspect that branch of code that was (asymmetrically) comparing `IntSet` and `FrozenIntSet` where it was using `va

[jira] [Updated] (SOLR-14200) Shard Tolerance in Streaming API

2020-01-21 Thread Zamir Paltiel (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zamir Paltiel updated SOLR-14200: - Attachment: change.patch > Shard Tolerance in Streaming API > >

[jira] [Updated] (SOLR-14200) Shard Tolerance in Streaming API

2020-01-21 Thread Zamir Paltiel (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zamir Paltiel updated SOLR-14200: - Status: Patch Available (was: Open) > Shard Tolerance in Streaming API > ---

[jira] [Commented] (LUCENE-9156) Bound the number of impacts per block

2020-01-21 Thread Jack Conradson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020365#comment-17020365 ] Jack Conradson commented on LUCENE-9156: I would like try and take this issue if

[jira] [Created] (LUCENE-9157) test speedup for slowest tests

2020-01-21 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9157: --- Summary: test speedup for slowest tests Key: LUCENE-9157 URL: https://issues.apache.org/jira/browse/LUCENE-9157 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (SOLR-13841) Provide mappings for jackson annotation @JsonProperty to use Jackson deserializer

2020-01-21 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020372#comment-17020372 ] Noble Paul commented on SOLR-13841: --- Ha ha. It was a typo > Provide mappings for jacks

[jira] [Commented] (LUCENE-9157) test speedup for slowest tests

2020-01-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020373#comment-17020373 ] Robert Muir commented on LUCENE-9157: - patch attached. This takes test time from 30-

[jira] [Updated] (LUCENE-9157) test speedup for slowest tests

2020-01-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9157: Attachment: LUCENE-9157.patch > test speedup for slowest tests > -- >

[jira] [Commented] (LUCENE-9130) Failed to match when create PhraseQuery with terms analyzed from long query text

2020-01-21 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020375#comment-17020375 ] Michael McCandless commented on LUCENE-9130: {quote}from the document here,

[jira] [Commented] (LUCENE-9157) test speedup for slowest tests

2020-01-21 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020382#comment-17020382 ] Adrien Grand commented on LUCENE-9157: -- TestDocIdsWriter has some for loops that lo

[jira] [Commented] (LUCENE-9157) test speedup for slowest tests

2020-01-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020412#comment-17020412 ] Robert Muir commented on LUCENE-9157: - thanks for looking. had that in a few other p

[jira] [Updated] (LUCENE-9157) test speedup for slowest tests

2020-01-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9157: Attachment: LUCENE-9157.patch > test speedup for slowest tests > -- >

[GitHub] [lucene-solr] iverase opened a new pull request #1193: LUCENE-9154: Remove encodeCeil() to encode bounding box queries

2020-01-21 Thread GitBox
iverase opened a new pull request #1193: LUCENE-9154: Remove encodeCeil() to encode bounding box queries URL: https://github.com/apache/lucene-solr/pull/1193 See https://issues.apache.org/jira/browse/LUCENE-9154 IMHO this makes this query an apple to apple comparison. -

[GitHub] [lucene-solr] madrob opened a new pull request #1194: LUCENE-9098 Use multibyte code-points for complex fuzzy query

2020-01-21 Thread GitBox
madrob opened a new pull request #1194: LUCENE-9098 Use multibyte code-points for complex fuzzy query URL: https://github.com/apache/lucene-solr/pull/1194 This is an automated message from the Apache Git Service. To respond

[jira] [Created] (SOLR-14201) some SolrCore are not released after being removed

2020-01-21 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-14201: -- Summary: some SolrCore are not released after being removed Key: SOLR-14201 URL: https://issues.apache.org/jira/browse/SOLR-14201 Project: Solr I

[jira] [Commented] (SOLR-10506) Possible memory leak upon collection reload

2020-01-21 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020445#comment-17020445 ] Christine Poerschke commented on SOLR-10506: {quote}In 7.7.2, some SolrCore s

[jira] [Created] (LUCENE-9158) Fix tests to respect java.io.tmpdir by default

2020-01-21 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9158: --- Summary: Fix tests to respect java.io.tmpdir by default Key: LUCENE-9158 URL: https://issues.apache.org/jira/browse/LUCENE-9158 Project: Lucene - Core Issue Ty

[jira] [Commented] (LUCENE-9098) Report problematic term value when fuzzy query is too complex

2020-01-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020456#comment-17020456 ] ASF subversion and git services commented on LUCENE-9098: - Commi

[GitHub] [lucene-solr] madrob merged pull request #1194: LUCENE-9098 Use multibyte code-points for complex fuzzy query

2020-01-21 Thread GitBox
madrob merged pull request #1194: LUCENE-9098 Use multibyte code-points for complex fuzzy query URL: https://github.com/apache/lucene-solr/pull/1194 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020463#comment-17020463 ] ASF subversion and git services commented on SOLR-14040: Commit a

[jira] [Resolved] (LUCENE-9098) Report problematic term value when fuzzy query is too complex

2020-01-21 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved LUCENE-9098. --- Resolution: Fixed Thanks for highlighting the failure - this was caused by the random term being in

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2020-01-21 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020470#comment-17020470 ] Christine Poerschke commented on SOLR-13240: bq. ... we hit similar issue on

[GitHub] [lucene-solr] madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369169982 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java ## @

[GitHub] [lucene-solr] madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-21 Thread GitBox
madrob commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369169779 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java ## @

[jira] [Commented] (SOLR-13965) Adding new functions to GraphHandler should be same as Streamhandler

2020-01-21 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020476#comment-17020476 ] Christine Poerschke commented on SOLR-13965: bq. ... The patch doesn't appear

[jira] [Commented] (SOLR-13965) Adding new functions to GraphHandler should be same as Streamhandler

2020-01-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020477#comment-17020477 ] ASF subversion and git services commented on SOLR-13965: Commit 1

[jira] [Commented] (SOLR-13965) Adding new functions to GraphHandler should be same as Streamhandler

2020-01-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020479#comment-17020479 ] ASF subversion and git services commented on SOLR-13965: Commit 5

[jira] [Updated] (LUCENE-9158) Fix tests to respect java.io.tmpdir by default

2020-01-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9158: Attachment: LUCENE-9158.patch > Fix tests to respect java.io.tmpdir by default > -

[jira] [Commented] (LUCENE-9158) Fix tests to respect java.io.tmpdir by default

2020-01-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020482#comment-17020482 ] Robert Muir commented on LUCENE-9158: - Here's the simplest thing that can work, basi

  1   2   >