[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2137 - Still Failing!

2016-11-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2137/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 7000 lines...] [javac] Compiling 33 source files to

[jira] [Commented] (SOLR-8332) factor HttpShardHandler[Factory]'s url shuffling out into a ReplicaListTransformer class

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

[jira] [Updated] (SOLR-8332) factor HttpShardHandler[Factory]'s url shuffling out into a ReplicaListTransformer class

2016-11-09 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-8332: -- Attachment: SOLR-8332.patch attaching

Query parser and default operator

2016-11-09 Thread Pawel Rog
Hello , I have a query `foo AND bar OR baz`. When I use "AND" as a default operator this is the resulting Lucene query: `+test:foo test:bar test:baz` When I use "OR" this is the resulting query `+test:foo +test:bar test:baz` I expected these two return exactly the same Lucene query because I

[jira] [Commented] (SOLR-8332) factor HttpShardHandler[Factory]'s url shuffling out into a ReplicaListTransformer class

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

[jira] [Commented] (SOLR-9743) An ADDNODE command

2016-11-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651133#comment-15651133 ] Erick Erickson commented on SOLR-9743: -- Interesting. We've always been "collection centric", where the

[jira] [Commented] (SOLR-9735) Umbrella JIRA for Cluster Management framework in SolrCloud

2016-11-09 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650749#comment-15650749 ] Anshum Gupta commented on SOLR-9735: Thanks for linking this up Erick. This is part of what I meant by

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1148 - Still Unstable

2016-11-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1148/ 6 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]

[jira] [Updated] (SOLR-9742) JapaneseTokenizerFactory opens dictionary file but never closes it again

2016-11-09 Thread Markus (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus updated SOLR-9742: - Description: JapaneseTokenizerFactory opens dictionary file in line 130 InputStream stream =

[jira] [Created] (SOLR-9743) An ADDNODE command

2016-11-09 Thread Noble Paul (JIRA)
Noble Paul created SOLR-9743: Summary: An ADDNODE command Key: SOLR-9743 URL: https://issues.apache.org/jira/browse/SOLR-9743 Project: Solr Issue Type: Sub-task Security Level: Public

[jira] [Created] (SOLR-9742) JapaneseTokenizerFactory opens dictionary file but never closes it again

2016-11-09 Thread Markus (JIRA)
Markus created SOLR-9742: Summary: JapaneseTokenizerFactory opens dictionary file but never closes it again Key: SOLR-9742 URL: https://issues.apache.org/jira/browse/SOLR-9742 Project: Solr Issue

[jira] [Commented] (SOLR-9740) Parameter substitution (MacroExpander) Map expand issue

2016-11-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650934#comment-15650934 ] Erik Hatcher commented on SOLR-9740: Thanks for the quick fix, Yonik! > Parameter substitution

[jira] [Comment Edited] (SOLR-9740) Parameter substitution (MacroExpander) Map expand issue

2016-11-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15648978#comment-15648978 ] Erik Hatcher edited comment on SOLR-9740 at 11/9/16 1:39 PM: - this seems like a

[jira] [Moved] (LUCENE-7547) JapaneseTokenizerFactory opens dictionary file but never closes it again

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar moved SOLR-9742 to LUCENE-7547: - Affects Version/s: (was: 6x) Security:

Re: Jenkins Lucene Node

2016-11-09 Thread Steve Rowe
Hi Gav, Yes please! Probably wishful thinking, but: we have several so-called Monster tests that use a lot of resources - I run them on my personal Jenkins with a 30GB heap and a disk that can accomodate ~1TB of temporary disk usage. Any chance the new VM would be capable of running these?

[jira] [Comment Edited] (SOLR-9735) Umbrella JIRA for Cluster Management framework in SolrCloud

2016-11-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15644546#comment-15644546 ] Erick Erickson edited comment on SOLR-9735 at 11/9/16 2:21 PM: --- I think this

Re: VOTE: Apache Solr Ref Guide for Solr 6.3, RC2

2016-11-09 Thread Steve Rowe
I’ve finished with my edits. -- Steve www.lucidworks.com > On Nov 8, 2016, at 8:42 PM, Steve Rowe wrote: > > Crap, I found another table with truncated content: on pg. 585, in the > Kerberos Authentication Plugin section, in the table under the “Using > Delegation Tokens”

[jira] [Commented] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650827#comment-15650827 ] Mikhail Khludnev commented on LUCENE-7534: -- ok. solr test passed. I've got a old new PITA.

[jira] [Comment Edited] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650827#comment-15650827 ] Mikhail Khludnev edited comment on LUCENE-7534 at 11/9/16 12:44 PM:

RE: Jenkins Lucene Node

2016-11-09 Thread Uwe Schindler
Hi Gav, it would be nice to get more exceutors, yes. The main reason why there are so many runs in queue is just for a different reason: As Lucene/Solr runs randomized tests, we have to run them all the time. So every job should run as often as possible. Our builds are not triggered by

[jira] [Updated] (SOLR-9317) ADDREPLICA command should be more flexible and add 'n' replicas to a collection,shard

2016-11-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-9317: - Parent Issue: SOLR-9735 (was: SOLR-9241) Security: Public > ADDREPLICA command should be more

[jira] [Resolved] (SOLR-9319) DELETEREPLICA should be able to accept just count and remove replicas intelligenty

2016-11-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-9319. -- Resolution: Fixed Assignee: Noble Paul Fix Version/s: (was: 6.1)

[jira] [Commented] (SOLR-9241) Rebalance API for SolrCloud

2016-11-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651272#comment-15651272 ] Noble Paul commented on SOLR-9241: -- Other than the RESHARD API, the rest of it is now covered under

[jira] [Commented] (SOLR-7951) LBHttpSolrClient wraps ALL exceptions in "No live SolrServers available to handle this request" exception, even usage errors

2016-11-09 Thread Elaine Cario (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651360#comment-15651360 ] Elaine Cario commented on SOLR-7951: We've upgraded now to Solr 5.5.2 (unpatched) and users are now

Re: VOTE: Apache Solr Ref Guide for Solr 6.3, RC2

2016-11-09 Thread Cassandra Targett
Thanks, respinning again now. On Wed, Nov 9, 2016 at 8:21 AM, Steve Rowe wrote: > I’ve finished with my edits. > > -- > Steve > www.lucidworks.com > >> On Nov 8, 2016, at 8:42 PM, Steve Rowe wrote: >> >> Crap, I found another table with truncated content: on

[jira] [Created] (SOLR-9744) Support rolling backups for Solr collections

2016-11-09 Thread Hrishikesh Gadre (JIRA)
Hrishikesh Gadre created SOLR-9744: -- Summary: Support rolling backups for Solr collections Key: SOLR-9744 URL: https://issues.apache.org/jira/browse/SOLR-9744 Project: Solr Issue Type: New

[jira] [Updated] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-7534: - Attachment: LUCENE-7534.patch > smokeTestRelease.py on cygwin [Errno 2] No such file or

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 194 - Still Unstable

2016-11-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/194/ 4 tests failed. FAILED: org.apache.solr.core.TestCoreContainer.testCoreInitFailuresFromEmptyContainer Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18243 - Unstable!

2016-11-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18243/ Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.test Error Message: List size mismatch @ spellcheck/suggestions Stack

[jira] [Commented] (SOLR-9745) bin/solr* swallows errors from running example instances at least

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651886#comment-15651886 ] Mikhail Khludnev commented on SOLR-9745: just a scratch {code} diff --git

[jira] [Created] (SOLR-9745) bin/solr* swallows errors from running example instances at least

2016-11-09 Thread Mikhail Khludnev (JIRA)
Mikhail Khludnev created SOLR-9745: -- Summary: bin/solr* swallows errors from running example instances at least Key: SOLR-9745 URL: https://issues.apache.org/jira/browse/SOLR-9745 Project: Solr

[jira] [Commented] (SOLR-9520) Kerberos delegation support with CloudSolrClient

2016-11-09 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651891#comment-15651891 ] Hrishikesh Gadre commented on SOLR-9520: [~ichattopadhyaya] While working on SOLR-9513, I found

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+140) - Build # 2140 - Unstable!

2016-11-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2140/ Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery Error Message: List size mismatch @

[jira] [Updated] (SOLR-9745) bin/solr* swallows errors from running example instances at least

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-9745: --- Labels: newbie newdev (was: ) > bin/solr* swallows errors from running example instances at

[jira] [Updated] (SOLR-9745) bin/solr* swallows errors from running example instances at least

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-9745: --- Description: It occurs on mad scenario in LUCENE-7534: * solr.cmd weren't granted +x (it

VOTE: Apache Solr Ref Guide for Solr 6.3, RC3

2016-11-09 Thread Cassandra Targett
Please VOTE for the 3rd release candidate of the Apache Solr Reference Guide for 6.3. I paged through all 738 pages looking for text that runs off the edge of the page, and didn't see any. I usually only spot check pages I remember were edited, but this time went through the whole thing.

Docvalues sorting on missing fields (at least int) seems incorrect

2016-11-09 Thread Erick Erickson
While working on SOLR-9166 against trunk, I noticed this and wondered if anyone has any input. It looks like missing values are being sorted as though they had zero (or whatever the default is). I have a field: I get the same result if indexed="true" FWIW. For this query: q=*:*=intdvnodef

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15652093#comment-15652093 ] Joel Bernstein commented on SOLR-8593: -- Very excited about this patch. After a day of review I think

[jira] [Commented] (SOLR-8998) JSON Facet API child roll-ups

2016-11-09 Thread Nikita Pchelintsev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15652081#comment-15652081 ] Nikita Pchelintsev commented on SOLR-8998: -- Very promising solution, I've tried it on my own setup

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15652093#comment-15652093 ] Joel Bernstein edited comment on SOLR-8593 at 11/9/16 9:32 PM: --- Very excited

[jira] [Created] (LUCENE-7548) Docvalues sorting treats empty values as the default

2016-11-09 Thread Erick Erickson (JIRA)
Erick Erickson created LUCENE-7548: -- Summary: Docvalues sorting treats empty values as the default Key: LUCENE-7548 URL: https://issues.apache.org/jira/browse/LUCENE-7548 Project: Lucene - Core

Re: Docvalues sorting on missing fields (at least int) seems incorrect

2016-11-09 Thread Erick Erickson
Done, see: https://issues.apache.org/jira/browse/LUCENE-7548 Let me know if there's anything else I can supply, and I'll be happy to test any patches. Thanks! Erick On Wed, Nov 9, 2016 at 3:27 PM, Michael McCandless wrote: > Yes please open a Lucene issue! > > Mike

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+140) - Build # 2142 - Unstable!

2016-11-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2142/ Java: 32bit/jdk-9-ea+140 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.test Error Message: List size mismatch @ spellcheck/suggestions Stack Trace:

Re: Docvalues sorting on missing fields (at least int) seems incorrect

2016-11-09 Thread Michael McCandless
Yes please open a Lucene issue! Mike McCandless http://blog.mikemccandless.com On Wed, Nov 9, 2016 at 4:34 PM, Erick Erickson wrote: > While working on SOLR-9166 against trunk, I noticed this and wondered > if anyone has any input. It looks like missing values are

[jira] [Commented] (LUCENE-7546) Rename uses of people.apache.org to home.apache.org

2016-11-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650610#comment-15650610 ] Michael McCandless commented on LUCENE-7546: bq.

[jira] [Commented] (SOLR-8998) JSON Facet API child roll-ups

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15653236#comment-15653236 ] Mikhail Khludnev commented on SOLR-8998: Yes. You don't miss anything. Follow up SOLR-9683 > JSON

[JENKINS] Lucene-Solr-Tests-6.x - Build # 530 - Unstable

2016-11-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/530/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: expected:<3> but was:<1> Stack Trace: java.lang.AssertionError: expected:<3> but was:<1> at

[jira] [Updated] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-7534: - Attachment: LUCENE-7534.patch > smokeTestRelease.py on cygwin [Errno 2] No such file or

[JENKINS] Lucene-Solr-Tests-master - Build # 1469 - Still Unstable

2016-11-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1469/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was reached.

[jira] [Commented] (LUCENE-7546) Rename uses of people.apache.org to home.apache.org

2016-11-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15652802#comment-15652802 ] David Smiley commented on LUCENE-7546: -- Our build expects .bz2 because, as a nearby comment says,

[jira] [Commented] (LUCENE-7548) Docvalues sorting treats empty values as the default

2016-11-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15652963#comment-15652963 ] Erick Erickson commented on LUCENE-7548: BTW, interestingly the /export handler _seems_ to sort

[jira] [Commented] (SOLR-9738) Stats node not null if empty results

2016-11-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15653051#comment-15653051 ] David Smiley commented on SOLR-9738: If this is true, then looks like a bug to me, albeit a minor one.

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18246 - Unstable!

2016-11-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18246/ Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency Error Message: Path not found:

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

2016-11-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-9166: - Attachment: SOLR-9166.patch Latest patch implement as we've discussed. The code changes are

[jira] [Updated] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-7161: -- Fix Version/s: (was: 6.3) 6.4 >

[jira] [Updated] (LUCENE-6880) Add document oriented collector for NRTSuggester

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-6880: -- Fix Version/s: (was: 6.3) 6.4 > Add document oriented

[jira] [Updated] (LUCENE-6972) QueryBuilder should not differentiate single position and multiple positions queries when the analyzer produces synonyms.

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-6972: -- Fix Version/s: (was: 6.3) 6.4 > QueryBuilder should not

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

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-7465: -- Fix Version/s: (was: 6.3) 6.4 > Add a PatternTokenizer

[jira] [Updated] (LUCENE-7078) Make remaining mutable Queries immutable

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-7078: -- Fix Version/s: (was: 6.3) 6.4 > Make remaining mutable

[jira] [Updated] (LUCENE-7336) Move TermRangeQuery to sandbox

2016-11-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-7336: -- Fix Version/s: (was: 6.3) 6.4 > Move TermRangeQuery to