Commit Graph

547 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar f9b1fb4d63 SOLR-840 -- BinaryResponseWriter does not handle incompatible data in fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718179 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 06:34:09 +00:00
Erik Hatcher 1ff2b34bff SOLR-854: Add run-example build target
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@714029 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 15:21:17 +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
Grant Ingersoll 4d7731fc90 SOLR-852: Refactor common code in some update request handlers that deal with ContentStreams
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@713761 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 17:51:08 +00:00
Koji Sekiguchi eb90bb0afa SOLR-843: SynonymFilterFactory cannot handle multiple synonym files correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@712457 13f79535-47bb-0310-9956-ffa450edef68
2008-11-09 01:24:11 +00:00
Ryan McKinley 809545b993 (no content changes) fix some spacing issues througout CHANGES.txt -- split long lines, add spaces etc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@712052 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 03:58:04 +00:00
Yonik Seeley ee38ca0813 SOLR-465: Add configurable DirectoryProvider so that alternate Directory implementations can be specified via solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@712014 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 23:41:39 +00:00
Erik Hatcher 3c8e56ecc3 SOLR-837: Fix inject parameter on PhoneticFilterFactory and DoubleMetaphoneFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711737 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 23:06:08 +00:00
Yonik Seeley f133519278 SOLR-751: WordDelimiterFilter didn't adjust the start offset of single tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711450 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 22:19:46 +00:00
Shalin Shekhar Mangar 6125bd15e6 SOLR-667 -- A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead, to utilize multiple CPU cores more effectively.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708656 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 20:13:49 +00:00
Shalin Shekhar Mangar 5a7f0c6cd9 SOLR-795 -- SpellCheckComponent supports building indices on optimize if configured in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708653 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 19:59:44 +00:00
Ryan McKinley 1dfb5f4d58 SOLR-827 -- fix solrj admin create core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708606 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 16:45:32 +00:00
Ryan McKinley 75ce21b97e moving deprecation CHANGES to the 'other' section -- they don't make sense as a 'new feature'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708269 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:24:14 +00:00
Ryan McKinley a1d7881ee7 SOLR-803: fix CoreAdminRequest.createCore error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708266 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:21:56 +00:00
Ryan McKinley f05d6cac52 SOLR-816 -- fixing issue number. Previous commit referred to the wrong issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708261 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:15:41 +00:00
Ryan McKinley 70ab45ce2d SOLR-813: Deprecate access to SolrConfig from IndexSchema. Rather then access
SolrConfig from the schema, plugins should get the config from the core.  IndexSchema
still has access to the ResourceLoader.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708259 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:10:45 +00:00
Erik Hatcher 079c1d1b9b fieldName does not make sense as the key, use sourceInfo instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707990 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26 13:23:43 +00:00
Koji Sekiguchi 4f520d9a3c SOLR-805: Added that Lucene was upgraded to 2.9-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707805 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 01:31:15 +00:00
Koji Sekiguchi e5371125cb SOLR-805: DisMax queries are not being cached in QueryResultCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707641 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 14:14:12 +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
Grant Ingersoll d76776eb1b SOLR-532: WordDelimFilter respects payloads and other Token attributes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706667 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 15:50:03 +00:00
Shalin Shekhar Mangar 9c0c4a1621 SOLR-746 -- Added "omitHeader" request parameter to omit the header from the response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706577 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 11:21:26 +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 fa5f2fd1db SOLR-680 -- missing CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705923 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:56:12 +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
Shalin Shekhar Mangar 13eaf6d061 SOLR-808 -- Write string keys in Maps as extern strings in the javabin format
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704862 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 11:13:46 +00:00
Shalin Shekhar Mangar eb6e94c679 SOLR-670 -- Add support for rollbacks in UpdateHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704853 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 10:38:56 +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 25813774b2 SOLR-658 -- Allow Solr to load index from arbitrary directory in dataDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@703981 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13 09:12:42 +00:00
Yonik Seeley ad091eec70 upgrade to lucene 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702983 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 20:38:07 +00:00
Ryan McKinley 32fb80d342 adding 1.3.1 section to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702315 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 00:37:51 +00:00
Ryan McKinley dbf9fc8683 SOLR-657: Replace deprecated calls with the non-deprecated equivalents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701485 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 18:43:57 +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
Koji Sekiguchi 774153b891 SOLR-789: The javadoc of RandomSortField is not readable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699549 13f79535-47bb-0310-9956-ffa450edef68
2008-09-27 03:45:40 +00:00
Shalin Shekhar Mangar db7ca44431 SOLR-771 -- CoreAdminHandler STATUS should display 'normalized' paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697377 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 15:14:54 +00:00
Grant Ingersoll 020b3dcb6b SOLR-776: artifact signing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697123 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19 15:07:17 +00:00
Ryan McKinley 3c9db8e311 SOLR-560: Use SLF4J logging API rather then JDK logging. The packaged .war file is
shipped with a JDK logging implementation, so logging configuration for the .war should
    be identical to solr 1.3.  However, if you are using the .jar file, you can select 
    which logging implementation to use by dropping a different binding.  
    See: http://www.slf4j.org/  

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696539 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18 02:16:26 +00:00
Yonik Seeley eef0183217 SOLR-374: use IndexReader.reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696469 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 21:49:31 +00:00
Otis Gospodnetic 19f94bf59f SOLR-774 - fixed logging level display
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696381 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 18:02:07 +00:00
Grant Ingersoll df6345308d set release date
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@695568 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15 18:17:07 +00:00
Mike Klaas b2337f337a SOLR-766 remove python client
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694375 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 17:36:54 +00:00
Yonik Seeley f56029351b replace stax with geronimo API jar and woodstox impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@693498 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09 15:57:37 +00:00
Yonik Seeley d45d3b1f0b lucene update 2.4-dev r691741
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691756 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 20:29:01 +00:00
Grant Ingersoll 366d692716 SOLR-749: Allow QParser and ValueSourceParser to be overridden
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691701 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 18:03:20 +00:00
Yonik Seeley 415dff5d25 SOLR-737: use a constant score query for wildcards
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689978 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 20:54:24 +00:00
Grant Ingersoll 00ab418e0d Update CHANGES for (expected) new release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689948 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 19:38:50 +00:00
Yonik Seeley 5ab566eb90 add compat note about snowball changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689517 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 16:38:41 +00:00
Yonik Seeley 82c3334f9f SOLR-730: use read-only IndexReaders
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689514 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 16:27:26 +00:00
Yonik Seeley c22010a1c3 lucene 2.4-dev r688745
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689510 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 16:02:46 +00:00
Shalin Shekhar Mangar cc32fc4d32 SOLR-716 -- Added support for properties in configuration files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688359 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 16:25:19 +00:00
Chris M. Hostetter 41443d51b7 add performance note about SOLR-587 to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688205 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 22:10:58 +00:00
Yonik Seeley 267603bdef typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687134 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 19:13:06 +00:00
Yonik Seeley e61df53e1f Upgrade to Lucene 2.4-dev (r686801)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687131 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 19:04:17 +00:00
Yonik Seeley de8c642def SOLR-647: refcount cores
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686780 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 15:08:28 +00:00
Koji Sekiguchi 4c06d30f35 create CHANGES.txt file for solr-ruby and flare and move a change record (SOLR-537) from ./CHANGES.txt to client/ruby/CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686479 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16 11:39:51 +00:00
Chris M. Hostetter e584e3a060 SOLR-701: be explicit about Locale when parsing/formating milliseconds. Also: refactor usages of TimeZone and Locale so it's clear when UTC and Locale.US are used for various purposes in case someone considers modifying them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686159 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 06:48:32 +00:00
Otis Gospodnetic 4f13f01a59 SOLR-589 - Improved handling of badly formated query strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686042 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 21:04:05 +00:00
Shalin Shekhar Mangar 514c45366a I had forgotten to add Otis's name during the SOLR-663 commit. He had initiated the original issue and contributed the first patch. Sorry about that Otis and thanks :)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686019 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:22:41 +00:00
Ryan McKinley 3371a86c2b updating the CHANGES.txt for multicore changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685995 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 19:05:36 +00:00
Grant Ingersoll 3c034ffbc9 SOLR-606: fixed spell checker collation issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685983 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 18:17:49 +00:00
Otis Gospodnetic facb2db8f3 SOLR-669 snappuler fix for FreeBSD/Darwin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685892 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 13:41:56 +00:00
Grant Ingersoll 4ede48a297 SOLR-696: fixed Iterable marshalling problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685640 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 19:05:22 +00:00
Chris M. Hostetter 76c0e0ac19 typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685602 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 16:33:02 +00:00
Shalin Shekhar Mangar 4406bbcfec SOLR-586 -- Added ant target and POM files for building maven artifacts of the Solr core, common, client and contrib. The target can publish artifacts with source and javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685497 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 10:08:04 +00:00
Shalin Shekhar Mangar a26632b4fc SOLR-692 -- Migrated to stable released builds of StAX API 1.0.1 and StAX 1.2.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685449 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 05:30:48 +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
Grant Ingersoll cc9e4dd3de SOLR-489: Add in deprecation comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684908 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 20:37:36 +00:00
Shalin Shekhar Mangar a29a3aee26 SOLR-676 -- DataImportHandler should use UpdateRequestProcessor API instead of directly using UpdateHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684307 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 17:53:04 +00:00
Ryan McKinley 261ebe8a07 SOLR-493, SOLR-142 changes note
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684190 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 07:40:21 +00:00
Grant Ingersoll 954abed4b2 SOLR-682: Add free bsd support to scripts
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683998 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08 15:23:48 +00:00
Grant Ingersoll 6c39f09406 SOLR-679: Added accessors to spell checkers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683799 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08 02:02:17 +00:00
Grant Ingersoll 7292ce8371 SOLR-624: Only take snapshots if there are changes to the index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683785 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08 01:24:12 +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
Chris M. Hostetter dae5587a34 Explicitly noting Lucene upgrade to 2.4-dev (r669476) ... documenting this was overlooked when SOLR-572 was committed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683334 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 17:35:42 +00:00
Shalin Shekhar Mangar 0e1915b38a Rolling back commit on SOLR-614 pending discussion and consensus.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683315 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 16:10:40 +00:00
Shalin Shekhar Mangar d816b977b4 SOLR-614 -- Allow components to be configured with NamedListInitializedPlugin using arbitary XML in solrconfig without using XPath
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683288 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 15:04:36 +00:00
Shalin Shekhar Mangar 98ff4a03b9 SOLR-506 -- Emitting HTTP Cache headers can be enabled or disabled through configuration on a per-handler basis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683121 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 06:00:49 +00:00
Shalin Shekhar Mangar 7ac2802107 SOLR-672 -- Nightly release includes contrib sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682671 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 11:09:54 +00:00
Shalin Shekhar Mangar 25a88db881 SOLR-591 -- Changed Solrj default value for facet.sort to true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 05:43:59 +00:00
Shalin Shekhar Mangar d222a0da07 SOLR-554 -- Hierarchical JDK log level selector for SOLR Admin replaces logging.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682264 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04 06:03:46 +00:00
Shalin Shekhar Mangar b8c2b71e61 SOLR-673 -- Modify build file to create javadocs for core, solrj, contrib and "all inclusive"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682262 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04 05:56:10 +00:00
Grant Ingersoll 60fff07d87 SOLR-598: Make DebugComp last
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681809 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 20:06:28 +00:00
Shalin Shekhar Mangar 68083b3af4 SOLR-622: SpellCheckComponent supports auto-loading indices on startup and optionally, (re)builds indices on newSearcher event, if configured in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681604 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 06:11:58 +00:00
Shalin Shekhar Mangar 79e77502f6 SOLR-469 -- Added DataImportHandler as a contrib project.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681182 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 19:35:58 +00:00
Shalin Shekhar Mangar 4ac6ce3190 SOLR-663 -- Allow multiple files for stopwords, keepwords, protwords and synonyms
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680935 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 08:11:56 +00:00
Shalin Shekhar Mangar a18aea63f1 SOLR-666 -- Expose warmup time in statistics for SolrIndexSearcher and LRUCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680916 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 06:09:16 +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
Shalin Shekhar Mangar 0cda9c8825 SOLR-611 -- Expose sort_values returned by QueryComponent in SolrJ's QueryResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680319 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28 11:20:49 +00:00
Shalin Shekhar Mangar 22cd8ef46f SOLR-648: SpellCheckComponent throws NullPointerException on using spellcheck.q request parameter after restarting Solr, if reload is called but build is not called.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679816 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 14:28:39 +00:00
Chris M. Hostetter 3d140bcfb6 SOLR-645: Refactory faceting tests into SimpleFacetsTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679490 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 19:02:17 +00:00
Shalin Shekhar Mangar 91170a2535 SOLR-616 -- FileBasedSpellChecker does not apply accuracy configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678306 13f79535-47bb-0310-9956-ffa450edef68
2008-07-20 19:06:02 +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 d7a76cb4aa SOLR-594 - upgrade documentation about calling inform for anyone who might be using StopFilterFactory, SynonymFilterFactory, or EnglishProterFilterFactory directly from java code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677034 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15 20:37:38 +00:00
Chris M. Hostetter 8efac905dc SOLR-520: Deprecated unused LengthFilter since already core in Lucene-Java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676460 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14 01:04:38 +00:00
Yonik Seeley a11f1fc0b5 SOLR-501: Fix admin/analysis.jsp UTF-8 input for some other servlet containers such as Tomcat
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676183 13f79535-47bb-0310-9956-ffa450edef68
2008-07-12 14:59:12 +00:00
Yonik Seeley 7d2d6e5e7e SOLR-522: Make analysis.jsp show payloads
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676180 13f79535-47bb-0310-9956-ffa450edef68
2008-07-12 14:12:29 +00:00
Mike Klaas 229229a3c0 SOLR-556 , SOLR-610
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@674677 13f79535-47bb-0310-9956-ffa450edef68
2008-07-07 23:52:36 +00:00
Ryan McKinley 0b306ec86a SOLR-605 -- changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@674570 13f79535-47bb-0310-9956-ffa450edef68
2008-07-07 18:02:34 +00:00
Yonik Seeley 5f5bd5320b SOLR-502: Add search timeout support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@674249 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 01:16:12 +00:00
Yonik Seeley 7db89131f8 SOLR-14: Add preserveOriginal flag to WordDelimiterFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673715 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03 15:40:14 +00:00
Yonik Seeley de0dc7ecf7 SOLR-443: declare charset for POST body
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673528 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02 22:23:24 +00:00
Grant Ingersoll 6b251c9685 SOLR-482: add byte/short sorting support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673221 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 21:49:16 +00:00
Chris M. Hostetter ceebb01ec2 SOLR-584: make stats.jsp and stats.xsl more robust to new info as they are added - spurred by core name not being displayed properly, fix also includes section for highlighting plugins and some general major refactoring of stats.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672961 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 00:24:25 +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 f2c5515c1a SOLR-609: SpellCheckComps now honors defaults
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672257 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27 12:35:36 +00:00
Grant Ingersoll 77a4e2fa4f SOLR-603: Add partial optimize capabilities and deprecate DirectUpdateHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672031 13f79535-47bb-0310-9956-ffa450edef68
2008-06-26 21:14:06 +00:00
Grant Ingersoll a0983feb04 SOLR-423: Add CloseHook notification
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671960 13f79535-47bb-0310-9956-ffa450edef68
2008-06-26 17:44:37 +00:00
Otis Gospodnetic e8f25fa6c3 SOLR-563 - Build for contrib/ projects
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671021 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24 04:49:25 +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
Grant Ingersoll 5b7185e330 SOLR-585: Set the QParser on the ResponseBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670029 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 18:47:17 +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
Yonik Seeley e8376f4d8d give Lars credit in CHANGES.txt for SOLR-303
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668759 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 17:31:28 +00:00
Yonik Seeley 0b20b5e658 SOLR-486: make javabin the default for SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668661 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 13:37:55 +00:00
Grant Ingersoll a1b02cc58b SOLR-595: Added support for Field level boosting in MoreLikeThis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668638 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 12:48:57 +00:00
Otis Gospodnetic 96d68357d6 SOLR-592: Added ShardParams interface and changed several string literals to references to constants in CommonParams.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667923 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15 03:28:36 +00:00
Chris M. Hostetter f690d9facf SOLR-597: SolrServlet no longer "caches" SolrCore. This was causing problems in Resin, and could potentially cause problems for customized usages of SolrServlet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667190 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:27:50 +00:00
Ryan McKinley f2ce567269 SOLR-536: Add a DocumentObjectBinder to solrj that converts Objects to and from SolrDocuments.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663643 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 15:40:26 +00:00
William Au 17c90ce718 SOLR-590
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663089 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04 13:16:07 +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
Otis Gospodnetic cacf6ae295 SOLR-553 Use SpanScorer when highlighting phrase terms and hl.usePhraseHighlighter=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659664 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 21:23:25 +00:00
Chris M. Hostetter 7e4db05ec1 whoops, hadn't finished saving
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659290 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 22:35:36 +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
Koji Sekiguchi 7e6206497d SOLR-510: Nightly release includes client sources.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659125 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 14:37:34 +00:00
Otis Gospodnetic 15fb1cd0cf SOLR-539: Fix for non-atomic long counters and a cast fix to avoid divide by zero
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658977 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 02:12:50 +00:00
Chris M. Hostetter f60122e08d SOLR-470, SOLR-552, and SOLR-544: Multiple fixes to DateField regarding lenient parsing of optional milliseconds, and correct formating using the canonical representation. LegacyDateField has been added for people who have come to depend on the existing broken behavior.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658003 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 22:00:22 +00:00
Koji Sekiguchi 455e7a414e SOLR-319: Changed SynonymFilterFactory to "tokenize" synonyms file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657829 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 13:38:38 +00:00
Koji Sekiguchi f4e41c8c8f SOLR-537: Use of hl.maxAlternateFieldLength parameter from solr-ruby
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657290 13f79535-47bb-0310-9956-ffa450edef68
2008-05-17 03:31:18 +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
Yonik Seeley 0b9020f26f update to lucene 2.3.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@653542 13f79535-47bb-0310-9956-ffa450edef68
2008-05-05 18:02:00 +00:00
Grant Ingersoll 72869fb61d SOLR-557: added getSearchComponents()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@652846 13f79535-47bb-0310-9956-ffa450edef68
2008-05-02 17:49:09 +00:00
Grant Ingersoll 4a8ca8f13a SOLR-550: updated docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@651437 13f79535-47bb-0310-9956-ffa450edef68
2008-04-24 22:04:30 +00:00
Grant Ingersoll d6839a0414 SOLR-267: Reopen. Remove adding info to the HTTP Header. Remove double responseHeader in the namedList response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@649185 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 16:57:55 +00:00
Grant Ingersoll f0a4b30cdc SOLR-267: Logging updates, now logs how many hits, plus some other logging changes to reduce double logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@649066 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 12:37:38 +00:00
Grant Ingersoll e2583ca6dd SOLR-509: Fix NPE when starting up SolrCore due to FirstSearcher event not being initialized
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@649046 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 10:44:48 +00:00
Chris M. Hostetter 783bd8c9e9 SOLR-541: Legacy XML update support wasn't logging errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648794 13f79535-47bb-0310-9956-ffa450edef68
2008-04-16 19:03:43 +00:00
Grant Ingersoll 6b7518d4b4 SOLR-400: Handle OpenDNS failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648683 13f79535-47bb-0310-9956-ffa450edef68
2008-04-16 12:38:35 +00:00
Chris M. Hostetter a2d155e447 fixing comment about SOLR-330 (it's a new optimization, it was not magically added to Solr 1.1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648460 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 23:53:44 +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
Yonik Seeley edfcaa6161 SOLR-486: Binary response format
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648384 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 19:22:38 +00:00
Chris M. Hostetter aca45bce71 SOLR-533: Fixed tests so they don't use hardcoded port numbers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@647048 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 05:22:54 +00:00
Mike Klaas e1aa232a51 SOLR-516: add hl.maxAlternateFieldLength
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@646926 13f79535-47bb-0310-9956-ffa450edef68
2008-04-10 19:07:23 +00:00
Chris M. Hostetter b6fe0f58d0 SOLR-528: Better error message when defaultSearchField is bogus or not indexed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@646135 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 23:35:22 +00:00
Chris M. Hostetter fd4981f444 SOLR-530: Better error messages/warnings when parsing schema.xml: field using bogus fieldtype and multiple copyFields to a non-multiValue field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@646107 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 22:30:21 +00:00
Chris M. Hostetter 6042bdbad0 SOLR-529 - Better error messages from SolrQueryParser when field isn't specified and there is no defaultSearchField in schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@646092 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 21:48:50 +00:00
William Au 500358c2da SOLR-535
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645614 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07 17:01:16 +00:00
William Au 7667caacec SOLR-531
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645608 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07 16:50:08 +00:00
Grant Ingersoll e2c2a8d240 SOLR-330: Converted Solr tokenstreams to use Lucene's char[] capabilities
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@643465 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 16:10:19 +00:00
Ryan McKinley fe6debb2a5 adding master/slave upgrade notice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641660 13f79535-47bb-0310-9956-ffa450edef68
2008-03-27 00:31:21 +00:00
Ryan McKinley 85819cd41e adding an upgrade note about the lucene format changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641573 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 20:59:40 +00:00
Mike Klaas 52e60f089a SOLR-386: configurable SolrHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@639490 13f79535-47bb-0310-9956-ffa450edef68
2008-03-20 22:39:27 +00:00
Erik Hatcher 8eb3cda5d2 Correct speling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@639427 13f79535-47bb-0310-9956-ffa450edef68
2008-03-20 19:47:34 +00:00
Chris M. Hostetter 958b7a0728 more details about SOLR-127 in upgrading section .... (i could have swore i commited this a few days ago)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@639080 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 23:57:14 +00:00
Chris M. Hostetter 95b1fe8b42 SOLR-127 - special note for people upgrading about new HTTP Caching headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638484 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 18:03:37 +00:00
Yonik Seeley 160f664e5f fix distributed facet counts when field may not exist in shard
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638444 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 17:16:05 +00:00
Grant Ingersoll b331ca07fa SOLR-497: Added date faceting to QueryResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638357 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 13:12:27 +00:00
Erik Hatcher 2f39d9ff04 SOLR-494: Added Ajaxed schema explorer (contributed Greg Ludington)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@637466 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 20:49:21 +00:00
Chris M. Hostetter 9e781737c6 SOLR-496 - use Long for Cache-Control max-age
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634072 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 22:48:54 +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
Yonik Seeley a73850ef3b SOLR-356: pluggable functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631979 13f79535-47bb-0310-9956-ffa450edef68
2008-02-28 14:11:23 +00:00
Yonik Seeley cc61bb647b SOLR-303 Distributed Search over HTTP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631357 13f79535-47bb-0310-9956-ffa450edef68
2008-02-26 19:47:07 +00:00
Yonik Seeley 9c95415d7d upgrade to lucene 2.3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631020 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 22:23:16 +00:00
Grant Ingersoll d075a69c01 SOLR-451: minor change to make analysis use POST instead of GET. Also made the input area a little bigger to make it more readable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630573 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 02:44:32 +00:00
Grant Ingersoll ac58a1a4dd SOLR-468: Changed semantics of CapitalizationFilterFactory to keep the original token, not the value in the map
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630572 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 02:34:15 +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 ff37f3c5f0 SOLR-478: Added ability to get back unique key info from LukeReqHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629343 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 04:15:10 +00:00
Grant Ingersoll e1f97aff7e SOLR-479: Added clover test code coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629340 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 03:57:44 +00:00
Grant Ingersoll 427cbbfb93 SOLR-324: fixed support for longs/doubles, still need to add short and byte, per next Lucene update from trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629334 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 03:36:49 +00:00
Grant Ingersoll 9f25cd201f SOLR-481: Handle UnknownHostException
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@628955 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 01:42:22 +00:00
Yonik Seeley fdf340d59a lucene 2.3 update
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@614789 13f79535-47bb-0310-9956-ffa450edef68
2008-01-24 04:14:33 +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
Mike Klaas 06b3f0eed0 SOLR-452 commit: hl.mergeContiguous
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610191 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 22:02:46 +00:00
Ryan McKinley a405feac80 SOLR-446: TextResponseWriter can write SolrDocuments and SolrDocumentLists the same way it writes Document and DocList.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610156 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 21:15:19 +00:00
Yonik Seeley 8e069c976c new CSV lib, escape option for loader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609333 13f79535-47bb-0310-9956-ffa450edef68
2008-01-06 15:43:50 +00:00
Yonik Seeley db84ea5964 SOLR-42: HTMLStripReader replaces removed content with spaces to preserve offsets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609162 13f79535-47bb-0310-9956-ffa450edef68
2008-01-05 15:59:47 +00:00
Mike Klaas ea0136fa69 SOLR-449 : fix NaN/Infinity display for python&ruby response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608691 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 00:37:49 +00:00
Ryan McKinley dc484ada1e SOLR-142 -- adding deprecation warnings to get-file.jsp and raw-schema.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608613 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 20:15:06 +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 161280adb0 SOLR-350 CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601980 13f79535-47bb-0310-9956-ffa450edef68
2007-12-07 04:22:44 +00:00
Yonik Seeley b627573cba The CSV loader incorrectly threw an exception when given header=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600419 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 02:05:30 +00:00
Ryan McKinley e76c594d89 SOLR-414 -- Plugin initialization now supports SolrCore and ResourceLoader "Aware" plugins. Plugins that implement SolrCoreAware or ResourceLoaderAware are informed about the SolrCore/ResourceLoader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@597847 13f79535-47bb-0310-9956-ffa450edef68
2007-11-24 13:51:46 +00:00
Yonik Seeley 91c7b66ecf SOLR-413: cap lastDocRequested at maxDoc()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596359 13f79535-47bb-0310-9956-ffa450edef68
2007-11-19 16:38:50 +00:00
Erik Hatcher c130be21ca SOLR-411: Rename JARs produced to defacto standard names (contributed by Grant Ingersoll)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594936 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 16:34:39 +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
Chris M. Hostetter 99dc6e24eb SOLR-396: new build system support for generating stub tokenizer/tokenfilter factories when lucene jars are updated. includes newly generated factories for all lucene-analyzers-2.2.0.jar langauges
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593359 13f79535-47bb-0310-9956-ffa450edef68
2007-11-08 23:40:12 +00:00
William Au 1bcf8208ba SOLR-393 removed duplicated contentType from raw-schema.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592428 13f79535-47bb-0310-9956-ffa450edef68
2007-11-06 14:05:45 +00:00
Mike Klaas 4b3ae817b7 SOLR-395: spell checker upgrade
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592129 13f79535-47bb-0310-9956-ffa450edef68
2007-11-05 19:39:14 +00:00
Chris M. Hostetter 009a33ce22 one trivial typo, one significant
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@591159 13f79535-47bb-0310-9956-ffa450edef68
2007-11-01 22:39:11 +00:00
Chris M. Hostetter e1ad6e3ef7 SOLR-367: specific return types from create in Token*Factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@591158 13f79535-47bb-0310-9956-ffa450edef68
2007-11-01 22:37:42 +00:00
Yonik Seeley 2d07595bc6 SOLR-351: external file value source
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@587098 13f79535-47bb-0310-9956-ffa450edef68
2007-10-22 13:53:14 +00:00
Yonik Seeley fc96a325ed SOLR-334: pluggable query parsers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@587090 13f79535-47bb-0310-9956-ffa450edef68
2007-10-22 13:43:07 +00:00
Ryan McKinley 07b145e91e adding credit for Henri
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584580 13f79535-47bb-0310-9956-ffa450edef68
2007-10-14 19:08:14 +00:00
Yonik Seeley df97bd903c speed up response writers: SOLR-377
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584574 13f79535-47bb-0310-9956-ffa450edef68
2007-10-14 18:38:54 +00:00
Ryan McKinley 1f78c1be76 SOLR-215 -- adding CHANGES.txt and moving the deprecation warning from BaseXXXFactory to IndexSchema.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584319 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 23:27:12 +00:00
Mike Klaas ed5ff37639 SOLR-376: hl.alternateField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@583979 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 22:32:48 +00:00
Erik Hatcher ebf602df89 SOLR-359: LukeResponse.FieldInfo should expose the selected flags info and the indexInfo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580089 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 16:43:42 +00:00
William Au 1e4355a10f updated note for SOLR-282
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577959 13f79535-47bb-0310-9956-ffa450edef68
2007-09-21 01:50:46 +00:00