GetWriterFrame() static private méthode

static private GetWriterFrame ( bool safe ) : IndexWriterFrame
safe bool
Résultat IndexWriterFrame
Exemple #1
0
        //============================================================================== public static part

        public static IndexWriterFrame Get(bool safe)
        {
            //if (LuceneManager.Paused)
            //    throw LuceneManager.GetPausedException();
            return(IndexWriterUsage.GetWriterFrame(safe));
        }
Exemple #2
0
        // ============================================================================== public static part

        public static IndexWriterFrame Get(bool safe)
        {
            return(IndexWriterUsage.GetWriterFrame(safe));
        }