[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722993#action_12722993 ] Uwe Schindler commented on LUCENE-1712: --- In my opinion, I would like to keep the pre

[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722996#action_12722996 ] Earwin Burrfoot commented on LUCENE-1712: - Having half of your methods constantly

[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723000#action_12723000 ] Uwe Schindler commented on LUCENE-1712: --- Four classes! And with LUCENE-1710 there wi

[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723001#action_12723001 ] Uwe Schindler commented on LUCENE-1712: --- ...and unmaintainable. I merged the two cla

[jira] Created: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Shai Erera (JIRA)
WriteLineDocTask incorrectly normalizes fields -- Key: LUCENE-1714 URL: https://issues.apache.org/jira/browse/LUCENE-1714 Project: Lucene - Java Issue Type: Bug Components: contrib/benchm

[jira] Updated: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1714: --- Attachment: LUCENE-1714.patch Patch includes: # Fix WriteLineDocTask to replace "[\t\r\n]+" with a s

[jira] Assigned: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1714: -- Assignee: Michael McCandless > WriteLineDocTask incorrectly normalizes fields

[jira] Commented: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723030#action_12723030 ] Michael McCandless commented on LUCENE-1714: Looks good! Shai, can we pre-com

[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723031#action_12723031 ] Michael McCandless commented on LUCENE-1712: bq. I propose, that all ctors/fac

Re: Optimization of memory usage in PriorityQueue

2009-06-23 Thread Michael McCandless
OK I've added a NOTE to the javadocs for this... Mike On Mon, Jun 22, 2009 at 8:57 PM, Claudio . wrote: >>> I think the common use case of TopScoreDocCollector is to request 10 >>> results, then ask for 20 and so on. You ask for N results because you want >>> to display them, or manipulate them i

[jira] Commented: (LUCENE-1713) Rename RangeQuery -> TextRangeQuery

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723040#action_12723040 ] Michael McCandless commented on LUCENE-1713: bq. Suggestion: TermRangeQuery to

[jira] Updated: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1714: --- Attachment: LUCENE-1714.patch # Using a Matcher as a static final member, pre-compiled. # Completed

[jira] Commented: (LUCENE-1713) Rename RangeQuery -> TextRangeQuery

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723061#action_12723061 ] Uwe Schindler commented on LUCENE-1713: --- Additionally rename FieldCacheRangeFilter,

[jira] Commented: (LUCENE-1713) Rename RangeQuery -> TextRangeQuery

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723064#action_12723064 ] Uwe Schindler commented on LUCENE-1713: --- bq. Maybe a good addition to FieldCacheRang

Re: [jira] Commented: (LUCENE-1713) Rename RangeQuery -> TextRangeQuery

2009-06-23 Thread Simon Willnauer
On Tue, Jun 23, 2009 at 12:52 PM, Michael McCandless (JIRA) wrote: > >    [ > https://issues.apache.org/jira/browse/LUCENE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723040#action_12723040 > ] > > Michael McCandless commented on LUCENE-1713: > --

[jira] Reopened: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-1487: --- Is this Filter really needed anymore? If yes, why not create an FieldCacheRangeFilter that can

[jira] Issue Comment Edited: (LUCENE-1713) Rename RangeQuery -> TextRangeQuery

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723064#action_12723064 ] Uwe Schindler edited comment on LUCENE-1713 at 6/23/09 7:54 AM:

[jira] Created: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Brian Groose (JIRA)
DirectoryIndexReader finalize() holding TermInfosReader longer than necessary - Key: LUCENE-1715 URL: https://issues.apache.org/jira/browse/LUCENE-1715 Project: Lucene - Java

[jira] Issue Comment Edited: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723098#action_12723098 ] Uwe Schindler edited comment on LUCENE-1487 at 6/23/09 8:28 AM:

[jira] Updated: (LUCENE-1701) Add NumericField and NumericSortField, make plain text numeric parsers public in FieldCache, move trie parsers to FieldCache

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1701: -- Attachment: LUCENE-1701.patch Final patch. > Add NumericField and NumericSortField, make plai

[jira] Closed: (LUCENE-1701) Add NumericField and NumericSortField, make plain text numeric parsers public in FieldCache, move trie parsers to FieldCache

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-1701. - Resolution: Fixed Commited backwards tests: revision 787714 Committed patch: revision 787723 Th

[jira] Closed: (LUCENE-1687) Remove ExtendedFieldCache by rolling functionality into FieldCache

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-1687. - Resolution: Fixed Committed together with LUCENE-1701 in revision 787723. > Remove ExtendedFiel

[jira] Updated: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1715: --- Fix Version/s: 2.9 > DirectoryIndexReader finalize() holding TermInfosReader longer

[jira] Assigned: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1715: -- Assignee: Michael McCandless > DirectoryIndexReader finalize() holding TermInf

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723156#action_12723156 ] Michael McCandless commented on LUCENE-1715: I'd be inclined to remove the fin

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723158#action_12723158 ] Michael McCandless commented on LUCENE-1487: bq. why not retrofit to our new

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723157#action_12723157 ] Earwin Burrfoot commented on LUCENE-1715: - +1 I suggest removing finalize() from I

[jira] Commented: (LUCENE-1713) Rename RangeQuery -> TextRangeQuery

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723162#action_12723162 ] Michael McCandless commented on LUCENE-1713: OK, so: * RangeFilter -> TermR

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723164#action_12723164 ] Michael McCandless commented on LUCENE-1715: bq. I suggest removing finalize()

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723167#action_12723167 ] Uwe Schindler commented on LUCENE-1487: --- This is why I closed LUCENE-1701 to get a g

[jira] Resolved: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1715. Resolution: Fixed Thanks Brian! > DirectoryIndexReader finalize() holding TermInf

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723174#action_12723174 ] Uwe Schindler commented on LUCENE-1715: --- I would still additionally null the referen

[jira] Commented: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723175#action_12723175 ] Michael McCandless commented on LUCENE-1714: Looks good; I'll commit shortly.

[jira] Resolved: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1714. Resolution: Fixed Thanks Shai! > WriteLineDocTask incorrectly normalizes fields >

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723180#action_12723180 ] Michael McCandless commented on LUCENE-1715: Does that really help GC? (I tho

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723183#action_12723183 ] Uwe Schindler commented on LUCENE-1715: --- That was my intention. :) > DirectoryIndex

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723184#action_12723184 ] Simon Willnauer commented on LUCENE-1715: - bq. Does that really help GC? (I though

[jira] Updated: (LUCENE-1701) Add NumericField, make plain text numeric parsers public in FieldCache, move trie parsers to FieldCache

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1701: -- Summary: Add NumericField, make plain text numeric parsers public in FieldCache, move trie par

[jira] Reopened: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1715: Reopening for nulling at least termInfosReader; we should probably null other memory

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723203#action_12723203 ] Robert Newson commented on LUCENE-1715: --- I wonder if it's also worth examining the (

[jira] Issue Comment Edited: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723203#action_12723203 ] Robert Newson edited comment on LUCENE-1715 at 6/23/09 10:46 AM: ---

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-23 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723212#action_12723212 ] Shai Erera commented on LUCENE-1630: Mike, after you commit this we should take a look

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723217#action_12723217 ] Michael McCandless commented on LUCENE-1715: SimpleFSDirectory.FSIndexInput's

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723224#action_12723224 ] Earwin Burrfoot commented on LUCENE-1715: - I object nulling references in attempt

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723225#action_12723225 ] Earwin Burrfoot commented on LUCENE-1715: - And support removing finalizers everywh

[jira] Resolved: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1630. Resolution: Fixed Thanks Shai! Yes, let's go look @ LUCENE-1652 now! > Mating Co

[jira] Resolved: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1466. Resolution: Fixed OK I just committed this. Thanks Koji! Can you open a Solr iss

[jira] Commented: (LUCENE-1646) QueryParser throws new exceptions even if custom parsing logic threw a better one

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723265#action_12723265 ] Michael McCandless commented on LUCENE-1646: I agree Hoss; I'll fix QueryParse

[jira] Resolved: (LUCENE-1646) QueryParser throws new exceptions even if custom parsing logic threw a better one

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1646. Resolution: Fixed Fix Version/s: 2.9 Thanks Trejkaz and Hoss! > QueryParse

RE: Optimization of memory usage in PriorityQueue

2009-06-23 Thread Claudio .
Hi Mike, I looked at in javadoc: http://lucene.apache.org/java/2_4_1/api/core/org/apache/lucene/search/Searcher.html#search(org.apache.lucene.search.Query,%20org.apache.lucene.search.Filter,%20int) and in trunk version of Lucene and I did not find your NOTE. Can you confirm? Thanks! > Date: T

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723276#action_12723276 ] Michael McCandless commented on LUCENE-1715: I agree nulling is not a good pra

[jira] Assigned: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1487: -- Assignee: Uwe Schindler (was: Michael McCandless) > FieldCacheTermsFilter > -

Re: Optimization of memory usage in PriorityQueue

2009-06-23 Thread Simon Willnauer
See r787628 --- lucene/java/trunk/src/java/org/apache/lucene/search/FieldValueHitQueue.java (original) +++ lucene/java/trunk/src/java/org/apache/lucene/search/FieldValueHitQueue.java Tue Jun 23 10:48:55 2009 @@ -173,6 +173,9 @@ /** * Creates a hit queue sorted by the given list of fields.

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-06-23 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723282#action_12723282 ] Shai Erera commented on LUCENE-1652: It looks like everything we mentioned here was ta

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723283#action_12723283 ] Simon Willnauer commented on LUCENE-1715: - I is def. not good practice and I agree

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723289#action_12723289 ] Earwin Burrfoot commented on LUCENE-1715: - There's in fact one case where nulling

[jira] Resolved: (LUCENE-1708) Improve the use of isDeleted in the indexing code

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1708. Resolution: Fixed Thanks Shai! > Improve the use of isDeleted in the indexing cod

[jira] Assigned: (LUCENE-1703) Add a waitForMerges() method to IndexWriter

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1703: -- Assignee: Michael McCandless > Add a waitForMerges() method to IndexWriter > -

[jira] Updated: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1715: --- Attachment: LUCENE-1715.patch OK, attached patch nulling just a few things... I plan

[jira] Resolved: (LUCENE-1703) Add a waitForMerges() method to IndexWriter

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1703. Resolution: Fixed Fix Version/s: 2.9 Thanks Tim! > Add a waitForMerges() m

[jira] Issue Comment Edited: (LUCENE-1461) Cached filter for a single term field

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723306#action_12723306 ] Uwe Schindler edited comment on LUCENE-1461 at 6/23/09 2:08 PM:

[jira] Reopened: (LUCENE-1461) Cached filter for a single term field

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-1461: --- Assignee: Uwe Schindler (was: Michael McCandless) I reopened the wrong issue :-( The cla

[jira] Closed: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-1487. - Resolution: Fixed Sorry, I reopened the wrong issue, the correct class is FieldCacheRangeFilter.

Improving TimeLimitedCollector

2009-06-23 Thread Jason Rutherglen
As we're revamping collectors, weights, and scorers, perhaps we can push time limiting into the individual subscorers? Currently on a boolean query, we're timing out the query at the top level which doesn't work well if the subqueries exceed the time limit.

[jira] Created: (LUCENE-1716) Adding norms, properties indexing and writer.infoStream support to benchmark

2009-06-23 Thread Shai Erera (JIRA)
Adding norms, properties indexing and writer.infoStream support to benchmark Key: LUCENE-1716 URL: https://issues.apache.org/jira/browse/LUCENE-1716 Project: Lucene - Java

[jira] Updated: (LUCENE-1716) Adding norms, properties indexing and writer.infoStream support to benchmark

2009-06-23 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1716: --- Attachment: LUCENE-1716.patch Patch includes the mentioned changes + unit tests. All benchmark tests

[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-06-23 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723324#action_12723324 ] Hoss Man commented on LUCENE-1712: -- {quote} By the way: It is also a good idea to use val

How to know when Lucene Index generation process is completed

2009-06-23 Thread mitu2009
Hi, I've a batch job which generates Lucene search indexes every night. I first get all the records from the database and add it to Lucene index using IndexWriter's AddDocument method and then call Optimize method before returning from the method. Since the records fetched are faily large, indexi

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723334#action_12723334 ] Koji Sekiguchi commented on LUCENE-1466: Thank you Mike for committing this! I'll

[jira] Assigned: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-1487: - Assignee: (was: Uwe Schindler) > FieldCacheTermsFilter > - > >

[jira] Updated: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1487: -- Comment: was deleted (was: Sorry *EDIT*: This Filter is really cool on iterating on the FieldC

[jira] Updated: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1487: -- Comment: was deleted (was: bq. why not retrofit to our new naming-convention and extend +1!

[jira] Updated: (LUCENE-1487) FieldCacheTermsFilter

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1487: -- Comment: was deleted (was: This is why I closed LUCENE-1701 to get a good start to fold this i

[jira] Updated: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-06-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1695: Attachment: LUCENE-1695.patch > Update the Highlighter to use the new TokenStream API > --

Re: Common Bottlenecks

2009-06-23 Thread Chris Hostetter
On Tue, 9 Jun 2009, Vico Marziale wrote: : highly-multicore processors to speed computer forensics tools. For the : moment I am trying to figure out what the most common performance bottleneck : inside of Lucene itself is. I will then take a crack at porting some (small) : portion of Lucene to CUD

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-06-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723345#action_12723345 ] Mark Miller commented on LUCENE-1693: - How is this patch coming? Do you think MemoryI

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723352#action_12723352 ] Earwin Burrfoot commented on LUCENE-1607: - Okay, let's have an extra class and abi

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723351#action_12723351 ] Uwe Schindler commented on LUCENE-1693: --- Michael did not yet respond (I think he is

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-06-23 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723353#action_12723353 ] Uwe Schindler commented on LUCENE-1693: --- By the way: Token is no longer deprecated,

[jira] Commented: (LUCENE-1677) Remove GCJ IndexReader specializations

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723355#action_12723355 ] Earwin Burrfoot commented on LUCENE-1677: - Mike, are we going to postpone actual d

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-06-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723362#action_12723362 ] Mark Miller commented on LUCENE-1693: - Ah, nice - I had to re-implement it for one or

Re: Execute a testcase method via ant?

2009-06-23 Thread Jason Rutherglen
More like ant test -Dtestcase=TestSort -Dtestmethod=testMultiSort or ant test -Dtestcase=TestSort.testMultiSort I Googled a lot for "ant junit test method" and variants. Couldn't find anything, seems like a custom JUnit task that does reflection could be used? On Tue, Jun 16, 2009 at 7:22 PM,

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-06-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723369#action_12723369 ] Mark Miller commented on LUCENE-1693: - bq. The big difference is, that you do not need

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723374#action_12723374 ] Michael McCandless commented on LUCENE-1466: Woops, sorry, I did indeed see yo

[jira] Commented: (LUCENE-1677) Remove GCJ IndexReader specializations

2009-06-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723376#action_12723376 ] Michael McCandless commented on LUCENE-1677: I thought so? Ie deprecate now &

[jira] Commented: (LUCENE-1677) Remove GCJ IndexReader specializations

2009-06-23 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723378#action_12723378 ] Earwin Burrfoot commented on LUCENE-1677: - I thought we're doing everything right

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466-TestCharFilter.patch an additional test for CharFilter that I forgot

[jira] Updated: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-06-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1693: -- Attachment: TestCompatibility.java Ok another version of my hated compatibility patch. What I