[jira] [Commented] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618261#comment-13618261 ] Shai Erera commented on LUCENE-4893: I chose not to throw an exception because TopDoc

[jira] [Updated] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4893: --- Attachment: LUCENE-4893.patch Patch addresses the following: * FacetsCollector.getFacetResults() cl

Re: [ANNOUNCE] Solr wiki editing change

2013-03-30 Thread Steve Rowe
On Mar 31, 2013, at 12:43 AM, Trey Grainger wrote: > Please add TreyGrainger to the the contributors group. Thanks! Added to Solr ContributorsGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional com

New implementation of MLT

2013-03-30 Thread Gagandeep singh
Hi folks We started using the default implementation of MLT (org.apache.solr.handler.MoreLikeThisHandler) recently and found that there are a couple of things it lacks: 1. Searching for terms in the same field as the original document: - the current implementation picks the top field to

[jira] [Updated] (LUCENE-4877) Fix analyzer factories to throw exception when arguments are invalid

2013-03-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4877: Attachment: LUCENE-4877.patch updated patch: tests in analysis/common are done. I'll look at the o

Re: [ANNOUNCE] Solr wiki editing change

2013-03-30 Thread Trey Grainger
Please add TreyGrainger to the the contributors group. Thanks! -Trey On Sun, Mar 24, 2013 at 11:18 PM, Steve Rowe wrote: > The wiki at http://wiki.apache.org/solr/ has come under attack by > spammers more frequently of late, so the PMC has decided to lock it down in > an attempt to reduce the

[jira] [Commented] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618234#comment-13618234 ] Shai Erera commented on LUCENE-4893: I didn't want to make FacetsCollector remember t

[jira] [Resolved] (LUCENE-4891) Only a part of CategoryPath is recorded if I add "me" category.

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-4891. Resolution: Duplicate Assignee: Shai Erera Thanks for reporting crocket! >

[jira] [Updated] (SOLR-4652) Resource loader has broken behavior for solr.xml plugins (basically ShardHandlerFactory)

2013-03-30 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated SOLR-4652: - Attachment: SOLR-4652.patch This patch makes core resource loaders use the CoreContainer.loader.getClassL

[jira] [Commented] (SOLR-4652) Resource loader has broken behavior for solr.xml plugins (basically ShardHandlerFactory)

2013-03-30 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618223#comment-13618223 ] Ryan Ernst commented on SOLR-4652: -- I've spent the better part of 2 days going down the ro

[jira] [Updated] (SOLR-4652) Resource loader has broken behavior for solr.xml plugins (basically ShardHandlerFactory)

2013-03-30 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated SOLR-4652: - Description: I have the following scenario: MyShardHandlerFactory is plugged in via solr.xml. The jar con

[jira] [Commented] (SOLR-4656) Add hl.maxMultiValuedToExamine to limit the number of multiValued entries examined while highlighting

2013-03-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618213#comment-13618213 ] Erick Erickson commented on SOLR-4656: -- P.S. I actually added two parameters, maxMult

[jira] [Updated] (SOLR-4656) Add hl.maxMultiValuedToExamine to limit the number of multiValued entries examined while highlighting

2013-03-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-4656: - Attachment: SOLR-4656-4x.patch SOLR-4656-trunk.patch Patches with tests. All tests

Re: Bug or feature - no separate openSearcher boolean for autoSoftCommit in solrconfig.xml

2013-03-30 Thread Yonik Seeley
On Sat, Mar 30, 2013 at 9:26 PM, Jack Krupansky wrote: > Thanks, but that makes it even more odd that auto soft commit would use the > openSearcher option from auto hard commit, which might happen to be false - > as it is in the Solr example. In other words, why doesn't auto soft commit > uncondit

Re: Bug or feature - no separate openSearcher boolean for autoSoftCommit in solrconfig.xml

2013-03-30 Thread Jack Krupansky
Thanks, but that makes it even more odd that auto soft commit would use the openSearcher option from auto hard commit, which might happen to be false - as it is in the Solr example. In other words, why doesn't auto soft commit unconditionally use "false" for the open searcher parameter in the co

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-30 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618197#comment-13618197 ] Tim Vaillancourt edited comment on SOLR-4470 at 3/31/13 1:12 AM:

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-30 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618197#comment-13618197 ] Tim Vaillancourt edited comment on SOLR-4470 at 3/31/13 1:09 AM:

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-30 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618197#comment-13618197 ] Tim Vaillancourt commented on SOLR-4470: So after some more testing, I've noticed t

Re: [ANNOUNCE] Solr wiki editing change

2013-03-30 Thread Steve Rowe
On Mar 30, 2013, at 8:57 PM, Aaron Daubman wrote: > Please add AaronDaubman to the ContributorsGroup. Added to solr ContributorsGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

Re: [ANNOUNCE] Solr wiki editing change

2013-03-30 Thread Aaron Daubman
Please add AaronDaubman to the ContributorsGroup. Thanks, Aaron On Sun, Mar 24, 2013 at 11:18 PM, Steve Rowe wrote: > The wiki at http://wiki.apache.org/solr/ has come under attack by > spammers more frequently of late, so the PMC has decided to lock it down in > an attempt to reduce the

Re: Bug or feature - no separate openSearcher boolean for autoSoftCommit in solrconfig.xml

2013-03-30 Thread Yonik Seeley
On Sat, Mar 30, 2013 at 5:26 PM, Jack Krupansky wrote: > I just noticed that does not have a option The openSearcher option doesn't make sense there since the whole point of a soft commit is to open a new searcher. -Yonik http://lucidworks.com -

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

2013-03-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/288/ 1 tests failed. REGRESSION: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete Error Message: searcher529 wasn't soon enough after soft529: 1364683439828 !< 1364683439667 + 150 (fudge) Stack Trace: java.

[jira] [Updated] (LUCENE-4877) Fix analyzer factories to throw exception when arguments are invalid

2013-03-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4877: Attachment: LUCENE-4877.patch I have fixed all the factories, but currently I just started fixing

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-30 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618173#comment-13618173 ] Tim Vaillancourt edited comment on SOLR-4470 at 3/30/13 10:18 PM: ---

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-30 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618173#comment-13618173 ] Tim Vaillancourt edited comment on SOLR-4470 at 3/30/13 10:17 PM: ---

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-30 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618173#comment-13618173 ] Tim Vaillancourt commented on SOLR-4470: I'm running the "SOLR-4470_branch_4x_r1454

Bug or feature - no separate openSearcher boolean for autoSoftCommit in solrconfig.xml

2013-03-30 Thread Jack Krupansky
I just noticed that does not have a option as does. Instead, auto soft commit uses the setting of autoCommit/openSearcher. Is this by design or a bug? It seems a bit odd. Is there a reason why a autoSoftCommit should not have its own boolean for whether to reopen the index searcher on commit

[jira] [Comment Edited] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618147#comment-13618147 ] crocket edited comment on LUCENE-4893 at 3/30/13 8:27 PM: -- I ass

[jira] [Commented] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618147#comment-13618147 ] crocket commented on LUCENE-4893: - I assumed FacetsCollector.getFacetResults was a simple

[jira] [Updated] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crocket updated LUCENE-4893: Description: In lucene 4.1, only StandardFacetsAccumulator could be instantiated. And as of lucene 4.2, it

[jira] [Updated] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crocket updated LUCENE-4893: Summary: Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetsCollector.get

[jira] [Comment Edited] (LUCENE-4891) Only a part of CategoryPath is recorded if I add "me" category.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618145#comment-13618145 ] crocket edited comment on LUCENE-4891 at 3/30/13 8:17 PM: -- I thi

[jira] [Comment Edited] (LUCENE-4891) Only a part of CategoryPath is recorded if I add "me" category.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618145#comment-13618145 ] crocket edited comment on LUCENE-4891 at 3/30/13 8:17 PM: -- I thi

[jira] [Commented] (LUCENE-4891) Only a part of CategoryPath is recorded if I add "me" category.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618145#comment-13618145 ] crocket commented on LUCENE-4891: - I think, as long as I didn't make a mistake in my test

[jira] [Updated] (LUCENE-4881) Add a set iterator to SentinalIntSet

2013-03-30 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-4881: - Attachment: SentinelIntSet_docs.patch So instead of adding to the API I decided to enhance the d

[jira] [Commented] (LUCENE-4858) Early termination with SortingMergePolicy

2013-03-30 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618091#comment-13618091 ] Adrien Grand commented on LUCENE-4858: -- No problem, enjoy your vacation!

[jira] [Commented] (LUCENE-4858) Early termination with SortingMergePolicy

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618090#comment-13618090 ] Shai Erera commented on LUCENE-4858: I will! Slow to respond because I'm on vacation,

[jira] [Commented] (LUCENE-4891) Only a part of CategoryPath is recorded if I add "me" category.

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618089#comment-13618089 ] Shai Erera commented on LUCENE-4891: LUCENE-4882 fixes two issues, the NPE you report

[jira] [Commented] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetCollector.getFacetResults is called.

2013-03-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618088#comment-13618088 ] Michael McCandless commented on LUCENE-4893: I think we should throw an excep

[jira] [Commented] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetCollector.getFacetResults is called.

2013-03-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618087#comment-13618087 ] Shai Erera commented on LUCENE-4893: I don't think it's a bug. FacetsCollector is sta

[jira] [Comment Edited] (SOLR-4656) Add hl.maxMultiValuedToExamine to limit the number of multiValued entries examined while highlighting

2013-03-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618077#comment-13618077 ] Erick Erickson edited comment on SOLR-4656 at 3/30/13 2:02 PM: --

[jira] [Updated] (SOLR-4656) Add hl.maxMultiValuedToExamine to limit the number of multiValued entries examined while highlighting

2013-03-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-4656: - Attachment: SOLR-4656.patch Trunk patch for comment. Haven't run through the unit tests yet. Is t

[jira] [Created] (SOLR-4656) Add hl.maxMultiValuedToExamine to limit the number of multiValued entries examined while highlighting

2013-03-30 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-4656: Summary: Add hl.maxMultiValuedToExamine to limit the number of multiValued entries examined while highlighting Key: SOLR-4656 URL: https://issues.apache.org/jira/browse/SOLR-4656

[jira] [Commented] (LUCENE-4881) Add a set iterator to SentinalIntSet

2013-03-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618074#comment-13618074 ] Michael McCandless commented on LUCENE-4881: bq. maybe this set iterator isn'

[JENKINS] Lucene-Solr-SmokeRelease-4.2.1 - Build # 10 - Failure

2013-03-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.2.1/10/ No tests ran. Build Log: [...truncated 32490 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.2.1/lucene/build/fakeRelease [copy] Copying 401

Re: GSOC 2013

2013-03-30 Thread Michael McCandless
Thanks Adrien! Mike McCandless http://blog.mikemccandless.com On Fri, Mar 29, 2013 at 1:49 PM, Adrien Grand wrote: > Hi, > > Although I probably won't be able to mentor students next summer, I > think it would be great to have students this year too. I modified > open JIRA issues from last yea

[jira] [Commented] (LUCENE-4861) can we use a single PostingsHighlighter for both whole and snippet highlighting?

2013-03-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618072#comment-13618072 ] Michael McCandless commented on LUCENE-4861: +1 > can we use

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-30 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618065#comment-13618065 ] Shalin Shekhar Mangar commented on SOLR-3755: - Okay, the test still fails somet

[jira] [Updated] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crocket updated LUCENE-4893: Description: In lucene 4.1, only StandardFacetsAccumulator could be instantiated. And as of lucene 4.2, it

[jira] [Updated] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crocket updated LUCENE-4893: Description: In lucene 4.1, only StandardFacetsAccumulator could be instantiated. And as of lucene 4.2, it

[jira] [Created] (LUCENE-4893) Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetCollector.getFacetResults is called.

2013-03-30 Thread crocket (JIRA)
crocket created LUCENE-4893: --- Summary: Facet counts in FacetsAccumulator.facetArrays are multiplied as many times as FacetCollector.getFacetResults is called. Key: LUCENE-4893 URL: https://issues.apache.org/jira/browse/

[jira] [Comment Edited] (LUCENE-4891) Only a part of CategoryPath is recorded if I add "me" category.

2013-03-30 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616653#comment-13616653 ] crocket edited comment on LUCENE-4891 at 3/30/13 7:48 AM: -- I mad

[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 61 - Failure

2013-03-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/61/ No tests ran. Build Log: [...truncated 33000 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease [copy] Copying 401 fil