[jira] [Updated] (LUCENENET-484) Some possibly major tests intermittently fail

2012-06-20 Thread Luc Vanlerberghe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Vanlerberghe updated LUCENENET-484: --- Attachment: Lucenenet-484-FieldCacheImpl.patch Translated patch in rev. 912330 of

Endian types

2012-06-20 Thread Kim Christensen
Hi all, I was looking into porting some Lucene 4x code, and ran into the issue about Big-Endian and Little-Endian. What is the standpoint on this? Always Big-Endian as Java does it? Regards, Kim

Re: Endian types

2012-06-20 Thread Oren Eini (Ayende Rahien)
I would assume that you would have to match the java behavior, if only to make sure that the index format matched. On Wed, Jun 20, 2012 at 5:47 PM, Kim Christensen k...@dubex.dk wrote: Hi all, I was looking into porting some Lucene 4x code, and ran into the issue about Big-Endian and

win phone 8

2012-06-20 Thread Prescott Nasser
looks like the same .net runtime will be in windows phone 8 and windows 8 - might save us porting issues for mobile..

Re: win phone 8

2012-06-20 Thread Christopher Currens
I wonder if it will still require IsolatedStorage. I would assume so? However, I would think that would only require creating a Directory type that used IsolatedStorage APIs, and added a check in FSDirectory.Open to return one of those if it's running on WP8. On Wed, Jun 20, 2012 at 10:47 AM,

[jira] [Commented] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-06-20 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397690#comment-13397690 ] Christopher Currens commented on LUCENENET-480: --- Regarding the sorted

RE: win phone 8

2012-06-20 Thread Prescott Nasser
Probably, but at the moment we have larger issues because we use various classes that don't exist for the phone - getting wp7 support is far harder than just creating and isolated storage class Sent from my Windows Phone From: Christopher Currens Sent: 6/20/2012

[jira] [Commented] (SOLR-3488) Create a Collections API for SolrCloud

2012-06-20 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397299#comment-13397299 ] Tommaso Teofili commented on SOLR-3488: --- bq. currently we do not remove all

Re: svn commit: r1351829 - in /lucene/dev/trunk/lucene: analysis/kuromoji/src/test/org/apache/lucene/analysis/ja/TestJapaneseTokenizer.java test-framework/src/java/org/apache/lucene/analysis/BaseToken

2012-06-20 Thread Dawid Weiss
And I agree we should avoid Assume: it's dangerous. It decreases test coverage because certain runs may be ignored but it certainly doesn't just silently run the test -- the result is an assumption-ignored test which is shown properly in ANT and IntelliJ; Eclipse has a long-standing issue with

[jira] [Commented] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-20 Thread Sivan Yogev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397317#comment-13397317 ] Sivan Yogev commented on LUCENE-4156: - Patch looks good, I have one question. In line

[jira] [Commented] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397324#comment-13397324 ] Shai Erera commented on LUCENE-4156: I've been thinking about it when I fixed it ...

[jira] [Commented] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-20 Thread Sivan Yogev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397356#comment-13397356 ] Sivan Yogev commented on LUCENE-4156: - Since getParent() could be heavily used during

[jira] [Commented] (SOLR-3488) Create a Collections API for SolrCloud

2012-06-20 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397362#comment-13397362 ] Sami Siren commented on SOLR-3488: -- Mark, nice work. bq. I'm still somewhat unsure about

[jira] [Commented] (SOLR-3379) Make logging of threadpool configuration report correct values

2012-06-20 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397373#comment-13397373 ] Greg Bowyer commented on SOLR-3379: --- Nice catch I cant believe I made that mistake

[jira] [Commented] (LUCENENET-484) Some possibly major tests intermittently fail

2012-06-20 Thread Luc Vanlerberghe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397377#comment-13397377 ] Luc Vanlerberghe commented on LUCENENET-484: TestSort.TestParallelMultiSort

[jira] [Commented] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory

2012-06-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397394#comment-13397394 ] Shai Erera commented on LUCENE-2632: Hey Andrzej, this is so cool ! I was interested

[jira] [Commented] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397399#comment-13397399 ] Shai Erera commented on LUCENE-4156: You're right, 2 extra method calls are not worth

[jira] [Resolved] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-4156. Resolution: Fixed Fix Version/s: 5.0 4.0 Lucene Fields: New,Patch

[jira] [Created] (PYLUCENE-18) Version 3.6.0 lacks chagelog/readme

2012-06-20 Thread Dmitry Nezhevenko (JIRA)
Dmitry Nezhevenko created PYLUCENE-18: - Summary: Version 3.6.0 lacks chagelog/readme Key: PYLUCENE-18 URL: https://issues.apache.org/jira/browse/PYLUCENE-18 Project: PyLucene Issue Type:

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397425#comment-13397425 ] Michael McCandless commented on LUCENE-4069: Hmm somehow I messed up when

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3892: --- Attachment: LUCENE-3892-direct-IntBuffer.patch The For index is 5.2 GB vs 4.9 GB

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397445#comment-13397445 ] Michael McCandless commented on LUCENE-4069: OK I think I found the problem

[jira] [Created] (SOLR-3558) Change SnapPuller to use Solrj

2012-06-20 Thread Sami Siren (JIRA)
Sami Siren created SOLR-3558: Summary: Change SnapPuller to use Solrj Key: SOLR-3558 URL: https://issues.apache.org/jira/browse/SOLR-3558 Project: Solr Issue Type: Sub-task Reporter:

[jira] [Updated] (SOLR-3558) Change SnapPuller to use Solrj

2012-06-20 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated SOLR-3558: - Attachment: SOLR-3558.patch patch that removes direct http client usage from SnapPuller

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397457#comment-13397457 ] Michael McCandless commented on LUCENE-4069: Results after fixing the not

[jira] [Commented] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory

2012-06-20 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397464#comment-13397464 ] Andrzej Bialecki commented on LUCENE-2632: --- There have been some changes in 4x

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

2012-06-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397487#comment-13397487 ] Uwe Schindler commented on LUCENE-3312: --- Hi Nikola, do you have any news or

[JENKINS] Solr-4.x - Build # 15 - Still Failing

2012-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-4.x/15/ 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #2,6,] Stack Trace: java.lang.RuntimeException: Thread threw an uncaught

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-20 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: LUCENE-3892_for_unfold_method.patch LUCENE-3892_pfor_unfold_method.patch

[jira] [Commented] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory

2012-06-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397501#comment-13397501 ] Shai Erera commented on LUCENE-2632: I tried patch --dry-run and here are the

[jira] [Commented] (SOLR-3488) Create a Collections API for SolrCloud

2012-06-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397510#comment-13397510 ] Mark Miller commented on SOLR-3488: --- bq. It seems that in the latest patch even in case

[jira] [Created] (SOLR-3559) handle deleteByQuery reorders in distributed indexing

2012-06-20 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-3559: -- Summary: handle deleteByQuery reorders in distributed indexing Key: SOLR-3559 URL: https://issues.apache.org/jira/browse/SOLR-3559 Project: Solr Issue Type:

[jira] [Assigned] (SOLR-3559) handle deleteByQuery reorders in distributed indexing

2012-06-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-3559: -- Assignee: Yonik Seeley handle deleteByQuery reorders in distributed indexing

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: (was: BloomFilterPostingsBranch4x.patch) Segment-level Bloom filters for a

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: BloomFilterPostingsBranch4x.patch Fix for the not downsizing bug and a subsequent

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: (was: PrimaryKeyPerfTest40.java) Segment-level Bloom filters for a 2 x

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-20 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: PrimaryKeyPerfTest40.java Updated Performance test code based on new IndexReader

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

2012-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-trunk/1890/ 1 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testShardAssignmentBigger Error Message: KeeperErrorCode = Session expired for /live_nodes Stack Trace: org.apache.zookeeper.KeeperException$SessionExpiredException:

RE: Endian types

2012-06-20 Thread Prescott Nasser
How much are you trying to port? I've got it on my roadmap to work with sharpen to try and get most of it auto ported. Any porting help is of course appreciated and welcome - but if you so have some time and are so inclined we could use more people helping on the sharpen front.

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 582 - Failure!

2012-06-20 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/582/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestDeletionPolicy.testExpirationTimeDeletionPolicy Error Message: no commits were deleted Stack Trace: java.lang.AssertionError: no commits were deleted

Re: Endian types

2012-06-20 Thread Itamar Syn-Hershko
To add to this - Lucene 4x is still being worked on in the Java front. We rather put efforts on porting v3.6 and start on v4 once there is an official Java release Thanks for your efforts! On Wed, Jun 20, 2012 at 6:19 PM, Prescott Nasser geobmx...@hotmail.comwrote: How much are you trying to

Re: [JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 582 - Failure!

2012-06-20 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Wed, Jun 20, 2012 at 11:25 AM, Policeman Jenkins Server jenk...@sd-datasolutions.de wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/582/ 1 tests failed. REGRESSION:  

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397605#comment-13397605 ] Michael McCandless commented on LUCENE-3892: OK I created a branch and

[jira] [Commented] (PYLUCENE-18) Version 3.6.0 lacks chagelog/readme

2012-06-20 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397608#comment-13397608 ] Andi Vajda commented on PYLUCENE-18: The beginning of the list of files in

[jira] [Commented] (SOLR-3304) Add Solr support for the new Lucene spatial module

2012-06-20 Thread Cody Young (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397618#comment-13397618 ] Cody Young commented on SOLR-3304: -- Haven't seen any movement on this in a while. What

[jira] [Commented] (SOLR-3304) Add Solr support for the new Lucene spatial module

2012-06-20 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397642#comment-13397642 ] David Smiley commented on SOLR-3304: I've been slowly getting back into this. I

[jira] [Comment Edited] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-20 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397694#comment-13397694 ] Han Jiang edited comment on LUCENE-3892 at 6/20/12 5:57 PM:

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-20 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397694#comment-13397694 ] Han Jiang commented on LUCENE-3892: --- OK, just reproduce your test. But Mike, are we

[jira] [Commented] (SOLR-3488) Create a Collections API for SolrCloud

2012-06-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397695#comment-13397695 ] Mark Miller commented on SOLR-3488: --- Perhaps its a little too ambitious, but the reason I

[jira] [Resolved] (LUCENE-4146) -Dtests.iters combined with -Dtestmethod never fails?

2012-06-20 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-4146. -- Resolution: Fixed bq. What I was thinking about was to use ANT's condition and check a compound

[jira] [Updated] (SOLR-3453) edismax lowercaseOperators=false broken by SOLR-3026

2012-06-20 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-3453: - Attachment: SOLR-3453 Correctly named patch. edismax lowercaseOperators=false

[jira] [Commented] (SOLR-3453) edismax lowercaseOperators=false broken by SOLR-3026

2012-06-20 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397712#comment-13397712 ] Erick Erickson commented on SOLR-3453: -- Thanks Tomás! edismax

[jira] [Resolved] (SOLR-3453) edismax lowercaseOperators=false broken by SOLR-3026

2012-06-20 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-3453. -- Resolution: Fixed Fix Version/s: 5.0 4.0 Added correctly named patch.

[jira] [Updated] (SOLR-3529) clarify distnction between index query tables on analysis debug pages

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-3529: Attachment: SOLR-3529.patch Next Patch, right now Columns have a fixed with

[jira] [Commented] (SOLR-139) Support updateable/modifiable documents

2012-06-20 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397739#comment-13397739 ] Mikhail Khludnev commented on SOLR-139: --- Yonik, it's hard to follow for me. Can't you

[jira] [Commented] (SOLR-3529) clarify distnction between index query tables on analysis debug pages

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397745#comment-13397745 ] Stefan Matheis (steffkes) commented on SOLR-3529: - Erick, i'll need your

[jira] [Updated] (SOLR-3509) Print support in Web UI

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-3509: Attachment: SOLR-3509.patch First Patch, using existing Styles only for

[jira] [Commented] (SOLR-3367) Show Logging Events in Admin UI

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397765#comment-13397765 ] Stefan Matheis (steffkes) commented on SOLR-3367: - Ah okay, makes sense.

[jira] [Resolved] (SOLR-3367) Show Logging Events in Admin UI

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-3367. - Resolution: Fixed Show Logging Events in Admin UI

[jira] [Commented] (SOLR-3529) clarify distnction between index query tables on analysis debug pages

2012-06-20 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397768#comment-13397768 ] Erick Erickson commented on SOLR-3529: -- Nope, I didn't write the comment, and the

Re: maxFieldLength, remove from example schema?

2012-06-20 Thread Uwe Schindler
To limit field length, in 4.0 you need to add a TokenFilter (LimitTokenCountFilter), if does not yet have a factory, we should add it. So the example should reflect this. -- Uwe Schindler H.-H.-Meier-Allee 63, 28213 Bremen http://www.thetaphi.de Erick Erickson erickerick...@gmail.com schrieb:

[jira] [Commented] (SOLR-3529) clarify distnction between index query tables on analysis debug pages

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397776#comment-13397776 ] Stefan Matheis (steffkes) commented on SOLR-3529: - Argh .. sorry, didn't

[jira] [Created] (SOLR-3560) Handle Logging Events in UI

2012-06-20 Thread Stefan Matheis (steffkes) (JIRA)
Stefan Matheis (steffkes) created SOLR-3560: --- Summary: Handle Logging Events in UI Key: SOLR-3560 URL: https://issues.apache.org/jira/browse/SOLR-3560 Project: Solr Issue Type:

Re: maxFieldLength, remove from example schema?

2012-06-20 Thread Erick Erickson
I saw the filter but hadn't thought about putting it in the example, you're right I'll do that too. LimitTokenCountFilterFactory exists, so it'll just be changing the XML. For something this trivial are JIRAs necessary? On Wed, Jun 20, 2012 at 2:57 PM, Uwe Schindler u...@thetaphi.de wrote: To

[jira] [Commented] (LUCENE-4146) -Dtests.iters combined with -Dtestmethod never fails?

2012-06-20 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397807#comment-13397807 ] Dawid Weiss commented on LUCENE-4146: - Thanks Hoss, I've been too busy to tackle

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4147: Attachment: LUCENE-4147.patch new patch that waits for running flushes in abort after all

[jira] [Commented] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397957#comment-13397957 ] Michael McCandless commented on LUCENE-4147: Thanks Simon; I'll re-beast.

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397958#comment-13397958 ] Michael McCandless commented on LUCENE-3892: bq. But Mike, are we using a

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: deadlock.log Well, the good news is beasting didn't uncover a failure

[jira] [Updated] (SOLR-3559) handle deleteByQuery reorders in distributed indexing

2012-06-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3559: --- Attachment: SOLR-3559.patch Here's a draft patch... no tests yet. handle