Exemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: private NonUniqueLuceneIndexPopulator newPopulator() throws java.io.IOException
        private NonUniqueLuceneIndexPopulator NewPopulator()
        {
            IndexSamplingConfig           samplingConfig = new IndexSamplingConfig(Config.defaults());
            NonUniqueLuceneIndexPopulator populator      = new NonUniqueLuceneIndexPopulator(_index, samplingConfig);

            populator.Create();
            return(populator);
        }