[jira] Updated: (LUCENE-2693) Add delete term and query need to more precisely record the bytes used

2011-01-23 Thread Shai Erera (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shai Erera updated LUCENE-2693:
---

Attachment: LUCENE-2693.patch

Patch against 3x, though I believe it'll look the same against trunk. Fixed 
SegmentDeletes.addQuery and added a CHANGES entry. I'd appreciate if someone 
can take a look before I commit.

 Add delete term and query need to more precisely record the bytes used
 --

 Key: LUCENE-2693
 URL: https://issues.apache.org/jira/browse/LUCENE-2693
 Project: Lucene - Java
  Issue Type: Bug
Affects Versions: 2.9.4, 3.1, 4.0
Reporter: Jason Rutherglen
Assignee: Shai Erera
Priority: Minor
 Fix For: 3.1, 4.0

 Attachments: LUCENE-2693.patch, LUCENE-2693.patch


 DocumentsWriter's add delete query and add delete term add to the number of 
 bytes used regardless of the query or term already existing in the respective 
 map.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] Updated: (LUCENE-2693) Add delete term and query need to more precisely record the bytes used

2010-10-29 Thread Robert Muir (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-2693:


Fix Version/s: (was: 2.9.4)

moving out

 Add delete term and query need to more precisely record the bytes used
 --

 Key: LUCENE-2693
 URL: https://issues.apache.org/jira/browse/LUCENE-2693
 Project: Lucene - Java
  Issue Type: Bug
Affects Versions: 2.9.4, 3.1, 4.0
Reporter: Jason Rutherglen
Priority: Minor
 Fix For: 3.1, 4.0

 Attachments: LUCENE-2693.patch


 DocumentsWriter's add delete query and add delete term add to the number of 
 bytes used regardless of the query or term already existing in the respective 
 map.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] Updated: (LUCENE-2693) Add delete term and query need to more precisely record the bytes used

2010-10-09 Thread Jason Rutherglen (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Rutherglen updated LUCENE-2693:
-

Attachment: LUCENE-2693.patch

Patch.  The query value was changed to BufferedDeletes.Num instead of Integer 
to save a little on object pointer allocation.

As a side note, there are a number of unrelated generics warnings when 
compiling.

 Add delete term and query need to more precisely record the bytes used
 --

 Key: LUCENE-2693
 URL: https://issues.apache.org/jira/browse/LUCENE-2693
 Project: Lucene - Java
  Issue Type: Bug
Affects Versions: 2.9.4, 3.1, 4.0
Reporter: Jason Rutherglen
 Fix For: 2.9.4, 3.1, 4.0

 Attachments: LUCENE-2693.patch


 DocumentsWriter's add delete query and add delete term add to the number of 
 bytes used regardless of the query or term already existing in the respective 
 map.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org