Re: do the Java and Python garbage collectors talk to each other, with JCC?

2010-08-25 Thread Bill Janssen
Andi Vajda va...@apache.org wrote: On Tue, 24 Aug 2010, Bill Janssen wrote: I'm starting to see traces like the following in my UpLib (OS X 10.5.8, 32-bit Python 2.5, Java 6, JCC-2.6, PyLucene-2.9.3) that indicate an out-of-memory issue. I spawn a lot of short-lived threads in Python,

Hudson build is back to normal : Solr-3.x #85

2010-08-25 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Solr-3.x/85/changes - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] Commented: (SOLR-2079) Expose HttpServletRequest object from SolrQueryRequest object

2010-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902359#action_12902359 ] Jan Høydahl commented on SOLR-2079: --- I have been using SolrParams to convey metadata from

Re: Should analysis.jsp honor maxFieldLength

2010-08-25 Thread Jan Høydahl / Cominvent
What about an option to override this on a per field-type and/or per field basis. Then the global setting could still be default: fieldType name=text class=solr.TextField positionIncrementGap=100 maxLength=10 OR field name=teaser type=text indexed=true stored=true maxLength=10/

[jira] Commented: (LUCENE-2095) Document not guaranteed to be found after write and commit

2010-08-25 Thread vijaykumarraja.grandhi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902371#action_12902371 ] vijaykumarraja.grandhi commented on LUCENE-2095: I am currently using

Re: Lucene Test Failure: org.apache.lucene.search.TestCachingWrapperFilter.testEnforceDeletions (from TestCachingWrapperFilter)

2010-08-25 Thread Michael McCandless
OK I just cut this test over to SMS, and, took steps to make sure the reader is not GC'd. It seems to be passing now ;) Mike On Tue, Aug 24, 2010 at 6:46 PM, Michael McCandless luc...@mikemccandless.com wrote: Hmm so cms.sync() wasn't it -- I just saw it fail again. Uwe you are right -- we

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch ok, here is the previous patch, except random is now enabled by

[jira] Assigned: (LUCENE-2590) Enable access to the freq information in a Query's sub-scorers

2010-08-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-2590: --- Assignee: Simon Willnauer (was: Michael McCandless) Enable access to the freq

[jira] Commented: (LUCENE-2590) Enable access to the freq information in a Query's sub-scorers

2010-08-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902379#action_12902379 ] Simon Willnauer commented on LUCENE-2590: - bq. Oh I see we can't quite have Scorer

[jira] Updated: (SOLR-2031) QueryComponent's default query parser should be configurable from solrconfig.xml

2010-08-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-2031: -- Attachment: SOLR-2031.patch updated patch to trunk - if nobody objects I'd commit that in a day

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

2010-08-25 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. Fix Version/s: 3.1 4.0 Resolution: Fixed trunk: Committed

[jira] Commented: (LUCENE-2095) Document not guaranteed to be found after write and commit

2010-08-25 Thread vijaykumarraja.grandhi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902410#action_12902410 ] vijaykumarraja.grandhi commented on LUCENE-2095: Please help me. Slowly

[jira] Issue Comment Edited: (LUCENE-2095) Document not guaranteed to be found after write and commit

2010-08-25 Thread vijaykumarraja.grandhi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902410#action_12902410 ] vijaykumarraja.grandhi edited comment on LUCENE-2095 at 8/25/10 8:41 AM:

[jira] Commented: (LUCENE-2598) allow tests to use different Directory impls

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902433#action_12902433 ] Robert Muir commented on LUCENE-2598: - the fixes to NIOFS and MMap are committed in

[jira] Commented: (SOLR-2088) contrib/extraction fails on a turkish computer

2010-08-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902453#action_12902453 ] Mark Miller commented on SOLR-2088: --- I'm running into this on my hudson box - more info:

[jira] Commented: (SOLR-1566) Allow components to add fields to outgoing documents

2010-08-25 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902456#action_12902456 ] Grant Ingersoll commented on SOLR-1566: --- I think we all have generally worked around

[jira] Resolved: (LUCENE-2412) Architecture Diagrams needed for Lucene, Solr and Nutch

2010-08-25 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-2412. - Resolution: Fixed Architecture Diagrams needed for Lucene, Solr and Nutch

[jira] Commented: (SOLR-2059) Allow customizing how WordDelimiterFilter tokenizes text.

2010-08-25 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902588#action_12902588 ] Peter Karich commented on SOLR-2059: Robert, thanks for this work! I have a different

[jira] Commented: (SOLR-2059) Allow customizing how WordDelimiterFilter tokenizes text.

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902593#action_12902593 ] Robert Muir commented on SOLR-2059: --- Hi Peter: thats a great example. For my use case it

[jira] Commented: (SOLR-2059) Allow customizing how WordDelimiterFilter tokenizes text.

2010-08-25 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902600#action_12902600 ] Peter Karich commented on SOLR-2059: Ups, my mistake ... this helped! What do you

[jira] Issue Comment Edited: (SOLR-2059) Allow customizing how WordDelimiterFilter tokenizes text.

2010-08-25 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902600#action_12902600 ] Peter Karich edited comment on SOLR-2059 at 8/25/10 3:46 PM: -

[jira] Updated: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-08-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2239: Attachment: LUCENE-2239.patch here is a new patch that add the essential information to

[jira] Commented: (SOLR-2089) Faceting: order term ords before converting to values

2010-08-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902623#action_12902623 ] Yonik Seeley commented on SOLR-2089: Results: docs=10M, docs matching query=1M, facet on

[jira] Updated: (SOLR-1986) Allow users to define multiple subfield types in AbstractSubTypeFieldType

2010-08-25 Thread Thomas Joiner (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Joiner updated SOLR-1986: Attachment: AbstractMultiSubTypeFieldType.patch Since the reason people seemed to object to the

[jira] Commented: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-08-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902641#action_12902641 ] Simon Willnauer commented on LUCENE-2239: - Good point Robert - instead of

[no subject]

2010-08-25 Thread Peter Karich
- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] Commented: (SOLR-1301) Solr + Hadoop

2010-08-25 Thread Daniel Ivan Pizarro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902645#action_12902645 ] Daniel Ivan Pizarro commented on SOLR-1301: --- I'm getting the following error:

[jira] Created: (SOLR-2090) Allow reader to be passed in SolrInputDocument.addField method

2010-08-25 Thread Bojan Vukojevic (JIRA)
Allow reader to be passed in SolrInputDocument.addField method -- Key: SOLR-2090 URL: https://issues.apache.org/jira/browse/SOLR-2090 Project: Solr Issue Type: Improvement

Re: do the Java and Python garbage collectors talk to each other, with JCC?

2010-08-25 Thread Andi Vajda
On Wed, 25 Aug 2010, Bill Janssen wrote: Sure, but tell that to the Lucene folks. They're the ones starting a new thread here. Of course, now and then one needs to start a new thread. I forwarded your question to Mike McCandless (who is also a subscriber to this list) to see if he had

Re: [jira] Commented: (LUCENE-2611) IntelliJ IDEA setup

2010-08-25 Thread Erick Erickson
Great, I'll give it a whirl when I see the notification come back through. Erick On Wed, Aug 25, 2010 at 7:24 AM, Steven Rowe (JIRA) j...@apache.org wrote: [

[jira] Created: (LUCENE-2622) Random Test Failure org.apache.lucene.TestExternalCodecs.testPerFieldCodec (from TestExternalCodecs)

2010-08-25 Thread Mark Miller (JIRA)
Random Test Failure org.apache.lucene.TestExternalCodecs.testPerFieldCodec (from TestExternalCodecs) Key: LUCENE-2622 URL:

[jira] Created: (LUCENE-2623) Random Test Failure org.apache.lucene.index.TestIndexWriter.testAddIndexesWithThreads (from TestIndexWriter)

2010-08-25 Thread Mark Miller (JIRA)
Random Test Failure org.apache.lucene.index.TestIndexWriter.testAddIndexesWithThreads (from TestIndexWriter) Key: LUCENE-2623 URL:

[jira] Commented: (LUCENE-2611) IntelliJ IDEA setup

2010-08-25 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902700#action_12902700 ] Erick Erickson commented on LUCENE-2611: Steven: That worked like a champ, all I

[jira] Commented: (LUCENE-2611) IntelliJ IDEA setup

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902739#action_12902739 ] Robert Muir commented on LUCENE-2611: - bq. DIH and Solr unit test runs still don't

Random Lucene Test Failure: org.apache.lucene.index.TestBackwardsCompatibility.testIndexOldIndex (from TestBackwardsCompatibility)

2010-08-25 Thread Mark Miller
org.apache.lucene.index.TestBackwardsCompatibility.testIndexOldIndex (from TestBackwardsCompatibility) Failing for the past 1 build (Since #1353 ) Took 0.29 sec. Error Message wrong doc count expected:46 but was:45 Stacktrace junit.framework.AssertionFailedError: wrong doc count expected:46 but

[jira] Commented: (SOLR-2034) javabin should use UTF-8, not modified UTF-8

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902744#action_12902744 ] Robert Muir commented on SOLR-2034: --- if no one objects to the latest patch, i'd like to

[jira] Created: (LUCENE-2624) add new snowball languages

2010-08-25 Thread Robert Muir (JIRA)
add new snowball languages -- Key: LUCENE-2624 URL: https://issues.apache.org/jira/browse/LUCENE-2624 Project: Lucene - Java Issue Type: New Feature Components: contrib/analyzers Reporter:

[jira] Updated: (LUCENE-2624) add new snowball languages

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2624: Attachment: LUCENE-2624.patch add new snowball languages --