[JENKINS] Lucene-4x-Linux-Java6-64-test-only - Build # 9742 - Failure!

2014-01-08 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java6-64-test-only/9742/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterWithThreads.testRollbackAndCommitWithThreads Error Message: Captured an uncaught exception in thread: Thread[id=288, name=Thread-222, state=RUNNABLE, grou

[jira] [Updated] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-5369: -- Fix Version/s: 4.7 5.0 > Add an UpperCaseFilter > -- >

[jira] [Resolved] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved LUCENE-5369. --- Resolution: Fixed > Add an UpperCaseFilter > -- > > Key:

[jira] [Updated] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5388: Attachment: LUCENE-5388.patch Benson's changes, merged up to latest trunk as a patch for review.

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866235#comment-13866235 ] Robert Muir commented on LUCENE-5388: - {noformat} diff --git a/lucene/analysis/commo

[jira] [Comment Edited] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866227#comment-13866227 ] Benson Margulies edited comment on LUCENE-5388 at 1/9/14 2:41 AM: -

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866229#comment-13866229 ] Robert Muir commented on LUCENE-5388: - The changes look great overall. This particula

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866227#comment-13866227 ] Benson Margulies commented on LUCENE-5388: -- I have Solr test failures in PreAnal

[jira] [Commented] (SOLR-5379) Query-time multi-word synonym expansion

2014-01-08 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866221#comment-13866221 ] Otis Gospodnetic commented on SOLR-5379: Jan: +1 > Query-time multi-word synonym e

[JENKINS-MAVEN] Lucene-Solr-Maven-4.x #557: POMs out of sync

2014-01-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/557/ 3 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.testEmptyCommits Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:56066/solr Stack Trace: org.apache.solr.client.solr

[jira] [Commented] (SOLR-5618) false query result cache hits possible when duplicate filter queries exist in one query -- discovered via: Reproducible failure from TestFiltering.testRandomFiltering

2014-01-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866172#comment-13866172 ] Yonik Seeley commented on SOLR-5618: Ah, tricky. One could do for every X in fqList1, f

[jira] [Updated] (SOLR-5618) false query result cache hits possible when duplicate filter queries exist in one query -- discovered via: Reproducible failure from TestFiltering.testRandomFiltering

2014-01-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5618: --- Description: SOLR-5057 introduced a bug in queryResultCaching such that the following circumstances can

[jira] [Updated] (SOLR-5618) Reproducible failure from TestFiltering.testRandomFiltering

2014-01-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5618: --- Attachment: SOLR-5618.patch bq. So it seems pretty clear to me that something related to SOLR-5057 is causing

[jira] [Commented] (SOLR-5618) Reproducible failure from TestFiltering.testRandomFiltering

2014-01-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866159#comment-13866159 ] Hoss Man commented on SOLR-5618: Root cause of problem introduced in SOLR-5057 > Reproduci

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866131#comment-13866131 ] Benson Margulies commented on LUCENE-5388: -- I've got all of lucene to compile, a

[jira] [Updated] (SOLR-5618) Reproducible failure from TestFiltering.testRandomFiltering

2014-01-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5618: --- Attachment: SOLR-5618.patch Attaching the simplest possible test case i found that fails. these are the two

[jira] [Commented] (SOLR-5379) Query-time multi-word synonym expansion

2014-01-08 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866095#comment-13866095 ] Jan Høydahl commented on SOLR-5379: --- What I like about Nolan's solution is that you contr

Re: Nested Grouping / Field Collapsing

2014-01-08 Thread Kranti Parisa
Joel, 1) Collapse on the top level group. - done thru CollapsingQParserPlugin 2) Expand a single page of collapsed results to display nested groups. - probably done thru ExpandComponent Is that correct? and does the scope of ExpandComponent includes the options to sort and limit the docList with

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866077#comment-13866077 ] Benson Margulies commented on LUCENE-5388: -- You got me off the dot on RandomChai

[jira] [Comment Edited] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866031#comment-13866031 ] Timothy Potter edited comment on SOLR-4260 at 1/8/14 11:18 PM: --

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866031#comment-13866031 ] Timothy Potter commented on SOLR-4260: -- Cuss on CUSS ;-) Thanks, I sometimes forget th

Re: Nested Grouping / Field Collapsing

2014-01-08 Thread Joel Bernstein
Kranti, I'm wondering if this can be separated into two phases: 1) Collapse on the top level group. 2) Expand a single page of collapsed results to display nested groups. I'll be working on the ExpandComponent shortly, which will expand a single page of results that were collapsed by the Collaps

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865984#comment-13865984 ] Yonik Seeley commented on SOLR-4260: {code} Basically, there are 34 docs on the leader

[jira] [Comment Edited] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865984#comment-13865984 ] Yonik Seeley edited comment on SOLR-4260 at 1/8/14 10:29 PM: - {

[jira] [Comment Edited] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865963#comment-13865963 ] Timothy Potter edited comment on SOLR-4260 at 1/8/14 10:09 PM: --

[jira] [Comment Edited] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865963#comment-13865963 ] Timothy Potter edited comment on SOLR-4260 at 1/8/14 10:08 PM: --

[jira] [Comment Edited] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865963#comment-13865963 ] Timothy Potter edited comment on SOLR-4260 at 1/8/14 10:07 PM: --

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865963#comment-13865963 ] Timothy Potter commented on SOLR-4260: -- Still digging into it ... I'm curious why a ba

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865930#comment-13865930 ] Robert Muir commented on LUCENE-5388: - Yes: well the CheckThatYouDidntReadAnythingRea

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865925#comment-13865925 ] Benson Margulies commented on LUCENE-5388: -- It does something complex with the i

[jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865917#comment-13865917 ] ASF subversion and git services commented on LUCENE-5369: - Commit

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 8916 - Failure!

2014-01-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/8916/ Java: 32bit/jdk1.6.0_45 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 35915 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:459: The following error occurred while exec

[jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865916#comment-13865916 ] ASF subversion and git services commented on LUCENE-5369: - Commit

Re: [jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread Ryan McKinley
fixing now... sorry On Wed, Jan 8, 2014 at 1:28 PM, Uwe Schindler (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865911#comment-13865911] > > Uwe Schindler commented on LUCENE-53

[jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865911#comment-13865911 ] Uwe Schindler commented on LUCENE-5369: --- Yes Character.toUpperCase is fine and loca

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865913#comment-13865913 ] Robert Muir commented on LUCENE-5388: - its a monster... > Eliminate construction ove

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865907#comment-13865907 ] Benson Margulies commented on LUCENE-5388: -- [~rcmuir] or [~mikemccand] I could r

[jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865902#comment-13865902 ] Shawn Heisey commented on LUCENE-5369: -- [~ryantxu], this fails precommit because the

[jira] [Commented] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2014-01-08 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865882#comment-13865882 ] Steve Rowe commented on SOLR-5230: -- Thanks Joel, I'll see if I can whip up a test. - Steve

[jira] [Commented] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2014-01-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865874#comment-13865874 ] Joel Bernstein commented on SOLR-5230: -- Steve, I think this is done properly, but I

[jira] [Commented] (LUCENE-5376) Add a demo search server

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865861#comment-13865861 ] ASF subversion and git services commented on LUCENE-5376: - Commit

[jira] [Commented] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2014-01-08 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865854#comment-13865854 ] Steve Rowe commented on SOLR-5230: -- [~joel.bernstein], is this committable? > Call Delega

[jira] [Updated] (SOLR-5480) Make MoreLikeThisHandler distributable

2014-01-08 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Molloy updated SOLR-5480: --- Attachment: SOLR-5480.patch Attempt at a patch for trunk (rev 1556570). Got it to compile but not curr

[jira] [Commented] (LUCENE-5376) Add a demo search server

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865810#comment-13865810 ] ASF subversion and git services commented on LUCENE-5376: - Commit

RE: The Old Git Discussion

2014-01-08 Thread Steve Molloy
Guess it's time I jump in as well, although I'm not really a committer (only a couple of small patches submitted through Jira). Before anything, no, I haven't used GIT. I don't think this is reason enough to just disregard my comments though. :) Basically, I wouldn't mind one or the other, even

[jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865807#comment-13865807 ] ASF subversion and git services commented on LUCENE-5369: - Commit

[jira] [Commented] (LUCENE-5369) Add an UpperCaseFilter

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865803#comment-13865803 ] ASF subversion and git services commented on LUCENE-5369: - Commit

[jira] [Commented] (SOLR-5619) Improve BinaryField to make it Sortable and Indexable

2014-01-08 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865787#comment-13865787 ] Anshum Gupta commented on SOLR-5619: Now that Hoss already mentioned the initial reason

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865769#comment-13865769 ] Mark Miller commented on SOLR-4260: --- No, wait, it could jive. We only check the last 99 d

[jira] [Commented] (SOLR-5604) Remove deprecations caused by httpclient 4.3.x upgrade

2014-01-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865753#comment-13865753 ] Shawn Heisey commented on SOLR-5604: [~olegk] replied to my httpclient-users post. Tha

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865744#comment-13865744 ] Mark Miller commented on SOLR-4260: --- Although that doesn't really jive with the tran logs

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865742#comment-13865742 ] Mark Miller commented on SOLR-4260: --- I've noticed something like this too - but nothing i

[jira] [Updated] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-08 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-4260: - Attachment: demo_shard1_replicas_out_of_sync.tgz While doing some other testing of SolrCloud (bran

Re: The Old Git Discussion

2014-01-08 Thread Robert Muir
On Wed, Jan 8, 2014 at 1:25 PM, Sanne Grinovero wrote: > sake of brevity my impression is just confusion by people who are > trying to use it as it was an alias to svn. To put it boldly you're > missing the point :-) > > Would be good to see some "negative points" from someone who actually > used

Re: The Old Git Discussion

2014-01-08 Thread Sanne Grinovero
+1 David and Mark I also like Lajos have - very sadly - not contributed as much as I'd want to Lucene, but having followed this thread with interest for a while, I hope my contribution is well received. I do sympathize with all the "problems" which have been highlighted about Git as I've had the

[jira] [Updated] (SOLR-5618) Reproducible failure from TestFiltering.testRandomFiltering

2014-01-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5618: --- Attachment: SOLR-5618.patch I've recreated the failure conditions in a non-randomized test. See "testHoSa

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865681#comment-13865681 ] Uwe Schindler commented on LUCENE-5388: --- The cool thing is: In Analyzer we may simp

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865678#comment-13865678 ] Uwe Schindler commented on LUCENE-5388: --- Yes, createComponents should no longer get

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865677#comment-13865677 ] Robert Muir commented on LUCENE-5388: - {quote} Do we change #create to not take a rea

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865675#comment-13865675 ] Robert Muir commented on LUCENE-5388: - {quote} Why does the reader get passed to crea

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865667#comment-13865667 ] Benson Margulies commented on LUCENE-5388: -- [~rcmuir] Next frontier is Tokenizer

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865661#comment-13865661 ] Benson Margulies commented on LUCENE-5388: -- https://github.com/apache/lucene-sol

[jira] [Commented] (LUCENE-5354) Blended score in AnalyzingInfixSuggester

2014-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865659#comment-13865659 ] Michael McCandless commented on LUCENE-5354: New patch looks great, thanks Re

Nested Grouping / Field Collapsing

2014-01-08 Thread Kranti Parisa
Anyone has got latest updates for https://issues.apache.org/jira/browse/SOLR-2553 ? I am trying to take a look at the implementation and see how complex this is to achieve. If someone else had a look into it earlier, could you please share your thoughts/comments.. Thanks, Kranti K. Parisa http://

lucene-solr pull request: LUCENE-5388: code and highlighting changes to rem...

2014-01-08 Thread benson-basis
GitHub user benson-basis opened a pull request: https://github.com/apache/lucene-solr/pull/16 LUCENE-5388: code and highlighting changes to remove Reader from Tokenizers You can merge this pull request into a Git repository by running: $ git pull https://github.com/benson-basi

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2014-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865657#comment-13865657 ] Mark Miller commented on SOLR-5488: --- Linux. The occur pretty frequently in the jenkins ru

[jira] [Commented] (SOLR-4414) MoreLikeThis on a shard finds no interesting terms if the document queried is not in that shard

2014-01-08 Thread Nimrod Gliksman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865651#comment-13865651 ] Nimrod Gliksman commented on SOLR-4414: --- Thanks > MoreLikeThis on a shard finds no i

[jira] [Commented] (SOLR-5619) Improve BinaryField to make it Sortable and Indexable

2014-01-08 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865640#comment-13865640 ] Erick Erickson commented on SOLR-5619: -- Right, I'm not arguing that it never makes sen

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865634#comment-13865634 ] Benson Margulies commented on LUCENE-5388: -- Why does the reader get passed to cr

[jira] [Commented] (SOLR-5620) Race condition while setting ZkStateReader.aliases

2014-01-08 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865625#comment-13865625 ] Ramkumar Aiyengar commented on SOLR-5620: - I added a synchronized section around up

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865626#comment-13865626 ] Benson Margulies commented on LUCENE-5388: -- OK, I see. If we don't do compatibil

[jira] [Commented] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-08 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865627#comment-13865627 ] Ramkumar Aiyengar commented on SOLR-5615: - SOLR-5620 > Deadlock while trying to re

[jira] [Created] (SOLR-5620) Race condition while setting ZkStateReader.aliases

2014-01-08 Thread Ramkumar Aiyengar (JIRA)
Ramkumar Aiyengar created SOLR-5620: --- Summary: Race condition while setting ZkStateReader.aliases Key: SOLR-5620 URL: https://issues.apache.org/jira/browse/SOLR-5620 Project: Solr Issue Typ

[jira] [Commented] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865621#comment-13865621 ] Mark Miller commented on SOLR-5615: --- Thanks, we should open a new JIRA issue for that. >

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865620#comment-13865620 ] Robert Muir commented on LUCENE-5388: - {quote} How about we start by adding ctors tha

[jira] [Commented] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-08 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865612#comment-13865612 ] Ramkumar Aiyengar commented on SOLR-5615: - Had noticed a separate race while initia

[jira] [Commented] (SOLR-5619) Improve BinaryField to make it Sortable and Indexable

2014-01-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865611#comment-13865611 ] Hoss Man commented on SOLR-5619: This came out of an idea i mentioned to Anshum offline whe

[jira] [Commented] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865606#comment-13865606 ] ASF subversion and git services commented on SOLR-5615: --- Commit 15565

[jira] [Commented] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865604#comment-13865604 ] ASF subversion and git services commented on SOLR-5615: --- Commit 15565

[jira] [Commented] (SOLR-4414) MoreLikeThis on a shard finds no interesting terms if the document queried is not in that shard

2014-01-08 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865603#comment-13865603 ] Steve Molloy commented on SOLR-4414: You may want to look at SOLR-5480. > MoreLikeThis

[jira] [Updated] (SOLR-5480) Make MoreLikeThisHandler distributable

2014-01-08 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Molloy updated SOLR-5480: --- Attachment: SOLR-5480.patch (Hopefully) last 4.6 patch version, includes more bug fixing, normalizatio

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865580#comment-13865580 ] Benson Margulies commented on LUCENE-5388: -- setReader throws IOException, but th

[jira] [Commented] (LUCENE-5376) Add a demo search server

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865579#comment-13865579 ] ASF subversion and git services commented on LUCENE-5376: - Commit

[jira] [Comment Edited] (SOLR-4414) MoreLikeThis on a shard finds no interesting terms if the document queried is not in that shard

2014-01-08 Thread Nimrod Gliksman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865538#comment-13865538 ] Nimrod Gliksman edited comment on SOLR-4414 at 1/8/14 4:04 PM: --

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865573#comment-13865573 ] Benson Margulies commented on LUCENE-5388: -- How about we start by adding ctors t

[jira] [Commented] (LUCENE-5361) FVH throws away some boosts

2014-01-08 Thread Nik Everett (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865566#comment-13865566 ] Nik Everett commented on LUCENE-5361: - Wonderful! Thanks. > FVH throws away some bo

[jira] [Comment Edited] (SOLR-5541) Allow QueryElevationComponent to accept elevateIds and excludeIds as http parameters

2014-01-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865557#comment-13865557 ] Joel Bernstein edited comment on SOLR-5541 at 1/8/14 3:33 PM: --

[jira] [Updated] (SOLR-5541) Allow QueryElevationComponent to accept elevateIds and excludeIds as http parameters

2014-01-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5541: - Attachment: SOLR-5541.patch Added a new patch. In the initial patches I was piggy backing a conven

[jira] [Commented] (SOLR-4414) MoreLikeThis on a shard finds no interesting terms if the document queried is not in that shard

2014-01-08 Thread Nimrod Gliksman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865538#comment-13865538 ] Nimrod Gliksman commented on SOLR-4414: --- Hi, Does anyone know of any progress in this

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2014-01-08 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865520#comment-13865520 ] Steven Bower commented on SOLR-5488: [~markrmil...@gmail.com] what environment are you

[jira] [Commented] (LUCENE-5376) Add a demo search server

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865511#comment-13865511 ] ASF subversion and git services commented on LUCENE-5376: - Commit

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2014-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865483#comment-13865483 ] Mark Miller commented on SOLR-5488: --- It's not reproducible by will, but it's pretty easy

[jira] [Commented] (LUCENE-5376) Add a demo search server

2014-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865473#comment-13865473 ] ASF subversion and git services commented on LUCENE-5376: - Commit

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2014-01-08 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865470#comment-13865470 ] Erick Erickson commented on SOLR-5488: -- What's our status here? There are still occasi

[jira] [Commented] (SOLR-5610) Support cluster-wide properties with an API called CLUSTERPROP

2014-01-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865457#comment-13865457 ] Noble Paul commented on SOLR-5610: -- plan to commit this soon > Support cluster-wide prope

[jira] [Assigned] (SOLR-5610) Support cluster-wide properties with an API called CLUSTERPROP

2014-01-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-5610: Assignee: Noble Paul > Support cluster-wide properties with an API called CLUSTERPROP >

[jira] [Updated] (SOLR-5610) Support cluster-wide properties with an API called CLUSTERPROP

2014-01-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5610: - Attachment: SOLR-5610.patch > Support cluster-wide properties with an API called CLUSTERPROP > ---

[jira] [Commented] (SOLR-5619) Improve BinaryField to make it Sortable and Indexable

2014-01-08 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865447#comment-13865447 ] Erick Erickson commented on SOLR-5619: -- Anshum: Could you flesh this out a little mor

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865401#comment-13865401 ] Robert Muir commented on LUCENE-5388: - Benson, he just means the patch would only be

[jira] [Commented] (LUCENE-5388) Eliminate construction over readers for Tokenizer

2014-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865399#comment-13865399 ] Uwe Schindler commented on LUCENE-5388: --- Commit to trunk only, not backport to bran

  1   2   >