[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096830#comment-13096830 ] Chris A. Mattmann commented on LUCENE-3413: --- errr, I meant *now* instead of *no

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096829#comment-13096829 ] Chris A. Mattmann commented on LUCENE-3413: --- Thanks guys! Your updates fixed it

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096826#comment-13096826 ] Simon Willnauer commented on LUCENE-3413: - why do you use the firstCall member at

[jira] [Issue Comment Edited] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096823#comment-13096823 ] Chris Male edited comment on LUCENE-3413 at 9/4/11 6:23 AM: >

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096823#comment-13096823 ] Chris Male commented on LUCENE-3413: >From a quick look at this: - What version of S

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096822#comment-13096822 ] Chris A. Mattmann commented on LUCENE-3413: --- ooops I meant WhitespaceTokenizer.

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096819#comment-13096819 ] Chris A. Mattmann commented on LUCENE-3413: --- Hmmm, maybe #reset is getting call

[JENKINS] Lucene-Solr-tests-only-3.x-java7 - Build # 394 - Failure

2011-09-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/394/ 1 tests failed. REGRESSION: org.apache.solr.handler.component.DistributedTermsComponentTest.testDistribSearch Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.Runti

[JENKINS] Lucene-trunk - Build # 1669 - Failure

2011-09-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1669/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestTermsEnum.testIntersectRandom Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.automaton.RunAutomaton.(RunAut

[jira] [Resolved] (SOLR-2743) remove commons logging jar from extraction/lib

2011-09-03 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-2743. -- Resolution: Fixed Assignee: Koji Sekiguchi committed trunk and 3x. > remove commons loggi

[jira] [Updated] (SOLR-2743) remove commons logging jar from extraction/lib

2011-09-03 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2743: - Attachment: SOLR-2743.patch Patch attached. I've checked tika sources in tika-core.jar and tika-p

[jira] [Updated] (SOLR-2743) remove commons logging jar from extraction/lib

2011-09-03 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2743: - Component/s: contrib - Solr Cell (Tika extraction) Affects Version/s: 4.0

[jira] [Created] (SOLR-2743) remove commons logging jar from extraction/lib

2011-09-03 Thread Koji Sekiguchi (JIRA)
remove commons logging jar from extraction/lib -- Key: SOLR-2743 URL: https://issues.apache.org/jira/browse/SOLR-2743 Project: Solr Issue Type: Improvement Reporter: Koji Sekiguchi

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096785#comment-13096785 ] Chris A. Mattmann commented on LUCENE-3413: --- For reference, here is the fieldTy

Re: Analyzers and sorting with a custom analysis chain

2011-09-03 Thread Mattmann, Chris A (388J)
Hey Uwe, I updated, per my comment on LUCENE-3413, and I'm still seeing null sort keys in Solr-ville :( My latest patch includes your suggested updates and a unit test (which oddly passes). I'll keep digging. Cheers, Chris On Sep 3, 2011, at 2:51 PM, Uwe Schindler wrote: > See my comment on

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096782#comment-13096782 ] Chris A. Mattmann commented on LUCENE-3413: --- Hey Uwe, thanks for the advice. I

[jira] [Updated] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated LUCENE-3413: -- Attachment: LUCENE-3413.Mattmann.090311.2.patch - updated patch per Uwe's comments, an

[jira] [Commented] (SOLR-2565) Prevent IW#close and cut over to IW#commit

2011-09-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096778#comment-13096778 ] Mark Miller commented on SOLR-2565: --- bq. there could be a race issue w/ autocommit I wou

Re: Analyzers and sorting with a custom analysis chain

2011-09-03 Thread Mattmann, Chris A (388J)
Hey Uwe, Thanks for the FYI. I'll update the patch and contribute a unit test for it too. Cheers, Chris On Sep 3, 2011, at 2:51 PM, Uwe Schindler wrote: > See my comment on the issue. You should not consume token streams on > construction. > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28

[jira] [Commented] (SOLR-2565) Prevent IW#close and cut over to IW#commit

2011-09-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096774#comment-13096774 ] Yonik Seeley commented on SOLR-2565: I did some performance tests w/ autoCommit=6 (

[jira] [Updated] (SOLR-2742) Add commitWithin() convenience signatures for SolrServer.add(..)

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2742: -- Attachment: SOLR-2742.patch A patch adding extra method signatures for all add() variants in both SolrS

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

2011-09-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10449/ 1 tests failed. REGRESSION: org.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload Error Message: Number of registered MBeans is not the same as info registry size expected:<49> but was:<50> Stack Trace: junit.framew

[jira] [Commented] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096765#comment-13096765 ] Uwe Schindler commented on LUCENE-3413: --- The problem with this implementation of th

RE: Analyzers and sorting with a custom analysis chain

2011-09-03 Thread Uwe Schindler
See my comment on the issue. You should not consume token streams on construction. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Mattmann, Chris A (388J) [mailto:chris.a.mattm...@jpl.nasa.gov] > Sent:

[jira] [Created] (SOLR-2742) Add commitWithin() convenience signatures for SolrServer.add(..)

2011-09-03 Thread JIRA
Add commitWithin() convenience signatures for SolrServer.add(..) Key: SOLR-2742 URL: https://issues.apache.org/jira/browse/SOLR-2742 Project: Solr Issue Type: Improvement

[jira] [Updated] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated LUCENE-3413: -- Attachment: LUCENE-3413.Mattmann.090311.patch.txt > CombiningFilter to recombine token

[jira] [Created] (LUCENE-3413) CombiningFilter to recombine tokens into a single token for sorting

2011-09-03 Thread Chris A. Mattmann (JIRA)
CombiningFilter to recombine tokens into a single token for sorting --- Key: LUCENE-3413 URL: https://issues.apache.org/jira/browse/LUCENE-3413 Project: Lucene - Java Issue Type

Re: Analyzers and sorting with a custom analysis chain

2011-09-03 Thread Yonik Seeley
Are you able to share the source code for this CombiningFilter? This sounds like it should be a relatively simple filter. -Yonik http://www.lucene-eurocon.com - The Lucene/Solr User Conference - To unsubscribe, e-mail: dev-unsubs

[jira] [Commented] (SOLR-2565) Prevent IW#close and cut over to IW#commit

2011-09-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096716#comment-13096716 ] Mark Miller commented on SOLR-2565: --- I'd been considering a default auto-soft commit by t

remove commons logging?

2011-09-03 Thread Koji Sekiguchi
Can we remove commons-logging-1.1.1.jar from solr/contrib/extraction/lib, because we have jcl-over-slf4j jar, which httpclient depends on? koji -- Check out "Query Log Visualizer" for Apache Solr http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html http://www.rondhuit.com/en/ --

[jira] [Updated] (SOLR-2741) Bugs in facet range display in trunk

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2741: -- Attachment: SOLR-2741.patch Fixes bugs when clicking the generated ranges, due to whitespace issues from

[jira] [Updated] (SOLR-2383) Velocity: Generalize range and date facet display

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2383: -- Attachment: SOLR-2383-branch_3x.patch Fixed bug in some ranges, which contained whitespace due to Veloci

[jira] [Commented] (SOLR-2383) Velocity: Generalize range and date facet display

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096633#comment-13096633 ] Jan Høydahl commented on SOLR-2383: --- Hmm, found some bugs already, will do another one >

[jira] [Assigned] (SOLR-2741) Bugs in facet range display in trunk

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-2741: - Assignee: Jan Høydahl > Bugs in facet range display in trunk > ---

[jira] [Updated] (SOLR-2741) Bugs in facet range display in trunk

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2741: -- Attachment: SOLR-2741.patch This patch fixes all of the mentioned shortcomings, and removes facet.date f

[jira] [Updated] (SOLR-2741) Bugs in facet range display in trunk

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2741: -- Affects Version/s: 4.0 Fix Version/s: (was: 3.4) > Bugs in facet range display in trunk > --

[jira] [Created] (SOLR-2741) Bugs in facet range display in trunk

2011-09-03 Thread JIRA
Bugs in facet range display in trunk Key: SOLR-2741 URL: https://issues.apache.org/jira/browse/SOLR-2741 Project: Solr Issue Type: Sub-task Components: web gui Reporter: Jan Høydahl