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
df6ee4bac9
SOLR-930 -- reverting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728082 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 17:56:07 +00:00
Shalin Shekhar Mangar
56ce812335
SOLR-885 -- Changing NamedListCodec to return Object
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728017 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 13:22:05 +00:00
Shalin Shekhar Mangar
3ea8440652
SOLR-918 follow up -- Remove synchronization when iterating over infoRegistry and update Javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727944 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 06:37:28 +00:00
Chris M. Hostetter
d495237c0e
SOLR-917 followup. improve handling of null handler name to make semantics closer to what they were before ConcurrentHashMap, and cleanup some now superfulous null checks
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727934 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 06:12:57 +00:00
Ryan McKinley
bbe3c679db
SOLR-930 -- log error close is already closed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727847 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 22:40:30 +00:00
Ryan McKinley
d52572f548
SOLR-680 -- StatsComponent -- removing broken median calculation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727782 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 18:14:03 +00:00
Shalin Shekhar Mangar
328cacec62
SOLR-863 -- Fixing NPE. DirectoryFactory should be created before calling SolrIndexWriter.getDirectory.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727779 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 18:00:06 +00:00
Shalin Shekhar Mangar
82279f712f
SOLR-858 -- BitDocSet.andNot calls instanceof on the wrong type
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727724 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 13:40:08 +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
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
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
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
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
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
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
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
3b82093b86
normalize facet sort param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724149 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 16:17:50 +00:00
Yonik Seeley
ccc4189bca
don't over-request for facet.sort=lex
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724087 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 06:06:39 +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
5db15f719a
fixing pom for commons-io
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723554 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 01:39:22 +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
Yonik Seeley
9430364ea5
SOLR-465: use public constructors to get Directory instances
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721939 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 01:10:30 +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
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
Ryan McKinley
497a61a2fb
make TermsParams an interface rather then a class (like all the other params classes)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721684 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 15:37:18 +00:00
Grant Ingersoll
f1a3951c6d
SOLR-877: add in term prefix, change some param names, added more tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721681 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 13:51:56 +00:00
Grant Ingersoll
222f4863bc
SOLR-877: Added support for multiple fields, plus some more tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721675 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 12:40:57 +00:00
Grant Ingersoll
b78bb222e5
SOLR-877: output ints instead of strings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721534 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 16:53:09 +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
Grant Ingersoll
14c9ca77d7
remove java Utils logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720210 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 15:35:13 +00:00
Yonik Seeley
d22d850fe8
SOLR-667: add finalizer to ConcurrentLRUCache in case destroy() is forgotten
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720058 13f79535-47bb-0310-9956-ffa450edef68
2008-11-23 22:32:22 +00:00
Yonik Seeley
0fc7b87070
SOLR:667 generics, add cleanupThread, evictionListener to ConcurrentLRUCache
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720051 13f79535-47bb-0310-9956-ffa450edef68
2008-11-23 21:42:22 +00:00
Yonik Seeley
741fe7a24d
fix null pointer exception after lucene upgrade
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720004 13f79535-47bb-0310-9956-ffa450edef68
2008-11-23 16:47:12 +00:00
Koji Sekiguchi
e4e015758d
SOLR-657: fix a bug which was accidentally introduced when r701485 was committed.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719793 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22 02:51:22 +00:00
Ryan McKinley
075cdc5890
SOLR-793: fix possible deadlock
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719347 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 19:52:11 +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
4c52f8212c
SOLR-867 move getParsedResponse utility
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718395 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 21:44:01 +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
Koji Sekiguchi
51444a5ac6
hide implementation detail of pcmList
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@714230 13f79535-47bb-0310-9956-ffa450edef68
2008-11-15 10:44:38 +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
Grant Ingersoll
0e55b434a3
SOLR-651: minor fixes to input/output paramters/keys
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@713382 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 14:35:15 +00:00
Otis Gospodnetic
13645a20a6
- Javadoc fix
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@713105 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 18:47:43 +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
Yonik Seeley
fce5a25a17
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@712016 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 23:43:17 +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
beb67ada0f
SOLR-667: acceptableSize was always set to maxSize
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711675 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 19:33:47 +00:00
Yonik Seeley
12273bbdc2
remove the now redundant setResponseParser
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711574 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 14:32:55 +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
Yonik Seeley
d5096312a6
SOLR-667: change markAndSweep algorithm, make FastLRUCache the default for filterCache in example and test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@710068 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 14:32:58 +00:00
Yonik Seeley
9071230c73
SOLR-667: fix incorrect put() fix
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709189 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 16:11:20 +00:00
Shalin Shekhar Mangar
451f519e49
SOLR-667 -- Thread safety fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709188 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 16:06:38 +00:00
Shalin Shekhar Mangar
39e750d4b9
SOLR-667 -- Making markAndSweep method public
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709089 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 05:35:31 +00:00
Yonik Seeley
fbf5c2fc46
javadoc core.getSearcher()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708999 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 20:28:02 +00:00
Shalin Shekhar Mangar
411a2fe607
Finishing a half-sentence in the Javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708946 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 17:21:59 +00:00
Shalin Shekhar Mangar
bca3f50107
More comments, fixed typos.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708837 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 08:54:54 +00:00
Shalin Shekhar Mangar
2cc8be768a
Add null check to avoid NPE during JMX registration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708824 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 08:30:57 +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
Yonik Seeley
9c3ab6d75f
SOLR-651: fix - get the searcher and schema from the request instead of the core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708621 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 17:56:12 +00:00
Yonik Seeley
eb5ae4dcc0
SOLR-561: add more comments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708578 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 14:05:52 +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
Yonik Seeley
87b0576d0d
SOLR-561: thread safe fixes, commit point reservation fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707683 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 16:50:45 +00:00
Grant Ingersoll
e424c8723a
added some more comments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707472 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 20:53:45 +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
Shalin Shekhar Mangar
325594751f
SOLR-561 update -- Increment packetsWritten variable after writing out the packet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707279 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 05:54:18 +00:00
Yonik Seeley
62fc6816a3
SOLR-561 update: reserve index commit points for very short durations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707239 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 00:57:43 +00:00
Shalin Shekhar Mangar
0d8d200c20
Use IndexCommit#getTimestamp added in Lucene 2.4
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706893 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 08:16:04 +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
Grant Ingersoll
cd4135489d
added small doc. comment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706646 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 14:51:41 +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
d3d3251e5d
SOLR-680: Adding StatsComponent
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705915 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:19:53 +00:00
Ryan McKinley
f0adcb6bd6
javadoc typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705906 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:55:50 +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
Erik Hatcher
b82469d7c6
just upcasing Solr in javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705486 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 06:07:02 +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
fc15f6f3a6
removing *another* accidentally commited file... sorry about that
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704531 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 13:19:11 +00:00
Chris M. Hostetter
d6188fac3e
error checking for mandatory param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704313 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 05:17:41 +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
Ryan McKinley
01c466c0fa
SOLR-736 -- make sure CoreContainer is used to initialize core (even in deprecated case)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702994 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 21:28:53 +00:00
Ryan McKinley
130a2022b1
SOLR-721 -- DirectSolrConnection now uses CoreContainers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702993 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 21:23:21 +00:00
Ryan McKinley
9465b6bc29
make sure the directory exists before listing files (this could only happen if instanceDir is invalid)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702528 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 16:13:02 +00:00
Ryan McKinley
9b4a62d0a4
SOLR-802 -- fixing & => && bug
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702303 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 23:35:52 +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
Chris M. Hostetter
b5081cdf69
announce logo contest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701474 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 18:11:57 +00:00
Erik Hatcher
a9380dde07
Add convenience overloaded register method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701352 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 11:40:22 +00:00
Ryan McKinley
2c27d57ec2
SOLR-796 -- remove unused SolrIndexSearcher from DUH2. (no CHANGES.txt since not relevant for users)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701138 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 14:43:24 +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
Shalin Shekhar Mangar
ef87edc8ae
Log completion message after all queries are executed. Moving it out of the for loop.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699618 13f79535-47bb-0310-9956-ffa450edef68
2008-09-27 11:21:13 +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
Erik Hatcher
ac881d9cc6
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699484 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:18:11 +00:00
Erik Hatcher
fb643a58e0
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699483 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:17:12 +00:00
Shalin Shekhar Mangar
26ffb58184
Fixing typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699479 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:13:08 +00:00
Otis Gospodnetic
e3c5988d56
- Fix XML in Javadoc so it's displayed correctly in HTML
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@698822 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25 05:06:31 +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
Shalin Shekhar Mangar
2f227fa8dd
Removing redundant import as it is already included in _info.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 14:53:02 +00:00
Ryan McKinley
458f07b7ad
SOLR-560 -- adding maven dependency for slfj4
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696543 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18 02:33:35 +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
436fb3ef14
1.3.0 news
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696012 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16 19:18:44 +00:00
Yonik Seeley
b8b73c9e66
SOLR-767: change logged hits from num returned to num matched
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694445 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 20:00:34 +00:00
Grant Ingersoll
1bc5df133d
SOLR-770: Update maven links for Woodstox on trunk
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694295 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 15:25:06 +00:00
Grant Ingersoll
377d9fc4d9
Fix missing headers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@693606 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09 20:58:33 +00:00
Shalin Shekhar Mangar
b4271a2cfe
Solr logo on registry, threaddump and ping pages should always link back to main admin page
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692777 13f79535-47bb-0310-9956-ffa450edef68
2008-09-07 05:46:27 +00:00
Yonik Seeley
84f9a2a863
SOLR-753: CoreDescriptor holds wrong instance dir for single core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692734 13f79535-47bb-0310-9956-ffa450edef68
2008-09-06 20:53:48 +00:00
Yonik Seeley
daa32711c9
SOLR-755: facet.limit=-1 does not work in distributed search
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692549 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05 21:01:19 +00:00
Chris M. Hostetter
4a73efa0cd
change network based test to use a URL that is less likely to change at any arbitrary moment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692256 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04 21:33:41 +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
4b1db2391f
SOLR-745: check that cached admin core isn't closed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691270 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02 15:09:30 +00:00
Yonik Seeley
f5422eee63
SchemaField performance test code
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@690989 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01 15:06:59 +00:00
Chris M. Hostetter
1c4db9777a
SOLR-740: bugfix for legacy gettableFiles support added in SOLR-493
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@690430 13f79535-47bb-0310-9956-ffa450edef68
2008-08-30 00:05:12 +00:00
Chris M. Hostetter
ece75c9762
fix malformed javadoc, and add an @see for close() to getAdminCore since caller needs to be aware of it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@690351 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29 18:04:45 +00:00
Yonik Seeley
142ed529e9
SOLR-737: fix filters equals/hashcode so they can be cached if used directly in a non-rewritten query
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@690332 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29 16:54:41 +00:00
Yonik Seeley
adf3dff354
remove experimental warnings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@690025 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 22:18:49 +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
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
Yonik Seeley
6e84739ca4
mark a core having multiple names as experimental
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689491 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 14:23:05 +00:00
Yonik Seeley
6c81041ea4
SOLR-722: CoreContainer.reload should make core aliases point to reloaded core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689489 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 14:20:40 +00:00
Yonik Seeley
74a54a431f
SOLR-707: throw exception from DocIterator remove()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689349 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 03:23:46 +00:00
Shalin Shekhar Mangar
4b98cf8953
SOLR-724 -- Making the get/set coreProperties method package private to insulate the public API from future changes.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688751 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 15:15:43 +00:00
Shalin Shekhar Mangar
668fc13a82
Small fix -- a null or empty name is not allowed in JMX. Don't put a name to info mbean if it is not supplied.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688705 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 12:34:10 +00:00
Shalin Shekhar Mangar
9f80d2cd26
Shallow copy of properties does not maintain defaults. Hence returning the original object as is.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688659 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 08:41:17 +00:00
Shalin Shekhar Mangar
0ae8a8809d
Small changes to website in anticipation of 1.3 -- Added notes on newer features, solrj javadocs etc.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688546 13f79535-47bb-0310-9956-ffa450edef68
2008-08-24 18:39:46 +00:00
Shalin Shekhar Mangar
0dd63721aa
SOLR-719 -- Persisting solr.xml through SolrJ does not handle relative pathes correctly. Now it is saved relative to the location of the original config file.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688427 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 22:58:16 +00:00
Shalin Shekhar Mangar
2f9694f07b
SOLR-720 -- Write container properties before <cores> element rather than after it.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688411 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 20:52:18 +00:00
Shalin Shekhar Mangar
8d1ae0a3d0
Changed values assignment from keys.clone() to values.clone()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688408 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 20:34:57 +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
Shalin Shekhar Mangar
b355f57d80
SOLR-714 -- CoreContainer.Load uses incorrect loop variable 'i' instead of 'a'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688332 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 14:40:20 +00:00
Shalin Shekhar Mangar
f24252c1bd
SOLR-718 -- Support persisting solr.xml through SolrJ
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688188 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 20:25:38 +00:00
Chris M. Hostetter
c9d64b5a26
remove private subclasses created for accessing static methods ... they were put in originally to be short aliases for the real classnames, but some people found them more confusing.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688169 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 18:42:03 +00:00
Koji Sekiguchi
072e1818cd
SOLR-517: highlighter now returns fragments with hl.requireFieldMatch=true on un-optimized index. updated lucene-*.jar (r687052).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687825 13f79535-47bb-0310-9956-ffa450edef68
2008-08-21 18:37:44 +00:00
Erik Hatcher
ff30eb21e3
Add remove method to NamedList
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687489 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 22:14:09 +00:00
Shalin Shekhar Mangar
5eb8861bb4
Fix admin path for single cores (the core name is not null, it is an empty string)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687340 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 14:19:06 +00:00
Grant Ingersoll
5e74022bab
Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687158 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 21:14:45 +00:00
Yonik Seeley
eb5a4abe89
bypass isDeleted if there are no deletions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687148 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 20:39:35 +00:00
Yonik Seeley
3617c176cd
SOLR-708: CoreAdminHandler unload, reload, alias impl
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687084 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 16:07:31 +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
Erik Hatcher
d0bf6ee91f
javadoc typo fix
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686752 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 13:41:06 +00:00
Shalin Shekhar Mangar
ef4a80c80a
Moving the POMs in the root to src/maven folder per Hoss's wish on solr-dev
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686501 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16 13:49:09 +00:00
Yonik Seeley
6737f59547
quick'n'dirty sleep/block test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686274 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 16:21:04 +00:00
Shalin Shekhar Mangar
67170d7489
Changing SolrException to the non-deprecated one
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686219 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 14:07:54 +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
Ryan McKinley
c81ab40f5f
SOLR-695 -- fix pathPrefix error
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686098 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 01:15:31 +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
Otis Gospodnetic
0aa8af11c1
SOLR-474 - Spellchecker javadoc improvements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686022 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:27:55 +00:00
Ryan McKinley
8d4815420f
fixing javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686009 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 19:45:44 +00:00
Ryan McKinley
9e11b2c21d
SOLR-695 -- renaming MultiCore* to CoreAdmin*
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685989 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 18:44:56 +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
Shalin Shekhar Mangar
c80333e213
SOLR-698 -- SpellCheckComponent should use the queryString set in the ResponseBuilder before trying to use CommonParams.Q
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685830 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 09:21:31 +00:00
Shalin Shekhar Mangar
1b69ba9a4c
1. Adding handler.component to package list in SolrResourceLoader
...
2. Changing solrconfig.xml to use short names for SearchHandler and all components
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685786 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 06:50:48 +00:00
Ryan McKinley
5ddfe45731
SOLR-695 -- modifying MultiCore implementaion to treat "singlecore" as a CoreCollection with only one Core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685744 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 01:49:59 +00:00
Ryan McKinley
489d042120
SOLR-545 -- fixing javadoc reference to multicore.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685649 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 19:35:37 +00:00
Ryan McKinley
53ac275c93
SOLR-545 -- send an error if you hit the deprecated /update servlet within a MultiCore system...
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685645 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 19:26:39 +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
Ryan McKinley
425d8ac209
SOLR-695 -- refactoring MultiCore to CoreContainer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685577 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 14:57:20 +00:00
Shalin Shekhar Mangar
dc21ca8404
SOLR-694 -- Use SpellingQueryConverter as the default if no queryConverters are defined in configuration.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685512 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 11:04:06 +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
Ryan McKinley
475fb4aec3
SOLR-545 -- sending error code rather then throwing an exception in jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684623 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 02:14:43 +00:00
Ryan McKinley
bf41a13714
SOLR-545 -- this aspect of SOLR-545 just fixes the behavior when a multicore environment falls through to /admin/ or /select via the SolrServlet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684606 13f79535-47bb-0310-9956-ffa450edef68
2008-08-10 22:33:18 +00:00
Yonik Seeley
72da2b2cbe
add omitTf to StringFieldable for newer lucene versions (back compatible with current lucene and makes testing with lucene trunk possibe)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684581 13f79535-47bb-0310-9956-ffa450edef68
2008-08-10 19:54:34 +00:00
Yonik Seeley
5407863614
add multi-threaded request clients to the distrib search test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684580 13f79535-47bb-0310-9956-ffa450edef68
2008-08-10 19:50:58 +00:00
Yonik Seeley
8e0503b667
SOLR-686: single lock factory overwrites previous (multicore reload corruption possibility)_
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684339 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 20:34:35 +00:00
Yonik Seeley
0084c7e57c
SOLR-687: only unlockOnStartup the first time for each dir
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684333 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 20:27:24 +00:00
Yonik Seeley
d6fba67d5c
wait until searcher has been registered
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684285 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 16:19:55 +00:00
Yonik Seeley
d5022251d1
wait until searcher has been registered
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684284 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 16:12:24 +00:00
Ryan McKinley
9354c58c15
SOLR-493 -- fix /admin/file links for old config formats
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684172 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 02:50:15 +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
Shalin Shekhar Mangar
662980fd8a
Return Level.OFF is log level is null
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683672 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07 18:38:42 +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
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
Grant Ingersoll
ac0377be48
SOLR-474: Updated the javadocs for SpellcheckerReqHandler. Removed refs to "multiWords", which doesn't exist, clarified a bit on use of extendedResults and multiword queries.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683254 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 13:05:46 +00:00
Grant Ingersoll
81ae21966b
SOLR-485: deprecated
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683253 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 12:56:46 +00:00
Yonik Seeley
12745d9c0d
SOLR-675: javadoc typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683248 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 12:26:49 +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
Yonik Seeley
8d7282df1d
fix AutoCommitTest to wait some time for a new searcher
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683003 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 22:32:39 +00:00
Shalin Shekhar Mangar
4f0119134e
More debugging statements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682633 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 08:38:31 +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
Ryan McKinley
686e3fc804
deprecating a constructor that used deprecated method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682005 13f79535-47bb-0310-9956-ffa450edef68
2008-08-02 16:19:15 +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
Erik Hatcher
18331a264b
Change suggestion list to be rendered as a hash / associative array instead of a simple array in JSON (and subclasses) output.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681680 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 12:55:41 +00:00
Shalin Shekhar Mangar
1d92c29bf0
Added debug output and changed the failing test to use SolrIndexSearcher's ObjectName directly.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681640 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 10:04:48 +00:00
Shalin Shekhar Mangar
670174c87b
Clear infoRegistry before closing searcher
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681638 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 09:48:58 +00:00
Shalin Shekhar Mangar
e25d09c798
Try all MBeanServers before giving up
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681613 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 06:44:48 +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
Yonik Seeley
258cb3e84d
pass current searcher to newSearcher hook
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681447 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 19:27:36 +00:00
Yonik Seeley
a7cda85584
LRUCache impl synchronizes on the map, not the cache
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681440 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 18:59:52 +00:00
Shalin Shekhar Mangar
842680f15d
Removed call to SolrCore.log and SolrCore import.
...
Replaced reference to java.io.File with File
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680936 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 08:24:07 +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
Yonik Seeley
909aab1576
scale back DirectUpdateHandlerOptimizeTest by a factor of 10
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680841 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 20:57:38 +00:00
Yonik Seeley
4d12601ec9
use compound file for DirectUpdateHandlerOptimizeTest to avoid out-of-fd errs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680824 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 20:11:57 +00:00
Shalin Shekhar Mangar
eb3858a453
Added searcherName to the statistics.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680815 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 19:48:02 +00:00
Yonik Seeley
b9fcb32589
SOLR-486: add efficient Iterator support for binary protocol
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680810 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 19:41:01 +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
ed366c71ad
Removed call to SolrCore.log with config parameter and SolrCore import to avoid dependency to SolrCore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680648 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 08:52:25 +00:00
Chris M. Hostetter
c2917b47e4
return lowest level stats as well as computed stats
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680553 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28 22:50:08 +00:00
Ryan McKinley
da634f42eb
SOLR-660 -- simplify the UpdateRequestProcessorFactory framework and use standard initialization techniques
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679936 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 00:20:44 +00:00
Ryan McKinley
645fd551f6
SOLR-661 -- fix NPE when there is no query
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679925 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 23:08:35 +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
Shalin Shekhar Mangar
feb5d94cab
Corrected misspelled word in comment text
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679779 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 12:27:49 +00:00
Shalin Shekhar Mangar
68c59ccb8f
Remove duplicate license header in class
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679778 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 12:25:25 +00:00
Ryan McKinley
0f5af69cff
SOLR-654 -- add setResponse( NamedList<Object> rsp ) to SolrResponse base class and remove the constructor initalization from the implementaions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679649 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 03:18:24 +00:00
Ryan McKinley
d5a66e7bc9
SOLR-655 -- Adds the compilation of solrj as a prerequisite for generating core-javadoc and the compiled classes and libraries to the classpath. Adds a missing import to IndexSchema. Fixes 2 javadoc comments with improper @param usage in ClientUtils.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679647 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 02:46:02 +00:00
Ryan McKinley
90146c2bb3
removing only @author tag
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679521 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 20:00:41 +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
Ryan McKinley
c16ddbb9b9
SOLR-652 -- fixing highlighting error when q.alt="*:* and no q is sent
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679477 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 18:07:01 +00:00
Erik Hatcher
48f098b89a
SOLR-649: Facet param constant DRYing (Lars Kotthoff)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679428 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 14:41:56 +00:00