[jira] [Updated] (LUCENE-3973) Incorporate PMD / FindBugs

2012-04-13 Thread Chris Male (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3973: --- Attachment: LUCENE-3973.patch Simple POC patch which adds a pmd target to lucene/common-build.xml.

[jira] [Updated] (LUCENE-3973) Incorporate PMD / FindBugs

2012-04-13 Thread Chris Male (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3973: --- Attachment: solr-core.html core.html HTML results for lucene core (core) and solr co

[jira] [Updated] (SOLR-2690) Date Math should allow clients to override timezone used for rounding (faceting & queries)

2012-04-13 Thread Hoss Man (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2690: --- Attachment: SOLR-2690.patch updated patch with tests. still a few TODOs and nocommits related to validating t

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 13082 - Failure

2012-04-13 Thread Chris Male
Also, looking back through the failed build reports, this seems to have begun on April 1st (in my part of the world). On Sat, Apr 14, 2012 at 2:34 PM, Chris Male wrote: > > > On Sat, Apr 14, 2012 at 5:28 AM, Yonik Seeley > wrote: > >> On Fri, Apr 13, 2012 at 12:46 PM, Apache Jenkins Server >>

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 13082 - Failure

2012-04-13 Thread Chris Male
On Sat, Apr 14, 2012 at 5:28 AM, Yonik Seeley wrote: > On Fri, Apr 13, 2012 at 12:46 PM, Apache Jenkins Server > wrote: > > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13082/ > > > > 2 tests failed. > > REGRESSION: > org.apache.solr.cloud.BasicDistributedZkTest.testDistribS

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 13101 - Failure

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13101/ 2 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: java.lang.AssertionError: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch: Insane FieldCache usage(s

[jira] [Updated] (SOLR-3358) Show Logging Events in Admin UI

2012-04-13 Thread Ryan McKinley (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-3358: Attachment: SOLR-3358-logging.patch This patch moves the LoggerFramework abstraction to its own pack

[jira] [Created] (SOLR-3358) Show Logging Events in Admin UI

2012-04-13 Thread Ryan McKinley (Created) (JIRA)
Show Logging Events in Admin UI --- Key: SOLR-3358 URL: https://issues.apache.org/jira/browse/SOLR-3358 Project: Solr Issue Type: Bug Components: web gui Reporter: Ryan McKinley A

[jira] [Updated] (SOLR-1535) Pre-analyzed field type

2012-04-13 Thread Andrzej Bialecki (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-1535: Attachment: SOLR-1535.patch This patch contains the following improvements: * abstracted pa

[jira] [Commented] (LUCENE-3982) regex support in queryparser needs documented, and called out in CHANGES.txt

2012-04-13 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253908#comment-13253908 ] Hoss Man commented on LUCENE-3982: -- Not: set to blocker so we don't release 4.0 with thi

[jira] [Created] (LUCENE-3982) regex support in queryparser needs documented, and called out in CHANGES.txt

2012-04-13 Thread Hoss Man (Created) (JIRA)
regex support in queryparser needs documented, and called out in CHANGES.txt Key: LUCENE-3982 URL: https://issues.apache.org/jira/browse/LUCENE-3982 Project: Lucene - Java

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 13095 - Failure

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13095/ 14 tests failed. REGRESSION: org.apache.lucene.index.TestDirectoryReaderReopen.testThreadSafety Error Message: Uncaught exception by thread: Thread[Lucene Merge Thread #0,6,] Stack Trace: org.apache.lucene.util.UncaughtExc

[jira] [Resolved] (SOLR-3352) eDismax: pf2 should kick in for a query with 2 terms

2012-04-13 Thread Resolved
[ https://issues.apache.org/jira/browse/SOLR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-3352. --- Resolution: Fixed Committed > eDismax: pf2 should kick in for a query with 2 terms >

Re: Show Logging In Solr UI?

2012-04-13 Thread Walter Underwood
It seems reasonable. This is one of the things we added to Ultraseek. Plus, the developer next to me asked yesterday if he could see the logs in Solr. wunder On Apr 13, 2012, at 3:19 PM, Chris Male wrote: > I definitely think this is something we want in Solr. > > As much as I'm loathed to sug

Re: Show Logging In Solr UI?

2012-04-13 Thread Chris Male
I definitely think this is something we want in Solr. As much as I'm loathed to suggest this, why not put the log4j (and any other impls, does anybody still use JCL?) into a Solr contrib? I don't think having it floating around github does us much good. On Sat, Apr 14, 2012 at 9:52 AM, Ryan McKi

Re: Show Logging In Solr UI?

2012-04-13 Thread Ryan McKinley
> Could you do it with reflection? not easily :) Perhaps we could have a separate source tree that has different dependencies, but it gets pushed into the same .jar -- this would keep people from accidentally using log4j directly. Or we could just support JUL and I could put the Log4J version on

Re: Show Logging In Solr UI?

2012-04-13 Thread Jan Høydahl
Hi, Could be useful, but we should not depend on anything else than slf4j. Would be useful if slf4j provided hooks for us to subscribe to log events, but it doesn't :( Could you do it with reflection? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www

[jira] [Commented] (SOLR-3330) Show changes in plugin statistics across multiple requests

2012-04-13 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253754#comment-13253754 ] Hoss Man commented on SOLR-3330: Sorry .. i was looking at the solr logging (SolrCore.execu

[jira] [Created] (LUCENE-3981) queryparser precedence issues (regex versus wildcard)

2012-04-13 Thread Robert Muir (Created) (JIRA)
queryparser precedence issues (regex versus wildcard) - Key: LUCENE-3981 URL: https://issues.apache.org/jira/browse/LUCENE-3981 Project: Lucene - Java Issue Type: Bug Affects Versions:

Show Logging In Solr UI?

2012-04-13 Thread Ryan McKinley
What do people think about showing log messages in the solr UI? I have some code that registers a logging Appender (log4j) or Handler (JUL) and keeps a buffer of the last N messages. It then spits them out from a RequestHandler. Essentially this is like: https://issues.apache.org/jira/browse/SOL

[jira] [Commented] (LUCENE-2604) add regexpquery to queryparser

2012-04-13 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253743#comment-13253743 ] Robert Muir commented on LUCENE-2604: - Lance, its true there is a precedence bug, but

[jira] [Resolved] (LUCENE-2604) add regexpquery to queryparser

2012-04-13 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2604. - Resolution: Fixed This issue has been committed for a while. > add regexpquery

[jira] [Commented] (SOLR-2605) CoreAdminHandler, different Output while 'defaultCoreName' is specified

2012-04-13 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253736#comment-13253736 ] Hoss Man commented on SOLR-2605: Stefan: are you sure you had a clean build with my patch a

[jira] [Commented] (LUCENE-2604) add regexpquery to queryparser

2012-04-13 Thread Lance Norskog (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253737#comment-13253737 ] Lance Norskog commented on LUCENE-2604: --- This feature does not work as of the trunk

[jira] [Commented] (SOLR-3330) Show changes in plugin statistics across multiple requests

2012-04-13 Thread Ryan McKinley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253724#comment-13253724 ] Ryan McKinley commented on SOLR-3330: - It is already using POST with stream.body as a

Re: user feedback on 3.0.3

2012-04-13 Thread Nicholas Paldino [.NET/C# MVP]
You Sir, win the Internets for a day. =) On Apr 13, 2012, at 3:42 PM, "Michael Herndon" wrote: > silly question. I script my tweets using powershell and my RMS-styled text > only browser built using C# where all the strings are UTF-16. Real men use > powershell. > > There should be an awar

[jira] [Assigned] (LUCENE-3312) Break out StorableField from IndexableField

2012-04-13 Thread Uwe Schindler (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-3312: - Assignee: Uwe Schindler > Break out StorableField from IndexableField >

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-04-13 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253716#comment-13253716 ] Uwe Schindler commented on LUCENE-3312: --- Hi Michael, I would take the mentorship. W

[jira] [Commented] (SOLR-3330) Show changes in plugin statistics across multiple requests

2012-04-13 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253703#comment-13253703 ] Hoss Man commented on SOLR-3330: can we change this to use an HTTP POST body instead of str

[jira] [Commented] (LUCENENET-446) Make Lucene.Net CLS Compliant

2012-04-13 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253598#comment-13253598 ] Christopher Currens commented on LUCENENET-446: --- So, I've been using VS11

[jira] [Resolved] (SOLR-3139) StreamingUpdateSolrServer doesn't send UpdateRequest.getParams()

2012-04-13 Thread Sami Siren (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren resolved SOLR-3139. -- Resolution: Fixed > StreamingUpdateSolrServer doesn't send UpdateRequest.getParams() > -

[jira] [Commented] (LUCENE-3965) consolidate all api modules in one place and un!@$# packaging for 4.0

2012-04-13 Thread Steven Rowe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253582#comment-13253582 ] Steven Rowe commented on LUCENE-3965: - A good first step would be to bring all Lucene

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 13082 - Failure

2012-04-13 Thread Yonik Seeley
On Fri, Apr 13, 2012 at 12:46 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13082/ > > 2 tests failed. > REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch > > Error Message: > java.lang.AssertionError: > org.apache.s

[jira] [Commented] (LUCENE-3980) Word order seems to affect proximity searching

2012-04-13 Thread Ian Pooley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253558#comment-13253558 ] Ian Pooley commented on LUCENE-3980: The problem is that the queries are generated by

[jira] [Commented] (LUCENENET-470) Change Getxxx() and Setxxx() methods to .NET Properties

2012-04-13 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253542#comment-13253542 ] Christopher Currens commented on LUCENENET-470: --- Thanks for the feedback,

[jira] [Resolved] (LUCENENET-468) Implement the Dispose pattern properly in classes with Close

2012-04-13 Thread Christopher Currens (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-468. --- Resolution: Fixed I'm closing this as fixed. All types that implement Clo

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 13082 - Failure

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13082/ 2 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: java.lang.AssertionError: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch: Insane FieldCache usage(s

[jira] [Commented] (LUCENE-3980) Word order seems to affect proximity searching

2012-04-13 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253510#comment-13253510 ] Uwe Schindler commented on LUCENE-3980: --- If the word order does not matter, why use

[jira] [Commented] (SOLR-3327) Logging UI should indicate which loggers are set vs implicit

2012-04-13 Thread Ryan McKinley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253512#comment-13253512 ] Ryan McKinley commented on SOLR-3327: - bq. Is there any way to give users the slf4j lev

[jira] [Commented] (LUCENE-3980) Word order seems to affect proximity searching

2012-04-13 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253511#comment-13253511 ] Uwe Schindler commented on LUCENE-3980: --- If the word order does not matter, why use

[jira] [Resolved] (SOLR-3356) Logging UI (and LogLevelHandler) should support Log4j

2012-04-13 Thread Ryan McKinley (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-3356. - Resolution: Fixed > Logging UI (and LogLevelHandler) should support Log4j > --

[jira] [Commented] (SOLR-3356) Logging UI (and LogLevelHandler) should support Log4j

2012-04-13 Thread Ryan McKinley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253508#comment-13253508 ] Ryan McKinley commented on SOLR-3356: - Added in r1325828 This uses {{StaticLoggerBinde

[jira] [Closed] (LUCENE-3980) Word order seems to affect proximity searching

2012-04-13 Thread Ian Pooley (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Pooley closed LUCENE-3980. -- Resolution: Not A Problem Thanks, that makes sense now. The challenge is going to be trying to explain

[jira] [Commented] (SOLR-3357) Add Generics to ResourceLoader.newInstance

2012-04-13 Thread Ryan McKinley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253505#comment-13253505 ] Ryan McKinley commented on SOLR-3357: - +1 > Add Generics to ResourceLo

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 13080 - Still Failing

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13080/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: java.lang.AssertionError: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch: Insane FieldCache usage(s) fo

[jira] [Commented] (LUCENE-3980) Word order seems to affect proximity searching

2012-04-13 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253469#comment-13253469 ] Robert Muir commented on LUCENE-3980: - Have you seen the documentation of slop in phr

[jira] [Created] (LUCENE-3980) Word order seems to affect proximity searching

2012-04-13 Thread Ian Pooley (Created) (JIRA)
Word order seems to affect proximity searching -- Key: LUCENE-3980 URL: https://issues.apache.org/jira/browse/LUCENE-3980 Project: Lucene - Java Issue Type: Bug Components: core/search

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 13079 - Failure

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13079/ 3 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: java.lang.AssertionError: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch: Insane FieldCache usage(s

[jira] [Commented] (SOLR-3221) Make Shard handler threadpool configurable

2012-04-13 Thread David Smiley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253425#comment-13253425 ] David Smiley commented on SOLR-3221: Curious; why was the default choice made to favor

[jira] [Closed] (SOLR-1718) Carriage return should submit query admin form

2012-04-13 Thread David Smiley (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-1718. -- Resolution: Won't Fix > Carriage return should submit query admin form > ---

[jira] [Commented] (SOLR-3139) StreamingUpdateSolrServer doesn't send UpdateRequest.getParams()

2012-04-13 Thread Andrzej Bialecki (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253370#comment-13253370 ] Andrzej Bialecki commented on SOLR-3139: - +1 looks good to me. >

[jira] [Commented] (SOLR-1535) Pre-analyzed field type

2012-04-13 Thread Andrzej Bialecki (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253363#comment-13253363 ] Andrzej Bialecki commented on SOLR-1535: - Nice idea about a pluggable format... Hm

[jira] [Commented] (SOLR-1535) Pre-analyzed field type

2012-04-13 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253325#comment-13253325 ] Jan Høydahl commented on SOLR-1535: --- I wish I had time to do the Avro stuff now, but just

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 13075 - Failure

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13075/ 2 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: java.lang.AssertionError: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch: Insane FieldCache usage(s

[jira] [Commented] (SOLR-3357) Add Generics to ResourceLoader.newInstance

2012-04-13 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253309#comment-13253309 ] Uwe Schindler commented on SOLR-3357: - String +1 from the policeman, you made my weeken

[jira] [Commented] (SOLR-3238) Sequel of Admin UI

2012-04-13 Thread Erick Erickson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253299#comment-13253299 ] Erick Erickson commented on SOLR-3238: -- dylan: How are you looking at your log? Becau

[jira] [Updated] (SOLR-3357) Add Generics to ResourceLoader.newInstance

2012-04-13 Thread Chris Male (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated SOLR-3357: - Attachment: SOLR-3357.patch Patch which adds generics to ResourceLoader.newInstance. As part of this effo

[jira] [Created] (SOLR-3357) Add Generics to ResourceLoader.newInstance

2012-04-13 Thread Chris Male (Created) (JIRA)
Add Generics to ResourceLoader.newInstance -- Key: SOLR-3357 URL: https://issues.apache.org/jira/browse/SOLR-3357 Project: Solr Issue Type: Improvement Reporter: Chris Male Came out of LU

[jira] [Assigned] (SOLR-3139) StreamingUpdateSolrServer doesn't send UpdateRequest.getParams()

2012-04-13 Thread Sami Siren (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren reassigned SOLR-3139: Assignee: Sami Siren > StreamingUpdateSolrServer doesn't send UpdateRequest.getParams() > --

[jira] [Updated] (SOLR-3139) StreamingUpdateSolrServer doesn't send UpdateRequest.getParams()

2012-04-13 Thread Sami Siren (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated SOLR-3139: - Attachment: SOLR-3139.patch Make params handling similar to what is done in HttpSolrServer. I am planning

[jira] [Commented] (SOLR-1535) Pre-analyzed field type

2012-04-13 Thread Chris Male (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253263#comment-13253263 ] Chris Male commented on SOLR-1535: -- Can't we just provide an abstraction so people can cho

[jira] [Updated] (SOLR-1535) Pre-analyzed field type

2012-04-13 Thread Andrzej Bialecki (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-1535: Attachment: SOLR-1535.patch Patch updated to the latest trunk. This still uses the custom se

[JENKINS] Solr-trunk - Build # 1822 - Failure

2012-04-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-trunk/1822/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ERROR: SolrIndexSearcher opens=74 closes=73 Stack Trace: junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=74

[jira] [Commented] (SOLR-3317) Admin UI: Improve request handler / qt in query form

2012-04-13 Thread Stefan Matheis (steffkes) (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253197#comment-13253197 ] Stefan Matheis (steffkes) commented on SOLR-3317: - bq. Why surround the lab

Re: http://wiki.apache.org/solr/WritingDistributedSearchComponents

2012-04-13 Thread Li Li
me too. maybe it should provide a one-stage component. On Fri, Apr 13, 2012 at 1:41 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Btw, I always wanted to ask why it's always done in two stages. It seems > to me that it's purposed for the specific usecase. But shouldn't we have an >