: >just put this annotation at the class level:
: >
: >@SuppressCodecs("Lucene3x")

Be aware of subtleties though...  Just because a codec supports docvalues 
doesn't mean it supports *all* of the docvalue features you need.  
Example: the cursor tests failed in extremeley weird non-reproducible ways 
when using some of the Lucene 4 codecs because they created DocValue 
fields w/o requiring a value in every doc, and that caused 
non-deterministic behavior at query time.  So in that case we had to 
supress more then just Lucene3x.


-Hoss
http://www.lucidworks.com/

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

Reply via email to