Commit Graph

390 Commits

Author SHA1 Message Date
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