[JENKINS] Lucene-Solr-tests-only-3.x-java7 - Build # 67 - Still Failing

2011-07-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/67/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest.testMultiThreaded Error Message: expected:500 but was:300 Stack Trace: junit.framework.AssertionFailedError: expected:500 but

[jira] [Commented] (LUCENE-3346) jrebug causes checkindex fail

2011-07-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072729#comment-13072729 ] Robert Muir commented on LUCENE-3346: - I triggered this with Standard's

[jira] [Commented] (SOLR-2242) Get distinct count of names for a facet field

2011-07-29 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072732#comment-13072732 ] Bill Bell commented on SOLR-2242: - To make this work right with distribution, if seems that

[jira] [Created] (LUCENE-3350) trunk: TestDocumentsWriterDeleteQueue.testStressDeleteQueue seed failure

2011-07-29 Thread selckin (JIRA)
trunk: TestDocumentsWriterDeleteQueue.testStressDeleteQueue seed failure - Key: LUCENE-3350 URL: https://issues.apache.org/jira/browse/LUCENE-3350 Project: Lucene - Java

[jira] [Updated] (LUCENE-2795) Genericize DirectIOLinuxDir - UnixDir

2011-07-29 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-2795: -- Attachment: LUCENE-2795.patch Updated patch.

[jira] [Commented] (SOLR-1967) New Native PHP Response Writer Class

2011-07-29 Thread gleader (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072775#comment-13072775 ] gleader commented on SOLR-1967: --- Why not just? $code =

[jira] [Commented] (LUCENE-3335) jrebug causes porter stemmer to sigsegv

2011-07-29 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072783#comment-13072783 ] Bernd Fehling commented on LUCENE-3335: --- I got new information from Vladimir about

[jira] [Commented] (SOLR-2682) remove addException() from SimpleFacet

2011-07-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072784#comment-13072784 ] Koji Sekiguchi commented on SOLR-2682: -- I'll commit tomorrow. remove addException()

[jira] [Assigned] (SOLR-2682) remove addException() from SimpleFacet

2011-07-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-2682: Assignee: Koji Sekiguchi remove addException() from SimpleFacet

Re: [JENKINS] Lucene-trunk - Build # 1638 - Failure

2011-07-29 Thread Michael McCandless
Too many open files... Mike McCandless http://blog.mikemccandless.com On Thu, Jul 28, 2011 at 10:58 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-trunk/1638/ 1 tests failed. REGRESSION:  

[jira] [Commented] (SOLR-2242) Get distinct count of names for a facet field

2011-07-29 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072805#comment-13072805 ] Chris Male commented on SOLR-2242: -- I don't think its realistic to send back the whole

Two JDK 1.5 methods avoids backport Lucene 3.3.x code to JDK1.4 stack

2011-07-29 Thread Marcelo Ochoa
Hi: Two JDK1.5 methods avoid Lucene 3.3.x classes from being back-ported to JDK1.4 compatible stack. public static int numberOfLeadingZeros(int i) public static int numberOfLeadingZeros(long l) I know that the Lucene core projects is certified against 1.5 stack, but for developers like me

JCC CompileError -- incorrect generic parameter detection

2011-07-29 Thread Łukasz Jancewicz
Hi, I encountered an error while trying to create a JCC wrapper for Apache Tika. In particular, the problematic interface was org.apache.poi.poifs.filesystem.DirectoryEntry. It's a rather unusual, but simple, interface, defined as: public interface DirectoryEntry extends Entry, IterableEntry {

[jira] [Commented] (SOLR-2242) Get distinct count of names for a facet field

2011-07-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072819#comment-13072819 ] Ryan McKinley commented on SOLR-2242: - Ya, always sending the whole seems like asking

[jira] [Commented] (SOLR-2242) Get distinct count of names for a facet field

2011-07-29 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072827#comment-13072827 ] Chris Male commented on SOLR-2242: -- I really want to avoid having to load the list just to

[jira] [Commented] (LUCENE-3342) make frozenbuffereddeletes more efficient for terms

2011-07-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072841#comment-13072841 ] Simon Willnauer commented on LUCENE-3342: - seems like we have an related failure

[jira] [Commented] (LUCENE-3350) trunk: TestDocumentsWriterDeleteQueue.testStressDeleteQueue seed failure

2011-07-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072840#comment-13072840 ] Simon Willnauer commented on LUCENE-3350: - hmm, my first guess would be this is

[jira] [Created] (SOLR-2683) Solr classpath is not setup correctly if core's instanceDir does not exist on startup

2011-07-29 Thread Yury Kats (JIRA)
Solr classpath is not setup correctly if core's instanceDir does not exist on startup - Key: SOLR-2683 URL: https://issues.apache.org/jira/browse/SOLR-2683 Project:

Re: JCC CompileError -- incorrect generic parameter detection

2011-07-29 Thread Andi Vajda
Hi Lukasz, Thank you very much for the detailed bug report and fix. If the gentyref library has Apache compatible licensing, I could use it for JCC. If the bug can be worked around without introducing this dependency, that would be even better. For example, is there a piece of gentyref

[jira] [Created] (SOLR-2684) ConcurrentModificationException from BinaryResponseWriter

2011-07-29 Thread Arul Kalaipandian (JIRA)
ConcurrentModificationException from BinaryResponseWriter - Key: SOLR-2684 URL: https://issues.apache.org/jira/browse/SOLR-2684 Project: Solr Issue Type: Bug Components:

[jira] [Updated] (SOLR-2684) ConcurrentModificationException from BinaryResponseWriter

2011-07-29 Thread Arul Kalaipandian (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arul Kalaipandian updated SOLR-2684: Attachment: SOLR-2684.patch Patch to fix the ConcurrentModificationException from

[jira] [Assigned] (LUCENE-3350) trunk: TestDocumentsWriterDeleteQueue.testStressDeleteQueue seed failure

2011-07-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3350: --- Assignee: Simon Willnauer trunk:

[jira] [Resolved] (LUCENE-3350) trunk: TestDocumentsWriterDeleteQueue.testStressDeleteQueue seed failure

2011-07-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3350. - Resolution: Fixed I just committed a fix for this. It was a test bug since LUCENE-3342

[jira] [Commented] (LUCENE-3342) make frozenbuffereddeletes more efficient for terms

2011-07-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072874#comment-13072874 ] Simon Willnauer commented on LUCENE-3342: - I resolved LUCENE-3350 - this was a

[jira] [Updated] (SOLR-2382) DIH Cache Improvements

2011-07-29 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2382: - Attachment: SOLR-2382-solrwriter-verbose-fix.patch This patch fixes verbose debugging output and can be

[jira] [Updated] (LUCENE-2308) Separately specify a field's type

2011-07-29 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikola Tankovic updated LUCENE-2308: Attachment: LUCENE-2308-18.patch Getting some errors, maybe someone can help or check.

[jira] [Commented] (LUCENE-3338) Flexible query parser does not support open ranges and range queries with mixed inclusive and exclusive ranges

2011-07-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072950#comment-13072950 ] Uwe Schindler commented on LUCENE-3338: --- Solr uses exactly this range query to

[jira] [Commented] (LUCENE-3350) trunk: TestDocumentsWriterDeleteQueue.testStressDeleteQueue seed failure

2011-07-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072958#comment-13072958 ] Robert Muir commented on LUCENE-3350: - thanks selckin! trunk:

[jira] [Commented] (LUCENE-3348) IndexWriter applies wrong deletes during concurrent flush-all

2011-07-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072962#comment-13072962 ] Jason Rutherglen commented on LUCENE-3348: -- Sorry to add my opinion to this,

the biggest file solr can handle

2011-07-29 Thread Yongtao Liu
Hi all, Looks like we will load all content to ram when we build SolrDoc and convert it to Lucene Document. In this way, the biggest file which solr can handle depends on the JVM/machine ram size. I was wondering is it possible we can process fields in stream mode? Like some parser application,

[jira] [Commented] (LUCENE-3348) IndexWriter applies wrong deletes during concurrent flush-all

2011-07-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072968#comment-13072968 ] Simon Willnauer commented on LUCENE-3348: - bq. Sorry to add my opinion to this,

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

2011-07-29 Thread Shay Banon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072979#comment-13072979 ] Shay Banon commented on LUCENE-3282: Hi, sorry for the late response, I the comment.

[jira] [Created] (SOLR-2685) always use SolrInputDocument

2011-07-29 Thread Yonik Seeley (JIRA)
always use SolrInputDocument Key: SOLR-2685 URL: https://issues.apache.org/jira/browse/SOLR-2685 Project: Solr Issue Type: Improvement Reporter: Yonik Seeley Priority: Minor First,

[jira] [Commented] (SOLR-2685) always use SolrInputDocument

2011-07-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073012#comment-13073012 ] Ryan McKinley commented on SOLR-2685: - +1 always use SolrInputDocument

[jira] [Updated] (LUCENE-3347) XMLparser drops user boosting

2011-07-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3347: -- Attachment: LUCENE-3347.patch Patch with test, I think it's ready to commit! XMLparser

[jira] [Commented] (SOLR-2382) DIH Cache Improvements

2011-07-29 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073058#comment-13073058 ] Lance Norskog commented on SOLR-2382: - Is SOLR-2382-entities.patch/July 29, the latest

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

2011-07-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/81/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore Error Message: Index directory exists after core unload with deleteIndex=true Stack Trace:

[jira] [Updated] (LUCENE-3348) IndexWriter applies wrong deletes during concurrent flush-all

2011-07-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3348: --- Attachment: LUCENE-3348.patch Another patch, I think fixing the 2nd issue by doing

Re: omitNorms

2011-07-29 Thread Chris Hostetter
: my field category (string) has omitNorms=True and omitTermFreqAndPositions=True. : i have indexed all docs but when i do a search like: : http://xxx:xxx/solr/select/?q=category:AdebugQuery=on : i see there's normalization and idf and tf. Why? i can't understand the reason. those options

[jira] [Updated] (SOLR-2684) ConcurrentModificationException from BinaryResponseWriter

2011-07-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2684: --- Attachment: SOLR-2684.patch Arul: thank you so much for reporting this and especially for submitting a patch

[jira] [Commented] (LUCENE-3338) Flexible query parser does not support open ranges and range queries with mixed inclusive and exclusive ranges

2011-07-29 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073110#comment-13073110 ] Adriano Crestani commented on LUCENE-3338: -- Yes, it's different than

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

2011-07-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1639/ 6 tests failed. REGRESSION: org.apache.lucene.util.TestFieldCacheSanityChecker.testSanity Error Message: /usr/home/hudson/hudson-slave/workspace/Lucene-trunk/checkout/lucene/build/test/2/test6582166093tmp/_g_2.frq (Too many open files in

[jira] [Updated] (SOLR-2606) Solr sort no longer works on field names with some punctuation in them

2011-07-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2606: --- Attachment: SOLR-2606.test.only.patch bq. Lucene has no limits on fieldnames. I've long advocated sticking to

[jira] [Commented] (SOLR-2606) Solr sort no longer works on field names with some punctuation in them

2011-07-29 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073130#comment-13073130 ] Mike Sokolov commented on SOLR-2606: My money's on this: // short circuit test

[jira] [Updated] (SOLR-2606) Solr sort no longer works on field names with some punctuation in them

2011-07-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2606: --- Attachment: SOLR-2606.patch bq. My money's on this: Mike: close, but that's kind of a red herring. If you

[jira] [Updated] (SOLR-2606) Solr sort no longer works on field names with some punctuation in them

2011-07-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2606: --- Affects Version/s: 3.3 Fix Version/s: 4.0 3.4 Assignee: Hoss Man