GetWriterFrame() static private method

static private GetWriterFrame ( bool safe ) : IndexWriterFrame
safe bool
return IndexWriterFrame
Ejemplo n.º 1
0
        //============================================================================== public static part

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

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