Re: RAM memory problems dealing with documents

2008-10-25 Thread robert engels
Trying running the application with -Xmx128m You may find that it works fine. Java will continue to allocate memory if it needs it - it you allow it to. It does this for performance reasons. If the app runs in a tight loop, this could be your problem. If that is not the case, it is most

[jira] Updated: (LUCENE-1420) Similarity.lengthNorm and positionIncrement=0

2008-10-25 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-1420: -- Attachment: similarity-v2.patch Patch that uses FieldInvertState, as suggested. Change

RAM memory problems dealing with documents

2008-10-25 Thread Marc Sturlese
Hey there, I am having some memory trouble with my Lucene app. I need to get the info and delete about 1000 docs every time I execute the app. I get the IDs of the documents to delete from a database and for all single ID I get the data from the indexed doc using an index searcher and topdocs (sea

[jira] Commented: (LUCENE-1425) Add ConstantScore highlighting support to SpanScorer

2008-10-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642659#action_12642659 ] Mark Miller commented on LUCENE-1425: - Its a balancing act I suppose. Mark Harwood has

[jira] Updated: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1424: Attachment: LUCENE-1424.patch Sorry bout the @overrides...grabbed/copied from solr and forgot the

[jira] Commented: (LUCENE-1425) Add ConstantScore highlighting support to SpanScorer

2008-10-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642650#action_12642650 ] Yonik Seeley commented on LUCENE-1425: -- It seems like we should separate the concepts

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642628#action_12642628 ] Hoss Man commented on LUCENE-1424: -- bq. Is there any reason to keep the rewrite-to-Boolea

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642617#action_12642617 ] Uwe Schindler commented on LUCENE-1424: --- Just a suggestion: How about *not* inventin

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642615#action_12642615 ] Mark Harwood commented on LUCENE-1424: -- >> Are the score differences caused by the re

[jira] Resolved: (LUCENE-1426) Next steps towards flexible indexing

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1426. Resolution: Fixed > Next steps towards flexible indexing > ---

[jira] Commented: (LUCENE-1420) Similarity.lengthNorm and positionIncrement=0

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642613#action_12642613 ] Michael McCandless commented on LUCENE-1420: Andrzej are you [going to] work o

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642611#action_12642611 ] Michael McCandless commented on LUCENE-1424: Patch looks good. I plan to comm

[jira] Updated: (LUCENE-1428) Highlighter dist jar includes memory binary class files

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1428: --- Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/

[jira] Resolved: (LUCENE-1428) Highlighter dist jar includes memory binary class files

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1428. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Availa

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642606#action_12642606 ] Michael McCandless commented on LUCENE-1424: Woops... patch uses @Override (Ja

[jira] Assigned: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1424: -- Assignee: Michael McCandless > Add ConstantScorePrefixQuery and ConstantScoreW

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642605#action_12642605 ] Michael McCandless commented on LUCENE-1424: bq. What do people think about pu