[ 
https://issues.apache.org/jira/browse/LUCENE-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910707#action_12910707
 ] 

Uwe Schindler edited comment on LUCENE-2649 at 9/17/10 2:11 PM:
----------------------------------------------------------------

I am against that option! No static defaults! (and if it *must* be there - 
default it to true on Lucene, too).

bq. the number of values set 

This is OpenBitSet.cardinality() ? I dont think we should add this extra cost 
during creation, as it can be retrieved quite easy if really needed.

      was (Author: thetaphi):
    I am against that option! No static defaults!

bq. the number of values set 

This is OpenBitSet.cardinality() ? I dont think we should add this extra cost 
during creation, as it can be retrieved quite easy if really needed.
  
> FieldCache should include a BitSet for matching docs
> ----------------------------------------------------
>
>                 Key: LUCENE-2649
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2649
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>             Fix For: 4.0
>
>         Attachments: LUCENE-2649-FieldCacheWithBitSet.patch, 
> LUCENE-2649-FieldCacheWithBitSet.patch, LUCENE-2649-FieldCacheWithBitSet.patch
>
>
> The FieldCache returns an array representing the values for each doc.  
> However there is no way to know if the doc actually has a value.
> This should be changed to return an object representing the values *and* a 
> BitSet for all valid docs.

-- 
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

Reply via email to