LoadIndex() protected method

protected LoadIndex ( ) : void
return void
Beispiel #1
0
        public static IIndexer CreateIndexer(string location)
        {
            var indexbuilder = new IndexBuilder(location);
            indexbuilder.LoadIndex();

            return indexbuilder;
        }
Beispiel #2
0
        public static IIndexer CreateIndexer(string location)
        {
            var indexbuilder = new IndexBuilder(location);

            indexbuilder.LoadIndex();

            return(indexbuilder);
        }