Searched defs:getConfig (Results 1 - 10 of 10) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/internal/csv/writer/
H A DCSVWriter.java116 public CSVConfig getConfig() { method in class:CSVWriter
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DCacheConfig.java73 configs[i] = getConfig(solrConfig, nodes.item(i));
79 public static CacheConfig getConfig(SolrConfig solrConfig, String xpath) { method in class:CacheConfig
81 return getConfig(solrConfig, node);
85 public static CacheConfig getConfig(SolrConfig solrConfig, Node node) { method in class:CacheConfig
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestPayloadProcessorProvider.java123 private IndexWriterConfig getConfig(Random random) { method in class:TestPayloadProcessorProvider
H A DTestSnapshotDeletionPolicy.java49 protected IndexWriterConfig getConfig(Random random, IndexDeletionPolicy dp) { method in class:TestSnapshotDeletionPolicy
239 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
250 writer = new IndexWriter(dir, getConfig(random, sdp));
270 final IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
315 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
320 writer = new IndexWriter(dir, getConfig(random, sdp).setIndexCommit(sdp.getSnapshot("snapshot0")));
337 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
369 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
375 writer = new IndexWriter(dir, getConfig(random, sdp));
387 IndexWriter writer = new IndexWriter(dir, getConfig(rando
[all...]
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestPayloadProcessorProvider.java123 private IndexWriterConfig getConfig(Random random) { method in class:TestPayloadProcessorProvider
H A DTestSnapshotDeletionPolicy.java49 protected IndexWriterConfig getConfig(Random random, IndexDeletionPolicy dp) { method in class:TestSnapshotDeletionPolicy
239 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
250 writer = new IndexWriter(dir, getConfig(random, sdp));
270 final IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
315 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
320 writer = new IndexWriter(dir, getConfig(random, sdp).setIndexCommit(sdp.getSnapshot("snapshot0")));
337 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
369 IndexWriter writer = new IndexWriter(dir, getConfig(random, sdp));
375 writer = new IndexWriter(dir, getConfig(random, sdp));
387 IndexWriter writer = new IndexWriter(dir, getConfig(rando
[all...]
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/
H A DContentItemsSource.java118 public final Config getConfig() { return config; } method in class:ContentItemsSource
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/
H A DPerfRunData.java390 public Config getConfig() { method in class:PerfRunData
/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DDataImporter.java293 DataConfig getConfig() { method in class:DataImporter
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexWriter.java1061 * changes to the configuration use {@link #getConfig}.
1256 public IndexWriterConfig getConfig() { method in class:IndexWriter

Completed in 32 milliseconds