Searched defs:iwc (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexUpgrader.java111 private final IndexWriterConfig iwc; field in class:IndexUpgrader
130 public IndexUpgrader(Directory dir, IndexWriterConfig iwc, PrintStream infoStream, boolean deletePriorCommits) { argument
132 this.iwc = iwc;
149 final IndexWriterConfig c = (IndexWriterConfig) iwc.clone();
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestIndexWriter.java1601 public FlushCountingIndexWriter(Directory dir, IndexWriterConfig iwc) throws IOException { argument
1602 super(dir, iwc);
1766 IndexWriterConfig iwc = newIndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random));
1767 iwc.setTermIndexInterval(1);
1768 iwc.setReaderTermsIndexDivisor(1);
1769 IndexWriter writer = new IndexWriter(dir, iwc);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestIndexWriter.java1703 public FlushCountingIndexWriter(Directory dir, IndexWriterConfig iwc) throws IOException { argument
1704 super(dir, iwc);
1958 IndexWriterConfig iwc = newIndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random));
1959 iwc.setTermIndexInterval(1);
1960 iwc.setReaderTermsIndexDivisor(1);
1961 IndexWriter writer = new IndexWriter(dir, iwc);

Completed in 20 milliseconds