/[Apache-SVN]
ViewVC logotype

Revision 701592


Jump to revision: Previous Next
Author: ryan
Date: Sat Oct 4 03:55:00 2008 UTC (15 years, 6 months ago)
Changed paths: 62
Log Message:
moved SolrCore config related stuff out
-- messy messy messy
-- NOTE this does not pass all the tests

Changed paths

Path Details
Directorylucene/solr/branches/sandbox/ryan/contrib/dataimporthandler/src/main/java/org/apache/solr/handler/dataimport/DataImportHandler.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/contrib/dataimporthandler/src/main/java/org/apache/solr/handler/dataimport/DataImporter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/ added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/Config.java
(Copied from lucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/Config.java, r701539)
added , text changed , props changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/CoreDescriptor.java
(Copied from lucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/CoreDescriptor.java, r701539)
added , text changed , props changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/CoreInitalizer.java added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/CoreVars.java added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/HttpCachingConfiguration.java added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/JmxConfiguration.java added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/RequestDispatcherConfiguration.java added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/SolrConfig.java
(Copied from lucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/SolrConfig.java, r701539)
added , text changed , props changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/SolrConfiguraion.java added
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/SolrIndexConfig.java
(Copied from lucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/update/SolrIndexConfig.java, r701539)
added , text changed , props changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/config/SolrResourceLoader.java
(Copied from lucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/SolrResourceLoader.java, r701539)
added , text changed , props changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/AbstractSolrEventListener.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/Config.java deleted
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/CoreContainer.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/CoreDescriptor.java deleted
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/JmxMonitoredMap.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/QuerySenderListener.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/RequestHandlers.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/RunExecutableListener.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/SolrConfig.java deleted
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/SolrCore.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/core/SolrResourceLoader.java deleted
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/handler/admin/ShowFileRequestHandler.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/handler/component/QueryElevationComponent.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/handler/component/SearchComponent.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/handler/component/SpellCheckComponent.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/highlight/SolrHighlighter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/request/XSLTResponseWriter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/schema/IndexSchema.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/search/CacheConfig.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/search/DisMaxQParserPlugin.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/search/QueryParsing.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/search/SolrIndexSearcher.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/spelling/FileBasedSpellChecker.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/update/DirectUpdateHandler2.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/update/SolrIndexConfig.java deleted
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/update/SolrIndexWriter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/update/UpdateHandler.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/util/AbstractSolrTestCase.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/util/TestHarness.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/util/plugin/AbstractPluginLoader.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/java/org/apache/solr/util/xslt/TransformerProvider.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/BasicFunctionalityTest.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/analysis/AnalysisTestCase.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/core/ResourceLoaderTest.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/core/TestBadConfig.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/core/TestConfig.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/core/TestJmxMonitoredMap.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/highlight/DummyHighlighter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/schema/BadIndexSchemaTest.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/test/org/apache/solr/servlet/SolrRequestParserTest.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/webapp/src/org/apache/solr/servlet/DirectSolrConnection.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/webapp/src/org/apache/solr/servlet/SolrRequestParsers.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/webapp/src/org/apache/solr/servlet/cache/HttpCacheHeaderUtil.java modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/webapp/web/admin/_info.jsp modified , text changed
Directorylucene/solr/branches/sandbox/ryan/src/webapp/web/admin/index.jsp modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26