Searched defs:RandomIndexWriter (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/index/
H A DRandomIndexWriter.java42 public class RandomIndexWriter implements Closeable { class in inherits:Closeable
72 /** create a RandomIndexWriter with a random config: Uses TEST_VERSION_CURRENT and Whitespace+LowercasingAnalyzer */
73 public RandomIndexWriter(Random r, Directory dir) throws IOException { method in class:RandomIndexWriter
77 /** create a RandomIndexWriter with a random config: Uses TEST_VERSION_CURRENT */
78 public RandomIndexWriter(Random r, Directory dir, Analyzer a) throws IOException { method in class:RandomIndexWriter
82 /** create a RandomIndexWriter with a random config */
83 public RandomIndexWriter(Random r, Directory dir, Version v, Analyzer a) throws IOException { method in class:RandomIndexWriter
87 /** create a RandomIndexWriter with the provided config */
88 public RandomIndexWriter(Random r, Directory dir, IndexWriterConfig c) throws IOException { method in class:RandomIndexWriter
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/index/
H A DRandomIndexWriter.java42 public class RandomIndexWriter implements Closeable { class in inherits:Closeable
72 /** create a RandomIndexWriter with a random config: Uses TEST_VERSION_CURRENT and Whitespace+LowercasingAnalyzer */
73 public RandomIndexWriter(Random r, Directory dir) throws IOException { method in class:RandomIndexWriter
77 /** create a RandomIndexWriter with a random config: Uses TEST_VERSION_CURRENT */
78 public RandomIndexWriter(Random r, Directory dir, Analyzer a) throws IOException { method in class:RandomIndexWriter
82 /** create a RandomIndexWriter with a random config */
83 public RandomIndexWriter(Random r, Directory dir, Version v, Analyzer a) throws IOException { method in class:RandomIndexWriter
87 /** create a RandomIndexWriter with the provided config */
88 public RandomIndexWriter(Random r, Directory dir, IndexWriterConfig c) throws IOException { method in class:RandomIndexWriter

Completed in 11 milliseconds