Lucene.Net.Util.LuceneTestCase.DefaultCodecSupportsDocValues C# (CSharp) Method

DefaultCodecSupportsDocValues() public static method

Return a random Locale from the available locales on the system. Return a random TimeZone from the available timezones on the system return a Locale object equivalent to its programmatic name
public static DefaultCodecSupportsDocValues ( ) : bool
return bool
        public static bool DefaultCodecSupportsDocValues()
        {
            return !Codec.Default.Name.Equals("Lucene3x");
        }