Commit Graph

2016 Commits

Author SHA1 Message Date
Chris M. Hostetter f11377a06c SOLR-967: New type-safe constructor for NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746031 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 22:20:32 +00:00
Erik Hatcher b3b94be1ac remove unused import
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745994 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 21:08:53 +00:00
Shalin Shekhar Mangar e96345130e SOLR-1024 -- Calling abort on DataImportHandler import commits data instead of calling rollback
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745831 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 11:59:54 +00:00
Shalin Shekhar Mangar 7477c06f89 SOLR-996 followup -- missing set context
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745807 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 10:25:09 +00:00
Shalin Shekhar Mangar fa19dfca0f SOLR-1004 -- Check for abort more frequently during delta-imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745742 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 05:43:06 +00:00
Shalin Shekhar Mangar a2b4aa53fc SOLR-996 -- Expose Context to Evaluators
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745734 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 05:28:48 +00:00
Chris M. Hostetter 22da31152c SOLR-1022 ... fixing bad example of ignored field (should be multiValued=true)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745615 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 19:11:13 +00:00
Shalin Shekhar Mangar f6185b71a7 SOLR-921 -- SolrResourceLoader must cache short class name vs fully qualified classname
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745394 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 06:54:10 +00:00
Shalin Shekhar Mangar bbda7419e5 SOLR-977 -- version=2.2 is not necessary for wt=javabin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745392 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 06:27:20 +00:00
Shalin Shekhar Mangar 5cfb336f5c SOLR-1018 -- Slave is unable to replicate when server acts as repeater (as both master and slave)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743757 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 14:10:32 +00:00
Shalin Shekhar Mangar 1371f5b70b SOLR-1015 -- Incomplete information in replication admin page and http command response when server is both master and slave i.e. when server is a repeater
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743729 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 13:25:25 +00:00
Shalin Shekhar Mangar 71e622d422 SOLR-670 followup -- No need to do commit after calling rollback, also avoids AlreadyClosedException if commit is not called after rollback
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743359 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 15:18:16 +00:00
Shalin Shekhar Mangar 801ea7c395 SOLR-1017 -- Fix thread-safety issue with last_index_time for concurrent imports in multiple cores due to unsafe usage of SimpleDateFormat by multiple threads.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743299 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 11:01:44 +00:00
Shalin Shekhar Mangar 790679130e SOLR-1006 -- ConcurrentLRUCache API improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743294 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 10:54:09 +00:00
Shalin Shekhar Mangar c4a96dc1de SOLR-1009 -- Repeated column names result in duplicate values
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743280 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 09:30:05 +00:00
Koji Sekiguchi 22c110c5ba SOLR-1016: HTTP 503 error changes 500 in SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743228 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 05:14:11 +00:00
Yonik Seeley 3e75ec8dae SOLR-998: current lucene libs, SolrIndexReader introduction for FileFloatSource fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743196 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 02:30:13 +00:00
Yonik Seeley 6555bb7bb3 SOLR-799: Add support for hash based exact/near duplicate document handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743163 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 23:21:57 +00:00
Erik Hatcher a1566dd585 be more accurate with comment about core handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743008 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 16:17:36 +00:00
Grant Ingersoll 6d50a5079a SOLR-769: Make QueryComponent optional, but default to true. Not all requests need the QueryComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742988 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 14:55:21 +00:00
Erik Hatcher cf26ee4886 comment typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742666 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 18:24:43 +00:00
Grant Ingersoll 7e618a3060 add ACEU news
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742623 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 17:02:40 +00:00
Koji Sekiguchi c7d0222b13 SOLR-976: deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a <delete>
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742106 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 14:32:13 +00:00
Shalin Shekhar Mangar 60347b2c2c SOLR-1011 -- Links to Replication page and other cores are 404s
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741940 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 19:32:57 +00:00
Grant Ingersoll a1b7dca1b8 SOLR-284: remove auto key generation and update tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741907 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 16:02:41 +00:00
Otis Gospodnetic 794011424e - Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741723 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 21:05:20 +00:00
Otis Gospodnetic 572d84c9c2 SOLR-1005 - DoubleMetaphone Filter Produces NullpointerException on zero-length token
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741721 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 21:04:20 +00:00
Shalin Shekhar Mangar 23099323d5 SOLR-850 -- Addition of timeouts for distributed searching. Configurable through 'shard-socket-timeout' and 'shard-connection-timeout' parameters in SearchHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741710 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 20:39:05 +00:00
Shalin Shekhar Mangar 8391810098 SOLR-989 -- Expose running statistics from the Context API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741698 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 20:02:48 +00:00
Shalin Shekhar Mangar 06d1dd5061 SOLR-959 -- Refactored TestReplicationHandler to remove hardcoded port numbers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741684 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 19:21:44 +00:00
Shalin Shekhar Mangar d17cf48d13 SOLR-943 -- Make it possible to specify dataDir in solr.xml and accept the dataDir as a request parameter for the CoreAdmin create command.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741490 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 09:24:51 +00:00
Shalin Shekhar Mangar 604267e448 SOLR-1001 followup -- Fix NPE due to bug in test base class
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741469 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 08:38:07 +00:00
Shalin Shekhar Mangar aa6bc4b770 SOLR-820 followup -- Test for replicate after startup for java based replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741451 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 07:23:33 +00:00
Shalin Shekhar Mangar a91912c99b SOLR-1001 -- Allow variables in various attributes of RegexTransformer, HTMLStripTransformer and NumberFormatTransformer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741435 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 06:51:50 +00:00
Erik Hatcher 8347bf242b SOLR-1008: Fix stats.jsp stat item entry name escaping
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741299 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 21:29:07 +00:00
Shalin Shekhar Mangar 34b0ed7cff SOLR-1003 -- XPathEntityprocessor must allow slurping all text from a given xml node and its children
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741268 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 19:53:10 +00:00
Shalin Shekhar Mangar 6f00fa6f7d SOLR-971 -- Replace StringBuffer with StringBuilder for instances that do not require thread-safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741262 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 19:41:55 +00:00
Shalin Shekhar Mangar 23ab5e1869 SOLR-986 -- Return invalid error codes in case of an exception or an error while waiting for external process
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741257 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 19:38:52 +00:00
Shalin Shekhar Mangar 4d4c5e0e1f Reverting SOLR-435 (always run tests before committing)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741097 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 13:10:33 +00:00
Shalin Shekhar Mangar 742dccd202 SOLR-435 -- NullPointerException with no query or empty query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741046 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 08:41:14 +00:00
Shalin Shekhar Mangar 17ccf4ebef SOLR-820 -- Support replication on startup of master with new index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740678 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 10:32:37 +00:00
Shalin Shekhar Mangar 522a5bed44 SOLR-966 -- Enhance the map function query to take in an optional default value
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740445 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 21:09:04 +00:00
Shalin Shekhar Mangar d707212bbf SOLR-1000 -- FileListEntityProcessor should not apply fileName filter to directory names. Wow, we reached 1000 issues!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740423 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 20:33:20 +00:00
Yonik Seeley 67987bfd25 SOLR-1002: Change SolrIndexSearcher to use insertWithOverflow as Lucene does
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740319 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 15:20:54 +00:00
Shalin Shekhar Mangar 33f9318049 SOLR-999 -- XPathRecordReader fails on XMLs with nodes mixed with CDATA content
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739962 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 11:30:18 +00:00
Yonik Seeley 164c2481e2 revert to r738218 of lucene, before per-segment search
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739305 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 15:25:56 +00:00
Shalin Shekhar Mangar ffb4b37e8d SOLR-763 -- Add support for Lucene's PositionFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739247 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 11:38:23 +00:00
Yonik Seeley 8da6192f6b allow passing in of args to the jvm running unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739060 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 22:48:28 +00:00
Yonik Seeley c6dbc258cd allow passing in of args to the jvm running unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739015 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 21:13:55 +00:00
Yonik Seeley 0481f09609 Upgraded to Lucene 2.9-dev 20090129 r738622
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738950 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 18:30:53 +00:00