Steven Rowe
|
1b44e0b9a5
|
added support for maven artifact generation of the new Solr UIMA contrib; the top-level get-maven-poms target now forces copying of all of the source pom.xml files, even if the source is not newer than the target files, so that version changes will always take effect when specified through the -Dversion ant cmdline option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062936 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-24 19:33:14 +00:00 |
Robert Muir
|
3f255f6cea
|
LUCENE-2236: per-field similarity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062927 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-24 19:13:31 +00:00 |
Robert Muir
|
6c05d94c93
|
SOLR-2129: Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062604 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-24 01:58:00 +00:00 |
Koji Sekiguchi
|
4af1d0e0be
|
SOLR-2190: revert the last commit. problem is gone.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062454 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-23 15:31:27 +00:00 |
Mark Robert Miller
|
22f0fe9718
|
SOLR-2127: Fixed serialization of default core and indentation of solr.xml when serializing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062319 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-23 03:58:30 +00:00 |
Koji Sekiguchi
|
741882bcb1
|
SOLR-2330, SOLR-1992: due to solrconfig.xml files in example-DIH are broken, DIH sample cannot be launched. add luceneMatchVersion, remove abortOnConfigurationError, DisMaxRequestHandler etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062314 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-23 03:39:07 +00:00 |
Uwe Schindler
|
c76ffeaa70
|
use correct formatter in sequential
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062153 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-22 13:15:46 +00:00 |
Uwe Schindler
|
a1baa30380
|
separate maven and conventional packages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062123 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-22 09:32:08 +00:00 |
Steven Rowe
|
74360c80f5
|
LUCENE-2657: Replace Maven POM templates with full POMs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061613 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-21 03:44:13 +00:00 |
Robert Muir
|
4f2a9e7aa3
|
LUCENE-2876: Remove Scorer.getSimilarity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061499 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 20:36:44 +00:00 |
Michael McCandless
|
1a0f78778b
|
LUCENE-2872: block-encode terms in between indexed terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061453 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 18:53:55 +00:00 |
Yonik Seeley
|
f320ade2b7
|
SOLR-2325: allow tagging and exclusion of many query for faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061424 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 17:58:23 +00:00 |
Yonik Seeley
|
00a3df84d4
|
example: make it harder to hit test synonyms accidentally
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061350 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 15:47:09 +00:00 |
Uwe Schindler
|
ca0598b3e7
|
LUCENE-2374: Fix bug in position-sorting - too stupid :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061078 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 00:37:40 +00:00 |
Yonik Seeley
|
0a30dcd945
|
SOLR-1297: fix weighting when sorting by function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061065 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 23:48:28 +00:00 |
Robert Muir
|
ede75ff9ae
|
LUCENE-2869: remove Query.getSimilarity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061050 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 23:03:19 +00:00 |
Uwe Schindler
|
460fa90564
|
LUCENE-2374: Added Attribute reflection API: It's now possible to inspect the contents of AttributeImpl and AttributeSource using a well-defined API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061039 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 22:41:16 +00:00 |
Uwe Schindler
|
6a9f686f58
|
Fix some minor issues in TrieTokenizer and also add support for offsets (same way like KeywordTokenizer)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060997 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 21:24:57 +00:00 |
Yonik Seeley
|
b2cad88aad
|
SOLR-2316: fail early if synonym file not provided
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060846 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 16:11:42 +00:00 |
Steven Rowe
|
9ea1d0146a
|
SOLR-2319: Re-compiled solr/lib/apache-solr-noggit-r944541.jar from the same source rev. 944541 using Java 5, so that trunk and branch_3x can use the same version (on trunk Solr requires Java 6, while on branch_3x Solr requires Java 5) - the existing version on trunk was compiled with Java 6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060821 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 14:25:56 +00:00 |
Chris M. Hostetter
|
713f2abd4f
|
SOLR-2318: fix jsp compile error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060653 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 02:26:34 +00:00 |
Chris M. Hostetter
|
da841d5969
|
SOLR-2314: fix test ordering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060645 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 01:15:07 +00:00 |
Chris M. Hostetter
|
886004667a
|
SOLR-2307: followup to ensure consistent ordering of fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060641 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-19 00:55:57 +00:00 |
Chris M. Hostetter
|
5c1f81c1a0
|
SOLR-2307: fix bug in PHPSerializedResponseWriter (wt=phps) when dealing with SolrDocumentList objects -- ie: sharded queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060585 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-18 21:30:33 +00:00 |
Shai Erera
|
2a0484bd40
|
LUCENE-2295: remove maxFieldLength (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060340 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-18 12:01:40 +00:00 |
Robert Muir
|
5fac196404
|
SOLR-2269: contrib entries in solr/CHANGES.txt should go solr/contrib/*/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060057 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-17 19:51:01 +00:00 |
Robert Muir
|
aed4a3972d
|
SOLR-2259: warn if you are using a deprecated analysis factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060023 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-17 17:50:04 +00:00 |
Robert Muir
|
6a53e4b75c
|
SOLR-2261: merge CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060019 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-17 17:35:00 +00:00 |
Robert Muir
|
9e3180bf12
|
synchronize CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059948 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-17 15:18:46 +00:00 |
Robert Muir
|
56026e37a2
|
SOLR-1930: remove analysis API deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059901 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-17 12:34:39 +00:00 |
Robert Muir
|
6e66286f9d
|
SOLR-2259: warn if you are using a deprecated matchVersion constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059866 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-17 11:01:51 +00:00 |
Koji Sekiguchi
|
12a35431a9
|
SOLR-2282: fix concurrency for distributed search test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059426 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-16 00:12:58 +00:00 |
Michael McCandless
|
a0c82b0f41
|
LUCENE-2862: add TermsEnum.totalTermFreq() and Terms.getSumTotalTermFreq()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059344 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-15 14:42:37 +00:00 |
Simon Willnauer
|
7913804b28
|
LUCENE-2865: Pass a context struct to Weight#scorer instead of naked booleans
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058592 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-13 14:59:11 +00:00 |
Simon Willnauer
|
05565c3b29
|
fixed testcases which failed with -Dtests.multiplier > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058547 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-13 13:37:26 +00:00 |
Simon Willnauer
|
23ad1c0f19
|
fixed testcases which failed with -Dtests.multiplier > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058540 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-13 13:16:34 +00:00 |
Simon Willnauer
|
f19e8c58fb
|
LUCENE-2831: Cut over ValueSource#docValues to AtomicReaderContext & removed SolrIndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058431 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-13 07:13:23 +00:00 |
Koji Sekiguchi
|
3478bb9358
|
SOLR-2282: use solr home properly in the test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058393 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-13 02:39:35 +00:00 |
Robert Muir
|
cfcaa9edcc
|
LUCENE-2846: remove fake norms and invalid uses of Similarity.getDefault
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058367 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-13 00:08:48 +00:00 |
Simon Willnauer
|
eacfb5d636
|
LUCENE-2694: Make MTQ rewrite + weight/scorer single pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058328 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 21:38:51 +00:00 |
Simon Willnauer
|
a04fe4c9a9
|
fixed testcase which failed with -Dtests.multiplier > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058214 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 16:10:14 +00:00 |
Koji Sekiguchi
|
a0249fe9d1
|
SOLR-2282: revert the previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058180 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 15:20:22 +00:00 |
Koji Sekiguchi
|
ed6c358386
|
SOLR-2282: rename solr-clustering to solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058162 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 14:58:49 +00:00 |
Simon Willnauer
|
84af9e5b5e
|
fixed testcase which failed with -Dtests.multiplier > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058138 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 13:44:22 +00:00 |
Simon Willnauer
|
121b79e7e5
|
fixed testcase which failed with -Dtests.multiplier > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058131 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 13:27:38 +00:00 |
Simon Willnauer
|
76c3de6ece
|
fixed wrong self assignments for 'docBase' in Collector subclasses introduced in rev. 1058019
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058076 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 11:15:07 +00:00 |
Simon Willnauer
|
e79fcaec7c
|
LUCENE-2831: Cut over Collector#setNextReader & FieldComparator#setNextReader to AtomicReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058019 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-12 08:22:12 +00:00 |
Simon Willnauer
|
52124d8ebf
|
LUCENE-2831: cut over to AtomicReaderContext in Weight#scorer, Weight#explain & Filter#getDocIdSet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057595 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-11 11:59:26 +00:00 |
Koji Sekiguchi
|
db175cce71
|
SOLR-2310: getTimeElapsedSince() returns incorrect hour value when the elapse is over 60 hours
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057221 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-10 14:51:13 +00:00 |
Koji Sekiguchi
|
2e03681712
|
SOLR-2296: Upgrade Carrot2 binaries to version 3.4.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057149 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-10 10:58:57 +00:00 |
Michael McCandless
|
4f7eba849a
|
LUCENE-2854: remove SimilarityDelegator; force cutover of Similarity.lengthNorm -> Similarity.computeNorm
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056771 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 19:20:05 +00:00 |
Yonik Seeley
|
a518f57756
|
LUCENE-2831: delete TopValueSource - will be illegal in the future
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056746 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 17:50:24 +00:00 |
Yonik Seeley
|
8b241d9230
|
LUCENE-2831: remove/fix more uses of non top-level readers in prep for AtomicReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056734 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 16:51:08 +00:00 |
Chris M. Hostetter
|
bdd7fea1e4
|
SOLR-2288: more small tweaks to eliminate compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056612 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 03:47:31 +00:00 |
Chris M. Hostetter
|
6813c2ed59
|
SOLR-2288: i horrificly didn't notice that i broke some tests (compilation failure no less)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056595 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 02:07:49 +00:00 |
Chris M. Hostetter
|
98b448aa8c
|
SOLR-2288: more small tweaks to eliminate compiler warnings .. inlcudes a small code de-dup refactoring in FieldAnalysisResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056594 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 01:58:15 +00:00 |
Yonik Seeley
|
abfa458e2a
|
LUCENE-2831: remove another erroneous use of a non-atomic context
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056589 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 01:45:08 +00:00 |
Yonik Seeley
|
071104c07d
|
LUCENE-2831: attempt to use the correct reader context rather than doing getTopReaderContext on a leaf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056588 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 01:37:07 +00:00 |
Yonik Seeley
|
1aa40cd395
|
LUCENE-2831: attempt to use the correct reader context rather than doing getTopReaderContext on a leaf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056585 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 01:17:43 +00:00 |
Chris M. Hostetter
|
cd90c9a911
|
SOLR-2288: more small tweaks to eliminate compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056578 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-08 00:59:11 +00:00 |
Chris M. Hostetter
|
44b5ae0b69
|
revert an inadvertant javac change yonik made in r1052540
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056564 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 23:57:11 +00:00 |
Chris M. Hostetter
|
3ba7eafdef
|
SOLR-2288: Small tweaks to eliminate compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056558 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 23:19:14 +00:00 |
Otis Gospodnetic
|
a83e98970b
|
LUCENE-2660 - Added alternative search provider option for Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056452 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 18:43:58 +00:00 |
Yonik Seeley
|
f70b9571a9
|
LUCENE-2831: pre-migrate to atomic context
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056337 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 14:31:09 +00:00 |
Robert Muir
|
61872be09d
|
LUCENE-2842: add Galician analyzer, Portuguese RSLP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055892 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-06 14:30:37 +00:00 |
Yonik Seeley
|
5e009c8a17
|
tests: start w/ absolute path to find solr root
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055659 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 21:57:30 +00:00 |
Simon Willnauer
|
36b17aab62
|
LUCENE-2831: Revise Weight#scorer & Filter#getDocIdSet API to pass Readers context
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055636 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 20:47:08 +00:00 |
Michael McCandless
|
87274d00ac
|
LUCENE-2837: collapse Searcher/Searchable into IndexSearcher; remove contrib/remote, MultiSearcher; absorb ParallelMultiSearcher into IndexSearcher as optional ExecutorService to ctor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055416 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 11:16:40 +00:00 |
Yonik Seeley
|
fad6912a46
|
SOLR-1930: fully move from Field to Fieldable in interfaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054794 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-03 22:10:19 +00:00 |
Yonik Seeley
|
3fa3cf5493
|
SOLR-1930: fully move from Field to Fieldable in interfaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054763 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-03 21:30:50 +00:00 |
Robert Muir
|
05a4d05c77
|
SOLR-2303: remove unnecessary (and problematic) log4j jars in contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054405 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-02 13:42:03 +00:00 |
Steven Rowe
|
039d75fc9e
|
LUCENE-2611: removing solr/contrib/analysis-extras/src/test/test-files/ after copying it up one level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054375 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-02 10:04:00 +00:00 |
Steven Rowe
|
c1c09c7776
|
LUCENE-2611: Re-sync IntelliJ config in dev-tools/idea/; Move both solr/src/test/test-files/ and solr/contrib/analysis-extras/src/test/test-files/ up one level; Set the IntelliJ Java language level on all Solr modules to 6.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054374 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-02 10:01:17 +00:00 |
Yonik Seeley
|
691e982dce
|
tests: supress exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054166 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 20:35:23 +00:00 |
Yonik Seeley
|
8fb5053a84
|
SOLR-1930: remove Config and ResourceLoader deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054165 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 20:18:04 +00:00 |
Robert Muir
|
cf43718bca
|
SOLR-2299: enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054164 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 20:17:20 +00:00 |
Yonik Seeley
|
ffef43df4f
|
SOLR-1930: remove some CoreContainer deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054157 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 18:36:14 +00:00 |
Yonik Seeley
|
2bf47f6bc7
|
SOLR-1930: remove some SolrConfig deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054153 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 18:08:42 +00:00 |
Yonik Seeley
|
9f72957010
|
SOLR-1930: remove SolrCore deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054149 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 17:50:45 +00:00 |
Yonik Seeley
|
2d796fae1a
|
SOLR-1930: remove doLegacyUpdate, use DirectSolrConnection for tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054124 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 15:05:41 +00:00 |
Yonik Seeley
|
c918763e9b
|
SOLR-1930: remove IndexSchema deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054039 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 01:41:45 +00:00 |
Yonik Seeley
|
e855000828
|
SOLR-1930: remove solr servlet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054016 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 22:58:46 +00:00 |
Yonik Seeley
|
f04e831982
|
SOLR-1930: remove usage of getCore in admin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054008 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 22:10:49 +00:00 |
Yonik Seeley
|
609a5f2094
|
SOLR-1930: remove query parsing w/o qparser ref
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054007 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 21:46:25 +00:00 |
Yonik Seeley
|
582fc07370
|
SOLR-1930: add SolrQueryRequest to UpdateCommand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053965 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 18:27:27 +00:00 |
Robert Muir
|
390b5ff14b
|
SOLR-2299: fix JettyWebappTest to work without a cwd of test-files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053896 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 13:59:51 +00:00 |
Ryan McKinley
|
a3e1ede9bd
|
SOLR-2302 -- only show an error if neither a field name nor a field type are sent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053578 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 09:28:31 +00:00 |
Ryan McKinley
|
54f984cf50
|
add zookeeper to pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053558 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 07:17:02 +00:00 |
Robert Muir
|
7fd744a28f
|
SOLR-2299: fix more tests to work with resources, add hack for tests that use the example config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053509 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 02:55:21 +00:00 |
Robert Muir
|
3ae880e7df
|
SOLR-2299: improve test-running from eclipse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053405 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 18:54:06 +00:00 |
Yonik Seeley
|
88fd3cc410
|
SOLR-1930: remove solr deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053107 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 16:55:17 +00:00 |
Robert Muir
|
79133e4f04
|
when compiling, don't include whatever happens to be in ant's runtime in the classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052991 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 03:13:14 +00:00 |
Robert Muir
|
8696f549d4
|
LUCENE-2020: Remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052926 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-26 19:16:42 +00:00 |
Yonik Seeley
|
36aab2d41c
|
SOLR-1930: remove solr deprecations - add.overwritePending/overwriteCommitted/allowDups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052924 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-26 19:11:38 +00:00 |
Robert Muir
|
21db53c2a4
|
resolve todo, use Term(String field, BytesRef bytes) ctor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052915 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-26 16:56:26 +00:00 |
Yonik Seeley
|
42f25e65e0
|
SOLR-1930: remove solr deprecations - delete.fromCommitted/fromPending
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052905 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-26 15:48:55 +00:00 |
Yonik Seeley
|
315370dcbb
|
SOLR-1930: remove solr deprecations - fieldType.getValueSource migration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052889 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-26 14:25:42 +00:00 |
Yonik Seeley
|
91e9459ef2
|
SOLR-1930: remove solr deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052883 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-26 12:42:15 +00:00 |
Yonik Seeley
|
70a3334295
|
SOLR-1930: remove solr deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052752 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-25 05:08:55 +00:00 |
Yonik Seeley
|
b8026f5fd4
|
tests: remove deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052743 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-25 02:51:46 +00:00 |