Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 9446 - Failure

2011-07-08 Thread Simon Willnauer
hmm seems that the primary output is still taken in this CFS if we hit an exception during the first entries setup. I am going to commit a fix today or tomorrow. simon On Sat, Jul 9, 2011 at 1:01 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/9

[jira] [Assigned] (LUCENE-3296) Enable passing a config into PKIndexSplitter

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3296: --- Assignee: Simon Willnauer > Enable passing a config into PKIndexSplitter > -

[jira] [Commented] (LUCENE-3296) Enable passing a config into PKIndexSplitter

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062334#comment-13062334 ] Simon Willnauer commented on LUCENE-3296: - looks good.. do you have to use Versio

[jira] [Updated] (SOLR-2615) Have LogUpdateProcessor log each command (add, delete, ...) at debug/FINE level

2011-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-2615: --- Attachment: SOLR-2615_LogUpdateProcessor_debug_logging.patch > Have LogUpdateProcessor log each comman

[JENKINS] Lucene-trunk - Build # 1619 - Still Failing

2011-07-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1619/ 3 tests failed. REGRESSION: org.apache.lucene.index.TestRollingUpdates.testRollingUpdates Error Message: null Stack Trace: junit.framework.AssertionFailedError at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild

Re: New facet module

2011-07-08 Thread Shai Erera
Well, the approach is entirely different, and the new module introduces features not available in the other impls (and I imagine vice versa). The taxonomy is managed on the side, hence why it is global to the 'content' index. It plays very well with NRT, and we in fact have several apps that use t

[jira] [Commented] (LUCENE-3283) Move core QueryParsers to queryparser module

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062315#comment-13062315 ] Chris Male commented on LUCENE-3283: Command to clean up left over directories: {cod

[jira] [Commented] (LUCENE-3283) Move core QueryParsers to queryparser module

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062313#comment-13062313 ] Chris Male commented on LUCENE-3283: Javacc support works. > Move core QueryParsers

[jira] [Updated] (LUCENE-3283) Move core QueryParsers to queryparser module

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3283: --- Attachment: LUCENE-3283.patch New patch: - ant dependencies are fixed - eclipse and maven support a

Re: New facet module

2011-07-08 Thread Jason Rutherglen
> The taxonomy is global to the index, but I think it will be > interesting to explore per-segment taxonomy, and how it can be used to > improve indexing or search perf (hopefully both) Right so with NRT this'll be an issue. Is there a write up on this? It sounds fairly radical in design. Eg, I'

Re: New facet module

2011-07-08 Thread Shai Erera
Currently it doesn't facet per segment, because the approach it uses is irrelevant to per segment. It maintains a count array in the size of the taxonomy and every matching document contributes to the weight of the categories it is associated with, orregardless of the segment it is found in. The

[jira] [Updated] (LUCENE-3296) Enable passing a config into PKIndexSplitter

2011-07-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-3296: - Attachment: LUCENE-3296.patch Patch, all tests pass. > Enable passing a config into PKI

[jira] [Commented] (LUCENE-3283) Move core QueryParsers to queryparser module

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062300#comment-13062300 ] Chris Male commented on LUCENE-3283: Command for patch: {code} svn --parents mkdir

[jira] [Updated] (LUCENE-3283) Move core QueryParsers to queryparser module

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3283: --- Attachment: LUCENE-3283.patch Patch which creates the queryparser module, moves the core QueryParser

[jira] [Created] (LUCENE-3296) Enable passing a config into PKIndexSplitter

2011-07-08 Thread Jason Rutherglen (JIRA)
Enable passing a config into PKIndexSplitter Key: LUCENE-3296 URL: https://issues.apache.org/jira/browse/LUCENE-3296 Project: Lucene - Java Issue Type: Improvement Components: core/other

New facet module

2011-07-08 Thread Jason Rutherglen
Is it faceting per-segment? - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Resolved] (LUCENE-3284) Move contribs/modules away from QueryParser dependency

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved LUCENE-3284. Resolution: Fixed Fix Version/s: 4.0 Assignee: Chris Male Committed revision 11445

[jira] [Commented] (LUCENE-2919) IndexSplitter that divides by primary key term

2011-07-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062281#comment-13062281 ] Jason Rutherglen commented on LUCENE-2919: -- Sorry for the naive off/on-topic que

[jira] [Resolved] (SOLR-1825) SolrQuery.addFacetQuery should call setFacet(true)

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved SOLR-1825. -- Resolution: Fixed Fix Version/s: 4.0 Committed revision 1144564. > SolrQuery.addFacetQuery shoul

[jira] [Resolved] (SOLR-2027) SolrJ FacetField should never return null from getValues()

2011-07-08 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved SOLR-2027. -- Resolution: Fixed Fix Version/s: 4.0 Committed revision 1144561. > SolrJ FacetField should never

Re: heads up: reindex trunk indexes

2011-07-08 Thread Ryan McKinley
Thanks for the heads up! how hard would it be to write something to upgrade the terms dictionary header? I just released software with a recent trunk :( ryan On Fri, Jul 8, 2011 at 5:28 PM, Robert Muir wrote: > i just committed https://issues.apache.org/jira/browse/LUCENE-3290, > you need to

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062264#comment-13062264 ] Ryan McKinley commented on SOLR-2633: - bq. ensure we could support dispatching to reque

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062261#comment-13062261 ] Ryan McKinley commented on SOLR-2633: - Oh man... SOLR-104! The key reason was backward

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

2011-07-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/9446/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterOnDiskFull.testAddDocumentOnDiskFull Error Message: CFS has pending open files Stack Trace: java.lang.IllegalStateException: CFS has pending open files

Re: FindBugs & PMD ?

2011-07-08 Thread Chris Hostetter
: Any thoughts on using FindBugs & PMD to catch more bugs in Lucene/Solr? : Jenkins could be configured to run FindBugs & PMD analysis nightly. It : would have helped find this: I was a big fan of PMD for a while, particularly because of how easy it is to not only tweak/customize the ruleset

[jira] [Updated] (LUCENE-3292) IOContext should be part of the SegmentReader cache key

2011-07-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-3292: -- Attachment: LUCENE-3292.patch Initial patch. There might have been a few methods inside Reader

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1306#comment-1306 ] Hoss Man commented on SOLR-2633: the change to a filter was in SOLR-104 some of the histor

[jira] [Commented] (LUCENE-3290) add FieldInvertState.numUniqueTerms, Terms.sumDocFreq

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062214#comment-13062214 ] Robert Muir commented on LUCENE-3290: - not at the moment, we would have to write this

[jira] [Updated] (SOLR-1972) Need additional query stats in admin interface - median, 95th and 99th percentile

2011-07-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1972: --- Attachment: elyograg-1972-trunk.patch elyograg-1972-3.2.patch Of course, adding suppor

Re: I really hate to even mention formatting code, but I don't want to gaffe too badly on my first commit.

2011-07-08 Thread Chris Hostetter
: What about reformatting the whole file and noting in the checkin notes : "reformat only, no code changes"? (assuming an egregiously : badly-formatted file that one is working on). objection to these types of of commits has historicly been that it may make it harder to apply patches that other

[jira] [Commented] (LUCENE-3290) add FieldInvertState.numUniqueTerms, Terms.sumDocFreq

2011-07-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062202#comment-13062202 ] Yonik Seeley commented on LUCENE-3290: -- Is there currently a way to get the number o

heads up: reindex trunk indexes

2011-07-08 Thread Robert Muir
i just committed https://issues.apache.org/jira/browse/LUCENE-3290, you need to re-index. -- lucidimagination.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apach

[jira] [Resolved] (LUCENE-3290) add FieldInvertState.numUniqueTerms, Terms.sumDocFreq

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3290. - Resolution: Fixed Fix Version/s: 3.4 The FieldInvertState.numUniqueTerms portion is backp

Re: I really hate to even mention formatting code, but I don't want to gaffe too badly on my first commit.

2011-07-08 Thread Michael McCandless
On Fri, Jul 8, 2011 at 5:11 PM, Robert Muir wrote: > On Fri, Jul 8, 2011 at 5:06 PM, Erick Erickson > wrote: >> This is one of those topics that generates far more passion than it >> deserves, all I want to know is what the norms are. Personally, I tend >> to reformat the entire file. But then I

Re: I really hate to even mention formatting code, but I don't want to gaffe too badly on my first commit.

2011-07-08 Thread Robert Muir
On Fri, Jul 8, 2011 at 5:06 PM, Erick Erickson wrote: > This is one of those topics that generates far more passion than it > deserves, all I want to know is what the norms are. Personally, I tend > to reformat the entire file. But then I didn't cut my eye teeth on > code that a zillion other peop

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-07-08 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062184#comment-13062184 ] Steven Rowe commented on SOLR-2452: --- Merged with trunk, committed in r1144510. (Forgot to

I really hate to even mention formatting code, but I don't want to gaffe too badly on my first commit.

2011-07-08 Thread Erick Erickson
This is one of those topics that generates far more passion than it deserves, all I want to know is what the norms are. Personally, I tend to reformat the entire file. But then I didn't cut my eye teeth on code that a zillion other people work with and I fully appreciate that the diffs get hard to

[jira] [Commented] (SOLR-2535) REGRESSION: in Solr 3.x and trunk the admin/file handler fails to show directory listings

2011-07-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062180#comment-13062180 ] Yonik Seeley commented on SOLR-2535: bq. don't wait too long, no need to wait until mon

[jira] [Updated] (LUCENE-3280) Add new bit set impl for caching filters

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3280: --- Attachment: LUCENE-3280.patch New patch, renaming to FixedBitSet, adding test (adapt

[jira] [Commented] (SOLR-2541) Plugininfo tries to load nodes of type "long"

2011-07-08 Thread Frank Wesemann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062168#comment-13062168 ] Frank Wesemann commented on SOLR-2541: -- Thanks for taking this issue, Hoss. Btw: Do yo

[jira] [Commented] (SOLR-2535) REGRESSION: in Solr 3.x and trunk the admin/file handler fails to show directory listings

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062162#comment-13062162 ] Simon Willnauer commented on SOLR-2535: --- bq. OK, I've applied the patch to both 3x an

[jira] [Commented] (SOLR-1972) Need additional query stats in admin interface - median, 95th and 99th percentile

2011-07-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062161#comment-13062161 ] Shawn Heisey commented on SOLR-1972: I tried to add a percentile of 100, so I could see

[jira] [Commented] (SOLR-2535) REGRESSION: in Solr 3.x and trunk the admin/file handler fails to show directory listings

2011-07-08 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062155#comment-13062155 ] Erick Erickson commented on SOLR-2535: -- OK, I've applied the patch to both 3x and trun

[jira] [Commented] (LUCENE-3282) BlockJoinQuery: Allow to add a custom child collector, and customize the parent bitset extraction

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062151#comment-13062151 ] Michael McCandless commented on LUCENE-3282: This looks great Shay! What was

Re: FindBugs & PMD ?

2011-07-08 Thread Smiley, David W.
For build integration, I'd like to do this on the maven side. It's easier there, and it should not matter that it's not the official build since it only needs to be run by Jenkins which is already running the maven build any way. ~ David On Jul 8, 2011, at 10:08 AM, Smiley, David W. wrote: >

Re: FindBugs & PMD ?

2011-07-08 Thread Smiley, David W.
The annotations defined by FindBugs are marked with CLASS retention, which means there shouldn't be a runtime dependency. However the JCIP (Java Concurrency In Practice, a book) annotations, such as @ThreadSafe, are unfortunately marked with RUNTIME retention. Information I've found leads me t

[jira] [Commented] (LUCENE-3292) IOContext should be part of the SegmentReader cache key

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062119#comment-13062119 ] Michael McCandless commented on LUCENE-3292: Right now the ReaderPool.readerM

[jira] [Updated] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3295: --- Attachment: LUCENE-3295.patch Egads, thanks Simon! I found a few more crazy problem

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

2011-07-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/9438/ 1 tests failed. REGRESSION: org.apache.lucene.facet.search.CategoryListIteratorTest.testPayloadIntDecodingIterator Error Message: expected category not found: 3 Stack Trace: junit.framework.AssertionFailedError: expected cat

[jira] [Resolved] (SOLR-2541) Plugininfo tries to load nodes of type "long"

2011-07-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2541. Resolution: Fixed Fix Version/s: 4.0 3.4 Assignee: Hoss Man Frank: your a

[jira] [Updated] (SOLR-2399) Solr Admin Interface, reworked

2011-07-08 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-2399: Attachment: SOLR-2399-110702.patch bq. verbose on: +1 I've updated the last

RE: FindBugs & PMD ?

2011-07-08 Thread Uwe Schindler
Just a stupid question: Once you add those annotations, wouldn't the JAR file not require then this annotations.jar? Or are all of them not available to runtime? Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message---

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-07-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062061#comment-13062061 ] Uwe Schindler commented on SOLR-2399: - verbose on: +1 > Solr Admin Interface, reworked

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-07-08 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062058#comment-13062058 ] Erik Hatcher commented on SOLR-2399: verbose default to on please, yes: +1 - I always c

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062056#comment-13062056 ] Robert Muir commented on SOLR-2399: --- its great to see all this progress here! I had one

[jira] [Commented] (SOLR-2588) Make Velocity an optional dependency in SolrCore

2011-07-08 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062044#comment-13062044 ] Erik Hatcher commented on SOLR-2588: Sorry - I missed this when it first got posted, an

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062037#comment-13062037 ] Mark Miller commented on SOLR-2633: --- bq. But why is SolrDispatchFilter a filter in the fi

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062034#comment-13062034 ] Edoardo Tosca commented on SOLR-2633: - {quote} This simply checks if the path starts wi

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062033#comment-13062033 ] David Smiley commented on SOLR-2633: I think it's great that this issue is going to mak

[jira] [Commented] (SOLR-2588) Make Velocity an optional dependency in SolrCore

2011-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062016#comment-13062016 ] David Smiley commented on SOLR-2588: I'm surprised velocity became a core dependency, b

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062012#comment-13062012 ] Mark Miller commented on SOLR-2633: --- The heck if I know. The comment says: {code} /**

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062006#comment-13062006 ] Yonik Seeley commented on SOLR-2616: bq. My current leaning is to doc the wiki and what

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062004#comment-13062004 ] Robert Muir commented on SOLR-2616: --- {quote} My current leaning is to doc the wiki and wh

[jira] [Commented] (SOLR-2615) Have LogUpdateProcessor log each command (add, delete, ...) at debug/FINE level

2011-07-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062003#comment-13062003 ] Yonik Seeley commented on SOLR-2615: bq. Yonik, if I instead use a doDebug boolean flag

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062002#comment-13062002 ] David Smiley commented on SOLR-2616: Ok. The main thing I wanted to accomplish in this

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062000#comment-13062000 ] Mark Miller commented on SOLR-2616: --- bq. The logging configuration file I provided does n

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061999#comment-13061999 ] Robert Muir commented on SOLR-2452: --- playing around with the branch, the whole situation

[jira] [Commented] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061992#comment-13061992 ] Robert Muir commented on LUCENE-3295: - we can have a true/false setter on MDW (random

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061991#comment-13061991 ] David Smiley commented on SOLR-2616: The logging configuration file I provided does not

[jira] [Commented] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061986#comment-13061986 ] Simon Willnauer commented on LUCENE-3295: - while those comments are really unrela

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061984#comment-13061984 ] Mark Miller commented on SOLR-2616: --- It will be an issue with tests as is I believe, but

[jira] [Commented] (LUCENE-3292) IOContext should be part of the SegmentReader cache key

2011-07-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061982#comment-13061982 ] Varun Thacker commented on LUCENE-3292: --- I am not quite sure on how to start with t

[jira] [Commented] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061981#comment-13061981 ] Robert Muir commented on LUCENE-3295: - good catch, just some thoughts looking at the

Re: FindBugs & PMD ?

2011-07-08 Thread Smiley, David W.
Rob, there is an ASL 2.0 licensed implementation here: https://github.com/stephenc/findbugs-annotations ~ David On Jul 8, 2011, at 10:12 AM, Robert Muir wrote: > On Fri, Jul 8, 2011 at 10:08 AM, Smiley, David W. wrote: >> Developers, >> Any thoughts on using FindBugs & PMD to catch more bugs in

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061978#comment-13061978 ] Robert Muir commented on SOLR-2616: --- what will wiring it up out of box do to tests (e.g.

[jira] [Issue Comment Edited] (SOLR-2331) Refactor CoreContainer's SolrXML serialization code and improve testing

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061973#comment-13061973 ] Mark Miller edited comment on SOLR-2331 at 7/8/11 2:23 PM: --- Thank

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061976#comment-13061976 ] Mark Miller commented on SOLR-2616: --- So while I'm pro putting the logging config file in

[jira] [Resolved] (SOLR-2331) Refactor CoreContainer's SolrXML serialization code and improve testing

2011-07-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-2331. --- Resolution: Fixed Thanks Steve - calling this one done - SolrCore needs more refactoring, but it can

Re: FindBugs & PMD ?

2011-07-08 Thread Robert Muir
On Fri, Jul 8, 2011 at 10:08 AM, Smiley, David W. wrote: > Developers, > Any thoughts on using FindBugs & PMD to catch more bugs in Lucene/Solr?   > Jenkins could be configured to run FindBugs & PMD analysis nightly.  It would > have helped find this: > >         (LUCENE-3294) Some code still com

FindBugs & PMD ?

2011-07-08 Thread Smiley, David W.
Developers, Any thoughts on using FindBugs & PMD to catch more bugs in Lucene/Solr? Jenkins could be configured to run FindBugs & PMD analysis nightly. It would have helped find this: (LUCENE-3294) Some code still compares string equality instead using equals I am aware there are a

[jira] [Updated] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3295: Attachment: LUCENE-3295.patch here is a simple patch and a test that at least exercise the

[jira] [Assigned] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3295: --- Assignee: Simon Willnauer > BitVector never skips fully populated bytes when writing

[jira] [Created] (LUCENE-3295) BitVector never skips fully populated bytes when writing ClearedDgaps

2011-07-08 Thread Simon Willnauer (JIRA)
BitVector never skips fully populated bytes when writing ClearedDgaps - Key: LUCENE-3295 URL: https://issues.apache.org/jira/browse/LUCENE-3295 Project: Lucene - Java Issue

omitNorms and omitTermFreqAndPosition

2011-07-08 Thread Gastone Penzo
Hi, i have a problem with omitTermFreqAndPosition and omitNorms. In my schema i have some fields with these property set True. for example the field "category" then i make a query like: select?q=category:("x" OR "y" or "Z") it returns all docs that have as category x or y or z. i make a debugQue

[jira] [Resolved] (LUCENE-3294) Some code still compares string equality instead using equals

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3294. - Resolution: Fixed Committed in revision 1144280 > Some code still compares string equa

[jira] [Commented] (LUCENE-3294) Some code still compares string equality instead using equals

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061925#comment-13061925 ] Michael McCandless commented on LUCENE-3294: Nice catch Simon -- looks good!

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061918#comment-13061918 ] Simon Willnauer commented on LUCENE-2878: - mike I created a branch here: https:/

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061915#comment-13061915 ] Edoardo Tosca commented on SOLR-2633: - I'm still struggling in trying to understand som

[jira] [Updated] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edoardo Tosca updated SOLR-2633: Attachment: SOLR-2633-tests-only.patch > Make SolrDispatchFilter testable and add tests > --

[jira] [Updated] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edoardo Tosca updated SOLR-2633: Attachment: (was: SOLR-2633-only-tests.patch) > Make SolrDispatchFilter testable and add tests >

[jira] [Updated] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-08 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edoardo Tosca updated SOLR-2633: Attachment: SOLR-2633-only-tests.patch This second cut contains more tests which are convering about

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-08 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061904#comment-13061904 ] Mike Sokolov commented on LUCENE-2878: -- bq. I am not sure if I understand this corre

[jira] [Created] (LUCENE-3294) Some code still compares string equality instead using equals

2011-07-08 Thread Simon Willnauer (JIRA)
Some code still compares string equality instead using equals - Key: LUCENE-3294 URL: https://issues.apache.org/jira/browse/LUCENE-3294 Project: Lucene - Java Issue Type: Bug Af

[jira] [Updated] (LUCENE-3294) Some code still compares string equality instead using equals

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3294: Attachment: LUCENE-3294.patch here is a patch > Some code still compares string equality

[jira] [Updated] (LUCENE-3290) add FieldInvertState.numUniqueTerms, Terms.sumDocFreq

2011-07-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3290: Attachment: LUCENE-3290.patch i committed the fix to memorycodec, synced the patch up to trunk, an

[jira] [Commented] (LUCENE-3290) add FieldInvertState.numUniqueTerms, Terms.sumDocFreq

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061887#comment-13061887 ] Michael McCandless commented on LUCENE-3290: Patch looks awesome! Nice to ad

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

2011-07-08 Thread Michael McCandless
I committed a fix -- just a test bug. Mike McCandless http://blog.mikemccandless.com On Thu, Jul 7, 2011 at 1:27 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9398/ > > 1 tests failed. > REGRESSION:  org.apache.lucene.search.TestSpanQueryFi

[jira] [Commented] (LUCENE-3290) add FieldInvertState.numUniqueTerms, Terms.sumDocFreq

2011-07-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061876#comment-13061876 ] Michael McCandless commented on LUCENE-3290: You are right -- nice catch! Ca

[jira] [Commented] (SOLR-2616) Include jdk14 logging configuration file

2011-07-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061873#comment-13061873 ] Simon Willnauer commented on SOLR-2616: --- +1 > Include jdk14 logging configuration fi

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

2011-07-08 Thread Simon Willnauer
my bad - just committed a fix simon On Fri, Jul 8, 2011 at 11:41 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9414/ > > All tests passed > > Build Log (for compile errors): > [...truncated 10240 lines...] > > > > ---

  1   2   >