Commit Graph

553 Commits

Author SHA1 Message Date
Yonik Seeley fd7e53ad74 Upgraded to Lucene 2.9-dev r738345
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738606 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 20:23:16 +00:00
Shalin Shekhar Mangar 61f9aab471 SOLR-883 -- Implicit properties are not set for Cores created through CoreAdmin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738378 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 06:30:58 +00:00
Shalin Shekhar Mangar 398f814393 SOLR-981 -- groupId for Woodstox dependency in maven solrj changed to org.codehaus.woodstox
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737645 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26 08:01:23 +00:00
Shalin Shekhar Mangar b822a6db8b SOLR-978 -- Old files are not removed from slaves after replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737550 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 17:52:48 +00:00
Chris M. Hostetter 645cb098f5 SOLR-962: Note about null handling in ModifiableSolrParams.add javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737467 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 01:55:03 +00:00
Chris M. Hostetter 68b72fc830 SOLR-970: Use an ArrayList since we know exactly how long the List will be in advance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737464 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 01:34:21 +00:00
Shalin Shekhar Mangar 6eb1b688e3 SOLR-865 -- Adding support for document updates in binary format and corresponding support in Solrj client
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734796 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 20:20:59 +00:00
Yonik Seeley 5be6d5bdd1 remove CHANGES fix to non-released code
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733328 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 20:02:58 +00:00
Koji Sekiguchi de5a72a40e SOLR-947 update -- Removing from changelog because the bug was in lucene.jar introduced after 1.3 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733225 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 02:48:11 +00:00
Shalin Shekhar Mangar 38790ddcbf SOLR-950 update -- Removing from changelog because the bug was in code introduced after 1.3 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733155 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 21:23:52 +00:00
Shalin Shekhar Mangar 80a36aa9a9 SOLR-950 -- Exception in distributed search with facet requests during facet refinement
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733005 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 10:58:30 +00:00
Ryan McKinley cad808454e SOLR-906 -- adding streaming update SolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732087 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:00:33 +00:00
Koji Sekiguchi 1d43a36bf9 SOLR-947: QueryParsing.toString() should check firstly ConstantScoreRangeQuery then RangeQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730514 13f79535-47bb-0310-9956-ffa450edef68
2009-01-01 06:50:50 +00:00
Yonik Seeley 8c1db20c9a SOLR-540: globbing in hl.fl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730008 13f79535-47bb-0310-9956-ffa450edef68
2008-12-29 22:48:07 +00:00
Shalin Shekhar Mangar fd89aab62f SOLR-902 -- FastInputStream#read(byte b[], int off, int len) gives incorrect results when amount left to read is less than buffer size
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729834 13f79535-47bb-0310-9956-ffa450edef68
2008-12-29 07:39:26 +00:00
Koji Sekiguchi 3b57a5a624 SOLR-925: Fixed highlighting on fields with multiValued="true" and termOffsets="true"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729450 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 01:08:18 +00:00
Shalin Shekhar Mangar e59ebad16e SOLR-847 -- Enhance the snappull command in ReplicationHandler to accept masterUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729263 13f79535-47bb-0310-9956-ffa450edef68
2008-12-24 07:18:43 +00:00
Koji Sekiguchi c3de2ce513 SOLR-84: use new Solr logo in admin GUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728842 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 01:45:23 +00:00
Shalin Shekhar Mangar 32443026f2 SOLR-885 -- NamedListCodec is renamed to JavaBinCodec and returns Object instead of NamedList.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728622 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 06:46:01 +00:00
Chris M. Hostetter c7b3ca5d16 SOLR-924: Code cleanup: make all existing finalize() methods call super.finalize() in a finally block
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728336 13f79535-47bb-0310-9956-ffa450edef68
2008-12-20 20:03:30 +00:00
Ryan McKinley 2262a03049 removing Release 1.3.1 from the CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728107 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 18:53:38 +00:00
Ryan McKinley d4591beaca now i got the number wrong
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728105 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 18:51:16 +00:00
Ryan McKinley f822432153 SOLR-928: SolrDocument and SolrInputDocument now implement the Map<String,?>
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728104 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 18:50:12 +00:00
Ryan McKinley 6853173298 fixing number in changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728103 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 18:47:01 +00:00
William Au 1514e1fd16 SOLR-897: Fixed Argument list too long error when there are lots of snapshots/backups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727722 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 13:21:33 +00:00
Shalin Shekhar Mangar c2c78750e8 SOLR-863 -- SolrCore.initIndex should close the directory it gets for clearing the lock and use the DirectoryFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727719 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 13:18:41 +00:00
Chris M. Hostetter 39c1b9b3a5 SOLR-876: WordDelimiterFilter splitOnNumerics and protwords
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727677 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 08:50:27 +00:00
Yonik Seeley aa9b5753ad SOLR-911: add filter tags, facet local params, with excludes, output keys, and more efficient facet refinement requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727560 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 22:41:35 +00:00
Shalin Shekhar Mangar aa3a9b6927 SOLR-821 -- Add support for replication to copy conf file to slave with a different name. This allows replication of solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727319 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 09:19:26 +00:00
Shalin Shekhar Mangar de702ae19a SOLR-807 -- BinaryResponseWriter writes fieldType.toExternal if it is not a supported type, otherwise it writes fieldType.toObject. This fixes the bug with encoding/decoding UUIDField.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726502 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 17:37:36 +00:00
Shalin Shekhar Mangar 2b931ae33e Moving DataImportHandler fix to correct CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725617 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 08:31:26 +00:00
Shalin Shekhar Mangar 71c18d5b3c SOLR-886 -- DataImportHandler should rollback when an import fails or it is aborted
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725616 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 08:25:38 +00:00
Shalin Shekhar Mangar d3f89a21ac SOLR-901 -- FastOutputStream ignores write(byte[]) call
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724285 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 08:30:35 +00:00
Ryan McKinley a3fff54fc1 SOLR-900: Moving solrj into /src/solrj.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724175 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 19:07:11 +00:00
Yonik Seeley 8f184caf79 SOLR-781: facet.sort=false for distrib search + change facet.sort to count/lex
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724065 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 03:20:32 +00:00
Grant Ingersoll 4111e3b758 SOLR-819: Added in factories for Arabic tokenizer/stemmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724062 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 01:34:47 +00:00
Grant Ingersoll 246a83f0d4 SOLR-875: Upgraded Lucene and consolidated the OpenBitSet implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723994 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 14:55:21 +00:00
Grant Ingersoll 527bce2658 SOLR-877: added mincount and maxcount options
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723985 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 14:09:42 +00:00
Grant Ingersoll cedd07b500 SOLR-284: Solr Cell: Add support for Tika content extraction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723977 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 13:04:26 +00:00
Yonik Seeley 78bc41b54e SOLR-898: Fix null pointer exception for the JSON response writer based formats when nl.json=arrarr with null keys.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723804 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 18:04:11 +00:00
Ryan McKinley 44fae80e05 SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723071 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 21:03:33 +00:00
Yonik Seeley 58bd056214 SOLR-892:Fix serialization of booleans for PHPSerializedResponseWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@722541 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:51:08 +00:00
Koji Sekiguchi cea5444e91 SOLR-538: added maxChars attribute for copyField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721758 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 04:46:20 +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
Yonik Seeley 156491848a SOLR-475:multi-valued faceting via un-inverted field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720403 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 04:02:09 +00:00
Shalin Shekhar Mangar d5b7feddcc SOLR-465 -- Upgraded to Lucene 2.9-dev (r719351)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719353 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 20:21:14 +00:00
William Au 177f900343 SOLR-830: Use perl regex to improve accuracy of finding latest snapshot in snappuller
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719233 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 14:14:07 +00:00
William Au 3962cb987e SOLR-346: Use perl regex to improve accuracy of finding latest snapshot in snapinstaller
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719232 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 14:09:18 +00:00
Ryan McKinley 2ea46096b9 SOLR-871: Removed dependancy on stax-utils.jar. If you using solr.jar and running
java 6, you can also remove woodstox and geronimo.  (ryan)

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719022 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 18:49:06 +00:00
Shalin Shekhar Mangar dee0496714 SOLR-872 -- Better error message for incorrect copyField destination
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718946 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 12:53:29 +00:00
Shalin Shekhar Mangar 8f14ef8475 SOLR-869 -- Fix file descriptor leak in SolrResourceLoader#getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718941 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 12:25:08 +00:00
Ryan McKinley a7f7bf6bd3 SOLR-803, not sure how this got removed from CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718431 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 23:09:23 +00:00
Ryan McKinley fb340c0406 SOLR-868: Adding solrjs as a contrib package: contrib/javascript.
(Matthias Epheser via ryan)

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718422 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 22:42:45 +00:00
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