Commit Graph

293 Commits

Author SHA1 Message Date
Yonik Seeley 607a198092 SOLR-475: close termenums, use fieldValueCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724203 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:11:55 +00:00
Yonik Seeley 2ded3e2345 SOLR-836: Add missing a to the example stopwords.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721688 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 16:48:20 +00:00
Yonik Seeley b76a2a7b68 SOLR-879: enable position increments in QP, fix example schemas
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721687 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 16:38:08 +00:00
Grant Ingersoll b55c2b6592 SOLR-877: Add access to TermEnum capabilities via TermsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721491 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 13:30:02 +00:00
Shalin Shekhar Mangar 5e6e0e3258 SOLR-829 -- Allow slaves to request compressed files from master during replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720502 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 14:19:14 +00:00
Koji Sekiguchi eb0ec4a3e2 SOLR-822: Add CharFilter so that characters can be filtered before Tokenizer/TokenFilters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@713902 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 01:56:21 +00:00
Yonik Seeley d5096312a6 SOLR-667: change markAndSweep algorithm, make FastLRUCache the default for filterCache in example and test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@710068 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 14:32:58 +00:00
Grant Ingersoll 153a59999e SOLR-651: Added in TermVectorComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707399 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 15:49:18 +00:00
Shalin Shekhar Mangar fa8ca41a71 SOLR-561 -- Added Replication implemented in Java as a request handler. Supports index replication as well as configuration replication and exposes detailed statistics and progress information on the Admin page. Works on all platforms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706565 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 09:44:43 +00:00
Ryan McKinley d3d3251e5d SOLR-680: Adding StatsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705915 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:19:53 +00:00
Ryan McKinley 180ff531e1 SOLR-813: Adding DoubleMetaphone Filter and Factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705903 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:38:24 +00:00
Ryan McKinley d27f96d416 SOLR-793 -- removing stuff accidentally added with previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704301 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 03:36:45 +00:00
Ryan McKinley 97e369ace8 SOLR-793: Add 'commitWithin' argument to the update add command. This behaves similar to the global autoCommit maxTime argument except that it is set for each request.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704288 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 00:24:04 +00:00
Shalin Shekhar Mangar b34bc9cfcc SOLR-617 -- Allow configurable index deletion policy and provide a default implementation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699975 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29 03:37:41 +00:00
Erik Hatcher 69fd3c455f typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699471 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:01:03 +00:00
Shalin Shekhar Mangar a61088f009 Fixing typo in jmx documentation -- serviceurl should be serviceUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697368 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 14:33:02 +00:00
Otis Gospodnetic 7e65ade752 - Spelling fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696383 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 18:07:01 +00:00
Yonik Seeley 96eaf18444 SOLR-747: update example solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691716 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 18:27:33 +00:00
Shalin Shekhar Mangar e636a45bc7 Example DataImportHandler configuration with sample hsqldb database. Instructions inside example-DIH/README.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691151 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02 08:35:50 +00:00
Erik Hatcher 088bdde5ac Fix key to index directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688119 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 16:57:50 +00:00
Yonik Seeley 35a8df10e3 SOLR-708: CoreAdminHandler unload, reload, alias impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687083 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 16:06:13 +00:00
Yonik Seeley f00c5cbda0 roll back SOLR-683 acceptQueueSize recommendation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686272 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 16:16:01 +00:00
Grant Ingersoll dd81e80044 add some sample multicore docs for testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686105 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 01:46:23 +00:00
Otis Gospodnetic cd0f1a0aec SOLR-683 acceptQueueSize=0 jetty.xml setting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686028 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:43:58 +00:00
Ryan McKinley 9e11b2c21d SOLR-695 -- renaming MultiCore* to CoreAdmin*
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685989 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 18:44:56 +00:00
Shalin Shekhar Mangar 1b69ba9a4c 1. Adding handler.component to package list in SolrResourceLoader
2. Changing solrconfig.xml to use short names for SearchHandler and all components

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685786 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 06:50:48 +00:00
Yonik Seeley 5a59dd7660 remove gram fieldtype from example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685621 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 17:45:08 +00:00
Ryan McKinley 425d8ac209 SOLR-695 -- refactoring MultiCore to CoreContainer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685577 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 14:57:20 +00:00
Chris M. Hostetter cabf61cde8 SOLR-689 - rename multicore.xml to solr.xml slong with some syntax changes to improve the terminology and leave ourselves open to additional options in that file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685244 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 17:54:45 +00:00
Yonik Seeley 6ce91c9515 SOLR-683: up max thread count to prevent distributed deadlock when distrib search is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684950 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 21:46:03 +00:00
Chris M. Hostetter ccf20dfd92 fix comment (simple is the default, not single) and remove redundent verbage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684395 13f79535-47bb-0310-9956-ffa450edef68
2008-08-10 02:09:02 +00:00
Yonik Seeley 8e0503b667 SOLR-686: single lock factory overwrites previous (multicore reload corruption possibility)_
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684339 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 20:34:35 +00:00
Chris M. Hostetter f7291f6cd5 SOLR-636 - simplify example configs and make index.jsp links more resilient to configs loaded via an InputStream.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683415 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 21:16:12 +00:00
Yonik Seeley 925cefcc46 test chars outside the BMP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682523 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04 21:54:33 +00:00
Shalin Shekhar Mangar 2d13d9eab4 SOLR-256 -- Support exposing Solr statistics through JMX
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680795 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 18:13:57 +00:00
Ryan McKinley da634f42eb SOLR-660 -- simplify the UpdateRequestProcessorFactory framework and use standard initialization techniques
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679936 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 00:20:44 +00:00
Yonik Seeley f9f787d141 SOLR-644: increase jetty POST size
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678638 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 04:42:13 +00:00
Erik Hatcher a00dec824d SOLR-632: Revert to Jetty 6.1.3 due to cache header issue with 6.1.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677708 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17 20:27:42 +00:00
Erik Hatcher 429ab8a5f6 SOLR-632: Upgrade Jetty to 6.1.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677457 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 22:46:40 +00:00
Chris M. Hostetter 5d79d6bfe9 small tweak to example multicore schemas -- make the schema names a little more distinct from core names so it's clear which is which when looking at admin screens
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672962 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 00:25:55 +00:00
Grant Ingersoll 1fb3859f7c Rollback SOLR-609 in favor of getting the defaults from ReqHandler. Change around the config to demonstrate, also updated on the Wiki.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672852 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 18:03:23 +00:00
Grant Ingersoll e598716210 SOLR-604: Make relative spellchecking dir be relative to the Solr data dir. Also added sample file based sc to the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670973 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23 23:59:12 +00:00
Yonik Seeley a10b2432c3 add test to see if default is UTF-8 in post body... will be useful for debugging other apps querying solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670050 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 20:12:14 +00:00
Yonik Seeley dceb71ed0b utf8 server config test script
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670049 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 20:00:54 +00:00
Grant Ingersoll 1cd74a0531 SOLR-572: Added SpellCheckComponent functionality.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669485 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 13:46:54 +00:00
Erik Hatcher 4c5700cdc9 SOLR-515: SimilarityFactory capability, allowing parameters from schema.xml to be used in Similarity construction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661547 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 01:28:56 +00:00
Chris M. Hostetter cd3b0f0fd7 SOLR-518: Changed luke.xsl to use divs w/css for generating histograms instead of SVG ... also made some other small cleanup changes to luke.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659287 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 22:34:01 +00:00
Chris M. Hostetter 858b4116d7 SOLR-514: Added explicit media-type with UTF* charset to *.xsl files that don't already have one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659196 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 18:38:06 +00:00
Yonik Seeley 14d84045cc SOLR-559: use Lucene updateDocument, deleteDocuments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@655190 13f79535-47bb-0310-9956-ffa450edef68
2008-05-10 21:16:37 +00:00
Ryan McKinley 24ef016c87 default is no longer a multicore concept
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@650331 13f79535-47bb-0310-9956-ffa450edef68
2008-04-22 00:34:06 +00:00
Chris M. Hostetter 7bcf99813d SOLR-521: StopFilterFactory support for enablePositionIncrements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648433 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 22:19:18 +00:00
Erik Hatcher bae6cd135d Typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640366 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 10:13:12 +00:00
Chris M. Hostetter 93ccbb5670 uncommenting firstSearcher and newSearcher queries, they don't hurt anything and they would have made SOLR-509 easier to spot early
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640120 13f79535-47bb-0310-9956-ffa450edef68
2008-03-22 23:27:08 +00:00
Yonik Seeley 705cade858 revert enableRemoteStreaming back to false
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634733 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 16:31:15 +00:00
Yonik Seeley 5322a86706 add work directory for jetty to use for exploding wars
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634732 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 16:29:23 +00:00
Grant Ingersoll 51f1319500 SOLR-342: Added support for Lucene's new index writer options
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634016 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 20:23:36 +00:00
Ryan McKinley a5acf417d1 SOLR-350 -- manage multiple cores. This implements persist, load and unload.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633360 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 04:06:17 +00:00
Chris M. Hostetter 3813608000 detailed deprecation comments for the major request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630746 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 07:02:09 +00:00
Chris M. Hostetter 8cf3175518 SOLR-127: HTTP Caching awareness
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630037 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 22:44:19 +00:00
Grant Ingersoll d5ef760bbc SOLR-477: Added in AnalysisRequestHandler and tests/sample documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629342 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 04:06:33 +00:00
Yonik Seeley 49c896d131 fix "optimizied" typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@628889 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 22:13:56 +00:00
Ryan McKinley ef545d107f SOLR-418: Adding a query elevation component. This is an optional component to elevate some documents to the top positions (or exclude them) for a given query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613059 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 05:30:21 +00:00
Ryan McKinley fffa39127c SOLR-303 -- moving SearchHandler into org.apache.solr.handler.component
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610426 13f79535-47bb-0310-9956-ffa450edef68
2008-01-09 15:57:58 +00:00
Ryan McKinley dbf2a965a2 SOLR-142 -- don't need gettableFiles in default solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608749 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 05:27:35 +00:00
Ryan McKinley 3a726d0b6d SOLR-142: Added RawResponseWriter and ShowFileRequestHandler. This returns config files directly. If the AdminHandlers is configured, this will be added automatically.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608150 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 17:15:30 +00:00
Ryan McKinley 54fa88b6b5 SOLR-447 -- automatically register standard Admin request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607451 13f79535-47bb-0310-9956-ffa450edef68
2007-12-29 17:40:41 +00:00
Ryan McKinley 83b7501406 SOLR-437 remove XPP -- not used since SOLR-133
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607101 13f79535-47bb-0310-9956-ffa450edef68
2007-12-27 17:57:55 +00:00
Ryan McKinley 0841e7ea33 SOLR-350 -- dropping 'default' core usage and requiring the core name in the URL. Also fixes broken admin links (SOLR-441)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@606335 13f79535-47bb-0310-9956-ffa450edef68
2007-12-21 22:23:39 +00:00
Ryan McKinley 072e526155 SOLR-281 -- building a SearchComponent registry with components initialized via the standard plugin utils method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@602341 13f79535-47bb-0310-9956-ffa450edef68
2007-12-08 07:27:49 +00:00
Ryan McKinley f14885cf0b SOLR-350, SOLR-409 -- adding configurable support for running multiple cores in one sole instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601975 13f79535-47bb-0310-9956-ffa450edef68
2007-12-07 03:49:52 +00:00
Ryan McKinley 2b53d139be SOLR-281 -- adding a search component framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594268 13f79535-47bb-0310-9956-ffa450edef68
2007-11-12 19:39:01 +00:00
Ryan McKinley c4f99ab049 SOLR-408 adding PingRequestHandler.java and deprecating <pingQuery> syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593627 13f79535-47bb-0310-9956-ffa450edef68
2007-11-09 19:24:18 +00:00
Mike Klaas d36587fac6 example highlighter config in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584243 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 19:32:07 +00:00
Erik Hatcher d385b74c95 fix typo in example config comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581270 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 14:57:34 +00:00
Erik Hatcher c42ea0668e Fix field name typo in dismax configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581250 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 14:13:46 +00:00
Ryan McKinley 50adbdbc2f SOLR-317 - a stylesheet to display luke info. To view it, check:
http://localhost:8983/solr/admin/luke?wt=xslt&tr=luke.xsl

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572881 13f79535-47bb-0310-9956-ffa450edef68
2007-09-05 05:51:58 +00:00
Mike Klaas b9da3b2ace SOLR-310: bound pending deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572831 13f79535-47bb-0310-9956-ffa450edef68
2007-09-04 23:05:39 +00:00
Yonik Seeley 9c9d272e17 remove boolToFilterOptimizer since no standard handlers go through a code path that would use it, and we can specify filters directly now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568695 13f79535-47bb-0310-9956-ffa450edef68
2007-08-22 16:38:51 +00:00
Yonik Seeley 7482909fcd better RunExecutableListener example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565997 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 01:36:44 +00:00
Yonik Seeley bd4e7a8c03 SOLR-196: php response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564829 13f79535-47bb-0310-9956-ffa450edef68
2007-08-11 03:32:02 +00:00
Mike Klaas 9c0d22fe9b SOLR-102: RegexFragmenter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557872 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 05:34:23 +00:00
Chris M. Hostetter ebaeb6443c SOLR-240: New lockType config option supports all Lucene builtin LockFactories
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556099 13f79535-47bb-0310-9956-ffa450edef68
2007-07-13 18:48:50 +00:00
Yonik Seeley 0d8a368a97 queryResultMaxDocsCached: SOLR-291
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@554688 13f79535-47bb-0310-9956-ffa450edef68
2007-07-09 15:45:30 +00:00
Ryan McKinley 4406ef88af SOLR-260 adding default comments and examples to solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552943 13f79535-47bb-0310-9956-ffa450edef68
2007-07-03 18:33:38 +00:00
Ryan McKinley 1e037fcf50 SOLR-225 -- adding pluggable highlighting formatters and fragmenters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552682 13f79535-47bb-0310-9956-ffa450edef68
2007-07-03 06:14:07 +00:00
Ryan McKinley fb559461fa SOLR-133 -- moving stax implementation to XmlUpdateRequestHandler. Remove the stax derived tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552198 13f79535-47bb-0310-9956-ffa450edef68
2007-06-30 18:52:16 +00:00
Chris M. Hostetter 89bf821efe more SOLR-264 work: add example to schema.xml; fix equals bug in SolrComparatorSource that Koji found; make ValueSource use IndexReader version in it's computation; refactor getSeed to use both the fieldname and the reader version
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@550668 13f79535-47bb-0310-9956-ffa450edef68
2007-06-26 03:16:05 +00:00
Erik Hatcher b72286589d Get back jetty.port setting capability
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@550227 13f79535-47bb-0310-9956-ffa450edef68
2007-06-24 13:47:42 +00:00
Ryan McKinley 0973e23e52 SOLR-133: Adding StaxUpdateRequestHandler.java and mapping it to:
http://localhost:8983/solr/admin/update/stax
in the example solrconfig.xml

We should test and evaluate this in comparison to the XmlUpdateRequestHandler before replacing it. 

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547495 13f79535-47bb-0310-9956-ffa450edef68
2007-06-15 02:33:39 +00:00
Yonik Seeley 80aa3bc884 restore catenateNumbers=1 in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545604 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:53:39 +00:00
Mike Klaas 2ae74da893 Accidently turned off generateWordParts in example schema during testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545599 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:10:04 +00:00
Mike Klaas 52d8e2421a SOLR-257: added explicit parameter to schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545598 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:05:46 +00:00
Mike Klaas 39e0ff32f2 SOLR-257: add splitOnCaseChange parameter to WordDelimiterFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545597 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:02:27 +00:00
Erik Hatcher 88bf24b000 Add system property setting to allow data directory to be overridden
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@544356 13f79535-47bb-0310-9956-ffa450edef68
2007-06-05 03:13:31 +00:00
Ryan McKinley 4ccd436bf8 SOLR-69: Adding MoreLikeThis support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@544018 13f79535-47bb-0310-9956-ffa450edef68
2007-06-04 00:27:20 +00:00
Yonik Seeley d45042208b add ASF license
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542653 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 21:11:35 +00:00
Yonik Seeley 48033cc123 don't use NIO for jetty... non-persistent connections are slow on windows. SOLR-128
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542609 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 18:25:07 +00:00
Yonik Seeley 1e6537cf5e make spellchecker lazy so spell dir won't be created
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542577 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 16:04:57 +00:00
Chris M. Hostetter a92abb20e3 more hints for people about the format versions of the example rss/atom stylesheets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542372 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 01:30:58 +00:00
Mike Klaas 6de7d1dbbc changed example solrconfig.xml to default to lazy field loading
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542300 13f79535-47bb-0310-9956-ffa450edef68
2007-05-28 19:13:36 +00:00
Yonik Seeley 9f9eedc73a give a ping query that works with many different schemas, and is easy to see the source of in the logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541940 13f79535-47bb-0310-9956-ffa450edef68
2007-05-26 21:11:06 +00:00
Chris M. Hostetter 88c8335633 SOLR-208: example XSLTs for RSS and Atom
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541391 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 19:06:29 +00:00
Ryan McKinley 88a7d07e64 SOLR-128: Upgraded Jetty to the latest stable release 6.1.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541050 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 19:56:58 +00:00
Ryan McKinley 4461557efe SOLR-233 -- adding UTF-8 encoding to xsl:output
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537004 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 21:39:43 +00:00
Erik Hatcher c7823d8601 Remove IndexInfoRequestHandler in favor of the Luke request handlers capabilities
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536729 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 01:48:41 +00:00
Yonik Seeley 64f5f2acac add explicit UTF8 char encoding to example XML config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536696 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 22:40:27 +00:00
Chris M. Hostetter 23e5fb0e47 SOLR-217 - no error if fields are unindexed and unstored, instead let them be quietly ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536278 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:03:32 +00:00
Ryan McKinley 2787609f91 SOLR-181 -- add "required" fields to IndexSchema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533571 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 23:03:03 +00:00
Ryan McKinley 25a185b7da SOLR-204: Make it possible for the request dispatcher to handle /select. This offers uniform error handling for /update and /select.
This change will affect anyone who has added "enableRemoteStreaming" to their solrconfig.xml since solr1.1

Where you had:
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" /> 

You now need:
<requestDispatcher handleSelect="true" >
  <requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" />
</requestDispatcher>



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533558 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 20:47:23 +00:00
Ryan McKinley c92187b2f1 mapping /update to XmlUpdateRequestHandler in the example solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533401 13f79535-47bb-0310-9956-ffa450edef68
2007-04-28 17:47:35 +00:00
Ryan McKinley 593e218d6d Adding 'Luke' request handler and other admin helpers: SOLR-163
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532975 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 05:56:07 +00:00
Ryan McKinley 615e30f16e SOLR-179 -- Initalization collects any errors and displays them rather then continuing. this feature is configurable in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532912 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 23:37:44 +00:00
Ryan McKinley 1efad83104 removed deprecated additions since Solr 1.1 -- ContentStream.java (moved to util a while ago) and CommitRequestHandler.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532883 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 22:06:03 +00:00
Yonik Seeley 834c7c60d3 allow fieldType as well as fieldtype in schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@527594 13f79535-47bb-0310-9956-ffa450edef68
2007-04-11 18:16:01 +00:00
Erik Hatcher 65e0b152db SOLR-184: add echoHandler=true to responseHeader, support echoParams=all (contributed by Ryan McKinley)
Additionally I added some unit tests to prove the new features added.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@526634 13f79535-47bb-0310-9956-ffa450edef68
2007-04-09 02:29:24 +00:00
Yonik Seeley 731416af36 CSV updates: SOLR-66
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524175 13f79535-47bb-0310-9956-ffa450edef68
2007-03-30 16:59:58 +00:00
Chris M. Hostetter d50b65bc82 SOLR-81: more spellchecker enhancements, cleaned up schema/solrconfig, added support for relative paths as well as RAM based spellchecker directories, fixed NPE when using cmd=rebuild, added cmd=reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522628 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 21:11:13 +00:00
Otis Gospodnetic e8bcef03d9 - Added a default accuracy of 0.5 for the SpellCheckerRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519172 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 22:55:20 +00:00
Otis Gospodnetic be9caafee0 - Filename fix - thanks Mr. hawkeyed Hatcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519143 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 21:00:25 +00:00
Otis Gospodnetic f1c149f8fb - SOLR-81: SpellCheckerRequentHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519107 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 19:28:47 +00:00
Chris M. Hostetter 919a3881d0 SOLR-173 - fix for 'too many open files' - close requests at end of SolrDispatchFilter, and only get Searcher in response writers if it's actually needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511970 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 19:42:21 +00:00
Chris M. Hostetter a76bf773c6 SOLR-152 - support for q.alt in dismax handler so requests without query strings can return results based on whatever alternate query is configured
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510322 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 00:22:10 +00:00
Erik Hatcher 6248e8f2e2 binary of post.jar not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509062 13f79535-47bb-0310-9956-ffa450edef68
2007-02-19 02:28:05 +00:00
Erik Hatcher a88d95bc07 Check in binary post.jar to make life easier for curl unfriendly environments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509013 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 22:17:33 +00:00
Mike Klaas 6d18f027e0 Commit SOLR-126. Omitted the typed collection change in DUH2 (trunk has been updated), and
added autocommits to the stats tracked by DUH2


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502328 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 19:40:26 +00:00
Yonik Seeley cb9efe43d0 disable remote streaming by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501494 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 17:58:56 +00:00
Chris M. Hostetter 3c603b2aea SOLR-104 - Support for Update Plugins: giving RequestHandlers access to ContentStreams, new URL structure allowing for more RESTful URLs, common baseclass for RequestHandlers, refactoring existing XML based updates into a RequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501174 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 20:33:21 +00:00
Erik Hatcher bd5ef854d9 Add indexinfo request handler, which returns field information (currently type only) and index state information such as number
of documents and Lucene index version.  This details about fields and the index returned are still being developed, so the
response may change format until this is finalized.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498345 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 15:03:00 +00:00
Yonik Seeley 6e43239634 maxWarmingSearchers: SOLR-91
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495753 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 22:00:08 +00:00
Chris M. Hostetter a2beac1e38 SOLR-89 new PatternReplaceFilter, TrimFilter, and corrisponding Factories
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494675 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 01:18:38 +00:00
Chris M. Hostetter 21b830ba5c SOLR-82 - allow default field values to be specified in the schema.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@493170 13f79535-47bb-0310-9956-ffa450edef68
2007-01-05 20:12:18 +00:00
Yonik Seeley 2a5ac64a26 LF endings for scripts.conf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@490746 13f79535-47bb-0310-9956-ffa450edef68
2006-12-28 15:52:47 +00:00
Bertrand Delacretaz c19acfe50f comments added to explain the role of these schema files
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489747 13f79535-47bb-0310-9956-ffa450edef68
2006-12-22 20:32:02 +00:00
Yonik Seeley d201d56c0f make example schema more friendly to very casual users... omit norms on non-text fields by default, and selected text fields
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487364 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 21:50:06 +00:00
Bertrand Delacretaz 7fdba93037 SOLR-59, make echoParams=explicit the default in the example config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487204 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:20:15 +00:00
Chris M. Hostetter b2fcbed95b SOLR-70 - better parsing of pingQuery ... it's still not a very clean syntax, but at least it's now possible to have any pingQuery you want and it will acctaully respect multiple query params
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486904 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:15:45 +00:00
Otis Gospodnetic 62989cd49b - Comment/docs cleanup
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486544 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 08:17:12 +00:00
Yonik Seeley 81bef1260c default useFilterForSortedQuery to off in example
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@485891 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 21:50:41 +00:00
Bertrand Delacretaz 58fc48e498 make 'ant example' more visible and self-explaining
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483871 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 07:48:20 +00:00
Yonik Seeley ef34156b5e little comment cleanups
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483194 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 19:40:18 +00:00
Yonik Seeley 94c5c83320 little schema cleanups
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481036 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 19:00:07 +00:00
Chris M. Hostetter 48cc7c255d a few minor improvements: multi-val fields as lists, and DHTML reveal of score explanation if available
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480708 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 20:27:33 +00:00
Yonik Seeley 75164dd17a license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480395 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 04:30:33 +00:00
Yonik Seeley f85eb581e0 license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480379 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:48:31 +00:00
Mike Klaas c982fdedd6 SOLR-52 lazyfields patch implemented.
I am going to commit this with solrconfig defaulting to disabling lazyfields and use it in my 
application.  When I'm satisfied with the behaviour, I'll close SOLR-52 and perhaps enable 
lazyfields as the default option.



git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@479793 13f79535-47bb-0310-9956-ffa450edef68
2006-11-27 22:40:21 +00:00
Chris M. Hostetter 57653c5490 SOLR-71: Date Math for DateField
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477465 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 01:55:05 +00:00
Chris M. Hostetter 11d9ba2463 SOLR-68 - new ClassLoader that knows about jars in solr/lib/ used for accessing resources specified in Config files, ie: plugins. Added example/solr/README.txt while i was at it so the various subdirs including 'lib' would be documented.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@474625 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 02:05:32 +00:00
Yonik Seeley 0546616464 ASF license headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@473134 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 23:13:58 +00:00
Mike Klaas 5cd72ec45a checked patch for SOLR-65
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472720 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 00:43:54 +00:00
Yonik Seeley a84079798d new license header
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472574 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 18:25:52 +00:00