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

Robert Muir commented on LUCENE-3354:
-------------------------------------

The new multivalued test in TestFieldCache exhibits some problems if NUM_ORD > 
2.

This is the case if you e.g. use -Dtests.multiplier=3 (like hudson does)... I 
temporarily disabled it and put in a loud system.out.println
{noformat}
-    NUM_ORDS = atLeast(2);
+    System.out.println("WARNING: NUM_ORDS is wired to 2, test fails 
otherwise!!!!!!!!!!!!!!!!!!!!!");
+    NUM_ORDS = 2; //atLeast(2);
{noformat}

> Extend FieldCache architecture to multiple Values
> -------------------------------------------------
>
>                 Key: LUCENE-3354
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3354
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Bill Bell
>             Fix For: 4.0
>
>         Attachments: LUCENE-3354.patch, LUCENE-3354.patch
>
>
> I would consider this a bug. It appears lots of people are working around 
> this limitation, 
> why don't we just change the underlying data structures to natively support 
> multiValued fields in the FieldCache architecture?
> Then functions() will work properly, and we can do things like easily 
> geodist() on a multiValued field.
> Thoughts?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to