Commit Graph

441 Commits

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