Lucene.Net.Util.LuceneTestCase.DefaultCodecSupportsDocValues C# (CSharp) 메소드

DefaultCodecSupportsDocValues() 공개 정적인 메소드

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
리턴 bool
        public static bool DefaultCodecSupportsDocValues()
        {
            return !Codec.Default.Name.Equals("Lucene3x");
        }