Solr-3.x - Build # 151 - Still Failing

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Solr-3.x/151/ All tests passed Build Log (for compile errors): [...truncated 16502 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[jira] Updated: (SOLR-2141) NullPointerException when using escapeSql function

2010-10-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2141: - Attachment: SOLR-2141-sample.patch Edward, Maybe I'm missing something, but I couldn't reproduce

[jira] Resolved: (LUCENE-2616) FastVectorHighlighter: out of alignment when the first value is empty in multiValued field

2010-10-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-2616. Resolution: Fixed Committed revision 1028984(2.9), 1028986(3.0). > FastVectorHighlighter:

Lucene-Solr-tests-only-trunk - Build # 756 - Failure

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/756/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration Error Message: expected:<2> but was:<3> Stack Trace: junit.framework.AssertionFailedError: expected:<2> but was:<3>

Lucene-trunk - Build # 1347 - Failure

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1347/ All tests passed Build Log (for compile errors): [...truncated 18171 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional comm

Lucene-Solr-tests-only-trunk - Build # 754 - Failure

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/754/ 1 tests failed. REGRESSION: org.apache.solr.TestDistributedSearch.testDistribSearch Error Message: Some threads threw uncaught exceptions! Stack Trace: junit.framework.AssertionFailedError: Some threads threw un

[jira] Updated: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2328: --- Attachment: LUCENE-2328.patch Attached patch with a simpler fix for 3.0/2.9. IndexW

Lucene-3.x - Build # 165 - Failure

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Lucene-3.x/165/ All tests passed Build Log (for compile errors): [...truncated 21260 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional command

[jira] Resolved: (LUCENE-2533) FileSwitchDirectory should uniqueify the String file names returned by listAll

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2533. --- Resolution: Fixed Committed 3.0 branch revision: 1028931 Committed 2.9 branch revision: 1028

[jira] Commented: (LUCENE-2533) FileSwitchDirectory should uniqueify the String file names returned by listAll

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926481#action_12926481 ] Uwe Schindler commented on LUCENE-2533: --- I'll take this one, its committing > F

[jira] Assigned: (SOLR-2207) Add paging capabilities to Result Grouping functionality

2010-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-2207: -- Assignee: Yonik Seeley > Add paging capabilities to Result Grouping functionality >

[jira] Resolved: (LUCENE-2549) TimeLimitingCollector's TimeExceededException contains useless relative docid

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2549. --- Resolution: Fixed Committed 3.0 branch revision: 1028920 Committed 2.9 branch revision: 1028

[jira] Resolved: (LUCENE-2235) implement PerFieldAnalyzerWrapper.getOffsetGap

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2235. --- Resolution: Fixed Committed 3.0 branch revision: 1028915 Committed 2.9 branch revision: 1028

[jira] Created: (SOLR-2207) Add paging capabilities to Result Grouping functionality

2010-10-29 Thread Grant Ingersoll (JIRA)
Add paging capabilities to Result Grouping functionality Key: SOLR-2207 URL: https://issues.apache.org/jira/browse/SOLR-2207 Project: Solr Issue Type: Improvement Reporter:

Lucene.NET Community Status

2010-10-29 Thread Grant Ingersoll
FYI: This message was sent to the lucene-net-...@lucene.a.o list on Oct. 25 and elicited zero replies. I am sending it here in the hopes that some of you will step forward and either bring this project back to life via going back to the Incubator or we put it in the Apache Attic and someone can

Re: inconsistency/performance trap of empty terms

2010-10-29 Thread Ryan McKinley
Reading the discussion here... I think Roberts main point is that lucene lets you make empty terms, but has inconsistent behavior with them. We should either remove support, or make consistent behavior. Sure, there are lots of options to avoid the problems. But should it be necessary to work to

[jira] Resolved: (LUCENE-2513) IndexReader overwrites future commits when you open it on a past commit

2010-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2513. Resolution: Fixed > IndexReader overwrites future commits when you open it on a pa

Lucene-Solr-tests-only-trunk - Build # 741 - Failure

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/741/ 6 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigReplication Error Message: Severe errors in solr configuration. Check your log files for more detailed information o

[jira] Commented: (SOLR-2205) Grouping performance improvements

2010-10-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926405#action_12926405 ] Martijn van Groningen commented on SOLR-2205: - I wrote that in a hurry, but grou

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Michael McCandless
OK I agree we should try to fix this. I think we can fix it less invasively, based on Shai's original idea. I'll take it. Mike On Fri, Oct 29, 2010 at 2:36 PM, Tim Smith wrote: >  the situation where i saw this was effectively committing after every > document update (i know, not good practice

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Tim Smith
the situation where i saw this was effectively committing after every document update (i know, not good practice, but it is what it is) also, i hold onto the same IW for the life of the vm (i've always found closing and reopening IW's while feeding to be very messy and result in issues, especia

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Shay Banon
For a system that is long running and commits every X time this can prove to be problematic eventually. And then its a matter of frequency. But, as this is a recommended design pattern for lucene (commit the IndexWriter to persist you changes periodically), its quite severe. Seems like the only sol

Lucene-Solr-tests-only-trunk - Build # 738 - Failure

2010-10-29 Thread Apache Hudson Server
Build: http://hudson.zones.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/738/ 1 tests failed. REGRESSION: org.apache.solr.cloud.ZkControllerTest.testReadShards Error Message: Could not connect to ZooKeeper 127.0.0.1:34530/solr within 1000 ms Stack Trace: java.util.concurrent.TimeoutExcept

RE: inconsistency/performance trap of empty terms

2010-10-29 Thread Uwe Schindler
We don't even need the TF, LengthFilter does the job very easy, just set minTermLength to 1 and maxTermLength to Integer.MAX_VALUE. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u

Re: inconsistency/performance trap of empty terms

2010-10-29 Thread Robert Muir
On Fri, Oct 29, 2010 at 1:44 PM, Chris Hostetter wrote: > In the IndexWriter: it seems like a bad idea. it doesn't have to be there. but we have to do something. Currently we have the worst of both worlds: 1. the empty term causes performance problems for people who don't realize whats going on

RE: inconsistency/performance trap of empty terms

2010-10-29 Thread Uwe Schindler
I am for the tokenfilter approach. Max Field Length is still to be deprecated in favour of the TokenFilter. TF is very easy, just loop over incrementToken() until it returns false or a termLength>0 - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaph

Re: inconsistency/performance trap of empty terms

2010-10-29 Thread Chris Hostetter
: why not just discard them completely in say, indexer/queryparser ? In QueryParser: maybe, that's a high level API with assumptions about "human" interaction and text. In the IndexWriter: it seems like a bad idea. Low level Lucene really shouldn't be making any assumptions about *how* the cl

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Michael McCandless
On Fri, Oct 29, 2010 at 9:01 AM, Tim Smith wrote: >  I suggest backporting lucene-2328 as well > > the memory leak grows based on the number of commits > if you are doing extremely frequent commits, the memory leak becomes a > sizable loss that cannot be reclaimed without restarting and may requir

[jira] Resolved: (LUCENE-2580) MultiPhraseQuery throws AIOOBE

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2580. - Resolution: Fixed Fix Version/s: (was: 2.9.4) (was: 3.0.3) The

[jira] Commented: (LUCENE-2729) Index corruption after 'read past EOF' under heavy update load and snapshot export

2010-10-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926360#action_12926360 ] Jason Rutherglen commented on LUCENE-2729: -- Post a listing of the index files wit

[jira] Resolved: (LUCENE-2524) when many query clases are specified in boolean or dismax query, highlighted terms are always "yellow" if multi-colored feature is used

2010-10-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-2524. Resolution: Fixed Committed revision 1028850(2.9), 1028854(3.0). > when many query clases

[jira] Resolved: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2658. - Resolution: Fixed Committed revision 1028827 (3.0.x) Committed revision 1028849 (2.9.x) > TestI

[jira] Commented: (SOLR-2205) Grouping performance improvements

2010-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926350#action_12926350 ] Yonik Seeley commented on SOLR-2205: bq. I think the only thing to do for the issue is t

[jira] Resolved: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-10-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-2278. Resolution: Fixed Assignee: Koji Sekiguchi Committed revision 1028833(2.9), 1028839(

[jira] Issue Comment Edited: (SOLR-2068) Search Grouping: collapse by string specialization

2010-10-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926338#action_12926338 ] Martijn van Groningen edited comment on SOLR-2068 at 10/29/10 12:50 PM: --

[jira] Commented: (SOLR-2205) Grouping performance improvements

2010-10-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926342#action_12926342 ] Martijn van Groningen commented on SOLR-2205: - I think the only thing to do for

[jira] Commented: (SOLR-2068) Search Grouping: collapse by string specialization

2010-10-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926340#action_12926340 ] Martijn van Groningen commented on SOLR-2068: - bq. we would be better off using

[jira] Updated: (SOLR-2068) Search Grouping: collapse by string specialization

2010-10-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2068: Attachment: SOLR-2068.patch The improvements extracted from SOLR-2205 > Search Grou

[jira] Commented: (SOLR-2205) Grouping performance improvements

2010-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926334#action_12926334 ] Yonik Seeley commented on SOLR-2205: bq. Is see that the changes the DocValues impl in S

[jira] Commented: (SOLR-2205) Grouping performance improvements

2010-10-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926331#action_12926331 ] Martijn van Groningen commented on SOLR-2205: - bq. Here's an additional patch th

[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2658: Attachment: LUCENE-2658_30_test.patch ok, here is a test that reproduces the failure on the 3.0 br

[jira] Updated: (LUCENE-2729) Index corruption after 'read past EOF' under heavy update load and snapshot export

2010-10-29 Thread Nico Krijnen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Krijnen updated LUCENE-2729: - Description: We have a system running lucene and zoie. We use lucene as a content store for a C

[jira] Created: (LUCENE-2729) Index corruption after 'read past EOF' under heavy update load

2010-10-29 Thread Nico Krijnen (JIRA)
Index corruption after 'read past EOF' under heavy update load -- Key: LUCENE-2729 URL: https://issues.apache.org/jira/browse/LUCENE-2729 Project: Lucene - Java Issue Type: Bug

[jira] Resolved: (LUCENE-2653) ThaiAnalyzer assumes things about your jre

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2653. - Resolution: Fixed Committed documentation about this in: Revision 1028789 for 3.0.x Revision 102

[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926307#action_12926307 ] Robert Muir commented on LUCENE-2658: - I'll hack on the 3.0.x/2.9.x tests and see if i

[jira] Commented: (LUCENE-2653) ThaiAnalyzer assumes things about your jre

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926304#action_12926304 ] Robert Muir commented on LUCENE-2653: - I'm gonna shoot for documentation-only fix here

[jira] Resolved: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2055. - Resolution: Fixed I committed some documentation that if possible, its better to use the snowbal

[jira] Resolved: (LUCENE-2284) MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2284. - Resolution: Fixed Committed revision 1028767 to 3.0.x Committed revision 1028768 to 2.9.x > Mat

[jira] Resolved: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(List)

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2277. - Resolution: Fixed Committed 3.0.x revision 1028758 Committed 2.9.x revision 1028759 > QueryNode

[jira] Commented: (SOLR-2068) Search Grouping: collapse by string specialization

2010-10-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926290#action_12926290 ] Yonik Seeley commented on SOLR-2068: Going back over my old notes on how to efficiently

Re: PyLucene with Zope

2010-10-29 Thread Kapil Thangavelu
zope is a little more difficult as its executing user code in a thread pool fronted by the async code. i haven't done it in a while, but i ended up patching the zserver to initialize individual threads. you can do it from a product code. On Wed, Oct 6, 2010 at 3:36 PM, technology inspired < techno

[jira] Resolved: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2249. --- Resolution: Fixed This was already backported with LUCENE-2494. > ParallelMultiSearcher sho

[jira] Updated: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2249: -- Fix Version/s: (was: 2.9.4) 2.9 uses no executors, so only 3.0.3 > ParallelMultiSearcher

[jira] Resolved: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2384. --- Resolution: Fixed Backported to 3.0 branch revision: 1028739 Backported to 2.9 branch revisi

[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2658: Fix Version/s: 3.0.3 2.9.4 > TestIndexWriterExceptions random failure: AIOOBE i

[jira] Updated: (LUCENE-2653) ThaiAnalyzer assumes things about your jre

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2653: Fix Version/s: 3.0.3 2.9.4 > ThaiAnalyzer assumes things about your jre > -

[jira] Updated: (LUCENE-2524) when many query clases are specified in boolean or dismax query, highlighted terms are always "yellow" if multi-colored feature is used

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2524: Fix Version/s: 3.0.3 2.9.4 > when many query clases are specified in boolean or

[jira] Reopened: (LUCENE-2524) when many query clases are specified in boolean or dismax query, highlighted terms are always "yellow" if multi-colored feature is used

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2524: - reopening for possible 2.9.4/3.0.3 backport. > when many query clases are specified in boolean or

[jira] Reopened: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2359: - reopening for possible 2.9.4/3.0.3 backport. > CartesianPolyFilterBuilder doesn't handle edge case

[jira] Reopened: (LUCENE-2653) ThaiAnalyzer assumes things about your jre

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2653: - reopening for possible 2.9.4/3.0.3 backport. > ThaiAnalyzer assumes things about your jre > --

[jira] Updated: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2359: Fix Version/s: 4.0 3.1 3.0.3 2.9.4 > Cart

[jira] Reopened: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2184: - reopening for possible 2.9.4/3.0.3 backport. I noticed it has a warning that it changes the APIs...

[jira] Updated: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2184: Fix Version/s: 3.1 3.0.3 2.9.4 > CartesianPolyFilterBuilder

[jira] Updated: (LUCENE-2284) MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2284: Fix Version/s: 3.0.3 2.9.4 > MatchAllDocsQueryNode toString() creates invalid X

[jira] Updated: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(List)

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2277: Fix Version/s: 3.1 3.0.3 2.9.4 > QueryNodeImpl throws Concur

[jira] Updated: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2055: Fix Version/s: 3.1 3.0.3 2.9.4 > Fix buggy stemmers and Remo

[jira] Reopened: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(List)

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2277: - reopening for possible 2.9.4/3.0.3 backport. > QueryNodeImpl throws ConcurrentModificationExceptio

[jira] Resolved: (LUCENE-2675) Add support for 3.0 indexes in 2.9 branch

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2675. --- Resolution: Fixed Committed revision: 1028723 > Add support for 3.0 indexes in 2.9 branch >

[jira] Updated: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2278: reopening for possible 2.9.4/3.0.3 backport. > FastVectorHighlighter: highlighted term is out of ali

[jira] Reopened: (LUCENE-2284) MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2284: - reopening for possible 2.9.4/3.0.3 backport. > MatchAllDocsQueryNode toString() creates invalid XM

[jira] Updated: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2278: Fix Version/s: 3.1 3.0.3 2.9.4 > FastVectorHighlighter: high

[jira] Reopened: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2278: - > FastVectorHighlighter: highlighted term is out of alignment in multi-valued > NOT_ANALYZED field

[jira] Reopened: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2055: - reopening for possible 2.9.4/3.0.3 backport. (i just want to add documentation recommending to use

[jira] Updated: (LUCENE-2035) TokenSources.getTokenStream() does not assign positionIncrement

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2035: Fix Version/s: 3.1 3.0.3 2.9.4 > TokenSources.getTokenStream

[jira] Reopened: (LUCENE-2035) TokenSources.getTokenStream() does not assign positionIncrement

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2035: - reopening for possible 2.9.4/3.0.3 backport. > TokenSources.getTokenStream() does not assign posit

[jira] Reopened: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2658: - reopening for possible 2.9.4/3.0.3 backport. > TestIndexWriterExceptions random failure: AIOOBE in

[jira] Updated: (LUCENE-2616) FastVectorHighlighter: out of alignment when the first value is empty in multiValued field

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2616: Fix Version/s: 3.0.3 2.9.4 > FastVectorHighlighter: out of alignment when the f

[jira] Reopened: (LUCENE-2616) FastVectorHighlighter: out of alignment when the first value is empty in multiValued field

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2616: - reopening for possible 2.9.4/3.0.3 backport. > FastVectorHighlighter: out of alignment when the fi

[jira] Updated: (LUCENE-2272) PayloadNearQuery has hardwired explanation for 'AveragePayloadFunction'

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2272: Fix Version/s: 2.9.4 > PayloadNearQuery has hardwired explanation for 'AveragePayloadFunction' > -

[jira] Reopened: (LUCENE-2272) PayloadNearQuery has hardwired explanation for 'AveragePayloadFunction'

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2272: - reopening for possible 2.9.4/3.0.3 backport. > PayloadNearQuery has hardwired explanation for 'Ave

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Robert Muir
On Fri, Oct 29, 2010 at 9:01 AM, Tim Smith wrote: >  I suggest backporting lucene-2328 as well > > the memory leak grows based on the number of commits > if you are doing extremely frequent commits, the memory leak becomes a > sizable loss that cannot be reclaimed without restarting and may requir

[jira] Updated: (LUCENE-2580) MultiPhraseQuery throws AIOOBE

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2580: Fix Version/s: 3.0.3 2.9.4 > MultiPhraseQuery throws AIOOBE > -

[jira] Reopened: (LUCENE-2580) MultiPhraseQuery throws AIOOBE

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2580: - reopening for possible 2.9.4/3.0.3 backport. > MultiPhraseQuery throws AIOOBE > --

[jira] Updated: (LUCENE-2549) TimeLimitingCollector's TimeExceededException contains useless relative docid

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2549: Fix Version/s: 3.0.3 2.9.4 > TimeLimitingCollector's TimeExceededException cont

[jira] Reopened: (LUCENE-2549) TimeLimitingCollector's TimeExceededException contains useless relative docid

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2549: - reopening for possible 2.9.4/3.0.3 backport. > TimeLimitingCollector's TimeExceededException conta

[jira] Updated: (LUCENE-2533) FileSwitchDirectory should uniqueify the String file names returned by listAll

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2533: Fix Version/s: 3.0.3 2.9.4 > FileSwitchDirectory should uniqueify the String fi

[jira] Reopened: (LUCENE-2533) FileSwitchDirectory should uniqueify the String file names returned by listAll

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2533: - reopening for possible 2.9.4/3.0.3 backport. > FileSwitchDirectory should uniqueify the String fil

[jira] Reopened: (LUCENE-2513) IndexReader overwrites future commits when you open it on a past commit

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2513: - reopening for possible 2.9.4/3.0.3 backport. > IndexReader overwrites future commits when you open

[jira] Updated: (LUCENE-2496) NPE if you open IW with CREATE on an index with no segments file

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2496: Fix Version/s: 3.0.3 2.9.4 > NPE if you open IW with CREATE on an index with no

[jira] Commented: (LUCENE-2675) Add support for 3.0 indexes in 2.9 branch

2010-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926260#action_12926260 ] Uwe Schindler commented on LUCENE-2675: --- So as Robert seems to also agree, I think I

[jira] Updated: (LUCENE-2513) IndexReader overwrites future commits when you open it on a past commit

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2513: Fix Version/s: 3.0.3 2.9.4 > IndexReader overwrites future commits when you ope

[jira] Reopened: (LUCENE-2496) NPE if you open IW with CREATE on an index with no segments file

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2496: - reopening for possible 2.9.4/3.0.3 backport. > NPE if you open IW with CREATE on an index with no

[jira] Updated: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2384: Fix Version/s: 3.0.3 2.9.4 > Reset zzBuffer in StandardTokenizerImpl* when lexe

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Tim Smith
I suggest backporting lucene-2328 as well the memory leak grows based on the number of commits if you are doing extremely frequent commits, the memory leak becomes a sizable loss that cannot be reclaimed without restarting and may require restarting the vm on a daily basis -- Tim On 10/29/

[jira] Reopened: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2384: - reopening for possible 2.9.4/3.0.3 backport. > Reset zzBuffer in StandardTokenizerImpl* when lexer

[jira] Reopened: (LUCENE-2365) Finding Newest Segment In Empty Index

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2365: - reopening for possible 2.9.4/3.0.3 backport. > Finding Newest Segment In Empty Index > ---

[jira] Updated: (LUCENE-2365) Finding Newest Segment In Empty Index

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2365: Fix Version/s: 3.1 3.0.3 2.9.4 > Finding Newest Segment In E

[jira] Updated: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2249: Fix Version/s: 3.1 3.0.3 2.9.4 > ParallelMultiSearcher shoul

[jira] Reopened: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2249: - reopening for possible 2.9.4/3.0.3 backport. > ParallelMultiSearcher should shut down thread pool

[jira] Updated: (LUCENE-2235) implement PerFieldAnalyzerWrapper.getOffsetGap

2010-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2235: Fix Version/s: 3.1 3.0.3 2.9.4 > implement PerFieldAnalyzerW

  1   2   >