Commit Graph

1874 Commits

Author SHA1 Message Date
Yonik Seeley 663f27bd80 SOLR-927: remove synchronization from lazy loaded handler lookup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727564 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 22:50:22 +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 c11997b456 SOLR-917 -- Change RequestHandlers#handlers from a synchronizedMap to a ConcurrentHashMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727372 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 13:12:40 +00:00
Shalin Shekhar Mangar 151d8c4f04 SOLR-918 -- Store SolrInfoMBean in a ConcurrentHashMap instead of a LinkedHashMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727370 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 13:10:47 +00:00
Shalin Shekhar Mangar aeb6b9975f SOLR-886 -- Removing the change for requestParameters.optimize which is not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727358 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 12:38:32 +00:00
Shalin Shekhar Mangar e113e465be git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727357 13f79535-47bb-0310-9956-ffa450edef68 2008-12-17 12:34:25 +00:00
Shalin Shekhar Mangar eb849f8f07 SOLR-913 -- Pattern and CommonsHttpClient made static
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727354 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 12:06:47 +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
Chris M. Hostetter 89557b26aa SOLR-923: some SolrIndexWriter.getDirectory cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727139 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 20:45:17 +00:00
Ryan McKinley 201e7969b1 SOLR-915 - adding docs to CloseHook and making the list a Collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727122 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 19:13:13 +00:00
Erik Hatcher 2ec78506f6 add example target that will hopefully fix nightly build
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727000 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 09:29:26 +00:00
Erik Hatcher 7590aa1f0a todo, done
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726996 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 09:24:55 +00:00
Ryan McKinley 8899e7de7b ignoring *.jar in lib
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726968 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 05:42:04 +00:00
Ryan McKinley 7560860863 SOLR-868 removing libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726967 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 05:39:33 +00:00
Ryan McKinley fb262a11c7 SOLR-868 -- updating javascript example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726901 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 01:03:00 +00:00
Erik Hatcher 24cc3d9bce Convert templates to using new QueryResponse response object
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726780 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15 19:41:35 +00:00
Erik Hatcher ebba8adb5c Add additional Velocity tools and layout capability
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726772 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15 19:05:20 +00:00
Shalin Shekhar Mangar 80dea5625e SOLR-910 -- Add a few utility commands to the DIH admin page such as full import, delta import, status, reload config
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726512 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 18:30:38 +00:00
Shalin Shekhar Mangar f42b62c1d7 SOLR-888 -- Fixing null pointer bug introduced by last commit for this issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726510 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 18:28:42 +00:00
Shalin Shekhar Mangar b2f340e60f Reverting changes for SOLR-913 -- Expensive Pattern object made static in SnapPuller per discussion on solr-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726505 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 17:56:56 +00:00
Shalin Shekhar Mangar 44758ae090 SOLR-913 -- Expensive Pattern object made static in SnapPuller
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726504 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 17:46:21 +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
Grant Ingersoll 25c1d17448 SOLR-284: handle multivalued literals
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726350 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 03:47:42 +00:00
Shalin Shekhar Mangar 133f1f4031 SOLR-812 -- Configurable JDBC settings in JdbcDataSource including optimized defaults for read only mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726241 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 17:38:00 +00:00
Shalin Shekhar Mangar 7d8a67dc01 SOLR-909 -- Removing redundant NamedList member in DataImportHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726231 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 16:49:10 +00:00
Grant Ingersoll 7ddfd04ae4 SOLR-284: Updated to Tika 0.2. Added in build, pom support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726035 13f79535-47bb-0310-9956-ffa450edef68
2008-12-12 15:18:24 +00:00
Shalin Shekhar Mangar 843ce957a9 SOLR-891 -- A Transformer to read strings from Clob type
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725926 13f79535-47bb-0310-9956-ffa450edef68
2008-12-12 07:02:09 +00:00
Shalin Shekhar Mangar c1d1c274ae SOLR-884 -- CachedSqlEntityProcessor should check if the cache key is present in the query results
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725684 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 13:43:23 +00:00
Shalin Shekhar Mangar 714d1c7ad7 SOLR-841 -- DataImportHandler should throw exception if a field does not have column attribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725635 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 09:39:31 +00:00
Shalin Shekhar Mangar cf0a31f1f7 SOLR-846 -- Reduce memory consumption during delta import by removing keys when used
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725627 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 09:05:39 +00:00
Shalin Shekhar Mangar 7549d04c32 SOLR-888 -- DateFormatTransformer cannot convert non-string type
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725618 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 08:34:08 +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
Ryan McKinley b6fbd20943 SOLR-900 -- remove solr-common dependency in core pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725397 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 19:34:26 +00:00
Ryan McKinley a4910be586 SOLR-904 expose UpdateRequest documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725358 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 17:47:41 +00:00
Grant Ingersoll f85a03ffb0 Add a comment on the use of the example SpellCheckComponent Request Handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725318 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 16:01:14 +00:00
Ryan McKinley 4cd9fcf778 make sure solrj-dist is called before the war example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724929 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 23:20:19 +00:00
Erik Hatcher 0ecca35781 fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724896 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 21:22:18 +00:00
Ryan McKinley eb695fa5a3 avoid null pointer while when you add a null value
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724869 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 20:28:33 +00:00
Ryan McKinley f1422bdf67 expose the sub timer list
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724867 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 20:23:52 +00:00
Shalin Shekhar Mangar 1ffed882a9 Adding a convenience method which passes attributes in a Map
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724662 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 11:18:48 +00:00
Chris M. Hostetter 2430817fe1 ASCIIFoldingFilterFactory generated by stub-analysis-factory-maker.pl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724626 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 07:00:07 +00:00
Chris M. Hostetter 592d5b72c4 change recently added factories to declare specific return types for improved documentation and to aid stub generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724625 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 06:59:23 +00:00
Chris M. Hostetter 4d0a1f76fc improved messages and bug fixes to stub generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724624 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 06:57:24 +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 c37b2a0e78 SOLR-900 -- fixing 'ant dist'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724230 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 01:42:22 +00:00
Grant Ingersoll 1e95b28ed9 SOLR-284: add it back
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724217 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 22:53:44 +00:00
Yonik Seeley 607a198092 SOLR-475: close termenums, use fieldValueCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724203 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:11:55 +00:00
Ryan McKinley 77390c64e9 build.xml formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724202 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 20:53:22 +00:00
Grant Ingersoll 0f9c15482d SOLR-284: remove duplicated Tika libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724190 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 20:21:03 +00:00