[jira] [Created] (LUCENE-7610) Migrate facets module from ValueSource to Double/LongValuesSource

2016-12-30 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7610: - Summary: Migrate facets module from ValueSource to Double/LongValuesSource Key: LUCENE-7610 URL: https://issues.apache.org/jira/browse/LUCENE-7610 Project: Lucene

Re: Welcome Christine Poerschke to the PMC

2016-12-30 Thread David Smiley
Welcome Christine! On Fri, Dec 30, 2016 at 7:47 AM Adrien Grand wrote: > I am pleased to announce that Christine Poerschke has accepted the PMC's > invitation to join. > > Welcome Christine! > > Adrien > -- Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker

Re: Welcome Christine Poerschke to the PMC

2016-12-30 Thread Alan Woodward
Welcome Christine! Alan Woodward www.flax.co.uk > On 30 Dec 2016, at 12:46, Adrien Grand wrote: > > I am pleased to announce that Christine Poerschke has accepted the PMC's > invitation to join. > > Welcome Christine! > > Adrien

Re: Welcome Christine Poerschke to the PMC

2016-12-30 Thread Dawid Weiss
Welcome Christine! On Fri, Dec 30, 2016 at 2:29 PM, Shalin Shekhar Mangar wrote: > Welcome Christine! > > On Fri, Dec 30, 2016 at 6:16 PM, Adrien Grand wrote: >> I am pleased to announce that Christine Poerschke has accepted the PMC's >> invitation to

Re: Welcome Christine Poerschke to the PMC

2016-12-30 Thread Shalin Shekhar Mangar
Welcome Christine! On Fri, Dec 30, 2016 at 6:16 PM, Adrien Grand wrote: > I am pleased to announce that Christine Poerschke has accepted the PMC's > invitation to join. > > Welcome Christine! > > Adrien -- Regards, Shalin Shekhar Mangar.

Welcome Christine Poerschke to the PMC

2016-12-30 Thread Adrien Grand
I am pleased to announce that Christine Poerschke has accepted the PMC's invitation to join. Welcome Christine! Adrien

[GitHub] lucene-solr pull request #133: Prevent memory leaks in PerFieldAnalyzerWrapp...

2016-12-30 Thread boris-petrov
GitHub user boris-petrov opened a pull request: https://github.com/apache/lucene-solr/pull/133 Prevent memory leaks in PerFieldAnalyzerWrapper By overriding the 'close' method. Otherwise nothing will close the defaultAnalyzer as well as all the fieldAnalyzers. You can merge this

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94217475 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -0,0 +1,237 @@ +/* + * Licensed to the

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787421#comment-15787421 ] ASF GitHub Bot commented on LUCENE-7603: Github user mikemccand commented on a diff in the pull

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787413#comment-15787413 ] ASF GitHub Bot commented on LUCENE-7603: Github user mikemccand commented on a diff in the pull

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94217160 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -0,0 +1,237 @@ +/* + * Licensed to the

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787396#comment-15787396 ] ASF GitHub Bot commented on LUCENE-7603: Github user mikemccand commented on a diff in the pull

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787397#comment-15787397 ] ASF GitHub Bot commented on LUCENE-7603: Github user mikemccand commented on a diff in the pull

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94215751 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -114,21 +127,20 @@ private void build(final

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787395#comment-15787395 ] ASF GitHub Bot commented on LUCENE-7603: Github user mikemccand commented on a diff in the pull

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94216469 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -210,82 +215,20 @@ private void finish() {

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94216511 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -174,25 +191,13 @@ private void setAccept(int

[jira] [Commented] (SOLR-9906) Use better check to validate if node recovered via PeerSync or Replication

2016-12-30 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787382#comment-15787382 ] Noble Paul commented on SOLR-9906: -- {{Thread.sleep(3000)}} in

[jira] [Resolved] (LUCENE-7606) CustomAnalyzer.normalize only applies the last token filter

2016-12-30 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-7606. -- Resolution: Fixed Fix Version/s: 6.4 master (7.0) >

[jira] [Commented] (LUCENE-7606) CustomAnalyzer.normalize only applies the last token filter

2016-12-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787357#comment-15787357 ] ASF subversion and git services commented on LUCENE-7606: - Commit

[jira] [Commented] (LUCENE-7606) CustomAnalyzer.normalize only applies the last token filter

2016-12-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787356#comment-15787356 ] ASF subversion and git services commented on LUCENE-7606: - Commit

[jira] [Commented] (LUCENE-7588) A parallel DrillSideways implementation

2016-12-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787350#comment-15787350 ] Michael McCandless commented on LUCENE-7588: Thanks [~ekeller], I'll have a look likely once

[jira] [Resolved] (SOLR-9620) {!join score=.. fromIndex=..} throws "undefined field" for numeric field if from and to schemas are different

2016-12-30 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-9620. Resolution: Fixed Fix Version/s: 6.4 It's resolved only in {{6x}}, since {{master

[jira] [Resolved] (SOLR-9900) ReversedWildcardFilterFactory yields false positive hits for range query

2016-12-30 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-9900. Resolution: Fixed Assignee: Mikhail Khludnev > ReversedWildcardFilterFactory yields

[jira] [Commented] (SOLR-9668) Support cursor paging in SolrEntityProcessor

2016-12-30 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787328#comment-15787328 ] Noble Paul commented on SOLR-9668: -- the config is fine > Support cursor paging in SolrEntityProcessor >

[jira] [Updated] (SOLR-9900) ReversedWildcardFilterFactory yields false positive hits for range query

2016-12-30 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-9900: --- Fix Version/s: 6.4 master (7.0) > ReversedWildcardFilterFactory yields

[jira] [Commented] (SOLR-9620) {!join score=.. fromIndex=..} throws "undefined field" for numeric field if from and to schemas are different

2016-12-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787321#comment-15787321 ] ASF subversion and git services commented on SOLR-9620: --- Commit

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787319#comment-15787319 ] Michael McCandless commented on LUCENE-7603: Thanks [~mattweber]; I will have a look,

[jira] [Commented] (SOLR-9636) Add support for javabin for /stream, /sql internode communication

2016-12-30 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15787304#comment-15787304 ] Noble Paul commented on SOLR-9636: -- Another useful metric would be to measure the memory used in both json

<    1   2