Michael McCandless
cf0e5ec467
LUCENE-3225: add TermsEnum.seekExact(BytesRef); renamne existing methods to seekCeil/seekExact
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139788 13f79535-47bb-0310-9956-ffa450edef68
2011-06-26 13:33:58 +00:00
Jan Høydahl
b7c5e42675
SOLR-2458: post.jar fails on non-XML updateHandlers
...
Fixed by doing the COMMIT through HTTP GET instead of posting XML "<commit/>"
Other improvements:
* Get help with -h and -help in addition to --help
* Support -Doptimize=yes
* More explicit error handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139759 13f79535-47bb-0310-9956-ffa450edef68
2011-06-26 10:56:04 +00:00
Christopher John Male
e3c74ec78b
LUCENE-3232: New common module jar import correction
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139490 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 04:21:03 +00:00
Christopher John Male
e846f760f8
LUCENE-3232: Bad dependency to common module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139479 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 02:07:26 +00:00
Christopher John Male
9bf4c3fd8f
LUCENE-3232: Moved MutableValues to common module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139467 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 00:03:35 +00:00
Mark Robert Miller
a23091d9df
SOLR-2610: improve changes entry on CloseHook change
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139285 13f79535-47bb-0310-9956-ffa450edef68
2011-06-24 12:59:58 +00:00
Robert Muir
4159d786ec
don't rely upon correct executable permissions for post.sh
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139173 13f79535-47bb-0310-9956-ffa450edef68
2011-06-24 07:20:41 +00:00
Mark Robert Miller
40fbeddc3b
tweak changes entry SOLR-2610
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138890 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 14:13:40 +00:00
Robert Muir
f189febe29
be specific about dependent versions for ant/junit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138821 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 10:50:21 +00:00
Yonik Seeley
a7a7108ec8
SOLR-2564: add pollLast to deal with performance regression due to Java5/Java6 difference between modules and Solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138735 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 05:05:54 +00:00
Yonik Seeley
0333b8caf0
fix tf + termfreq functions when no terms in field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138732 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 04:00:40 +00:00
Shalin Shekhar Mangar
77e3dfc016
SOLR-2610 -- Add an option to delete index through CoreAdmin UNLOAD action
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138405 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 11:18:43 +00:00
Robert Muir
cdf12071bf
merge missing 3.2 section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138395 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 10:49:19 +00:00
Noble Paul
3df588d55d
SOLR-1431 CommComponent abstracted
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138383 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 10:25:40 +00:00
Robert Muir
4ce9d15bb4
bump 3.3-dev to 3.4-dev
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138357 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 09:31:18 +00:00
Ryan McKinley
8ce0a65494
SOLR-2399: Adding min-width
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138328 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 07:54:19 +00:00
Ryan McKinley
1a232aeb29
SOLR-2399: UI cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138323 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 07:24:53 +00:00
Shalin Shekhar Mangar
32e456ebbf
SOLR-2612 -- Add testpackage and testpackageroot conditions to clustering and analysis-extras build files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138319 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 06:58:57 +00:00
Christopher John Male
f9ed2c19cd
LUCENE-3219: Moved SortField types to Enum
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138276 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 01:48:45 +00:00
Michael McCandless
c039e210b0
LUCENE-2548: don't intern field names
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138058 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21 15:42:54 +00:00
Steven Rowe
560533247b
SOLR-2452: Merged with trunk up to r1138036
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1138052 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21 15:33:02 +00:00
Jan Høydahl
9d469e5111
SOLR-2489: Remove old lucene.apache.org/solr/who page
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138049 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21 15:30:37 +00:00
Jan Høydahl
af9323950d
SOLR-2598: exampledocs/books.json should use name instead of title
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138017 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21 14:27:40 +00:00
Robert Muir
5aa0bde27b
SOLR-2611: Fix typos in the example configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137665 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 15:31:06 +00:00
Simon Willnauer
92b07b725e
LUCENE-2793: initial commit from patch
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/LUCENE2793@1137639 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 14:28:24 +00:00
Christopher John Male
acc3392ae4
SOLR-2533: Added weighting to Sort and SortField
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137612 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 12:49:15 +00:00
Shalin Shekhar Mangar
532f443146
SOLR-1331 -- Added a srcCore parameter to CoreAdminHandler's mergeindexes action to merge one or more cores' indexes to a target core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137533 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 07:32:12 +00:00
Steven Rowe
2e4fbd2baf
SOLR-2452: Merged with trunk up to r1137526
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1137527 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 07:12:59 +00:00
Robert Muir
df18530cbd
sync CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137359 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19 12:27:22 +00:00
Steven Rowe
4c9c9259e8
SOLR-2452: Merged with trunk up to r1137125
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1137126 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 05:16:57 +00:00
Erick Erickson
4f711ca57a
Solr-2598 (Commenting out the <arr name="queries"> section in firstSearcher generates an NPE)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137092 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 00:10:21 +00:00
Martijn van Groningen
d805da14c2
SOLR-2564: Integrating grouping module into Solr 4.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137037 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 21:25:59 +00:00
Uwe Schindler
4e46774b9b
Make sure, Jenkins/Hudson can compile Solr Contrib classes+tests with Java 5, without running tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136792 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 07:28:37 +00:00
Shalin Shekhar Mangar
1e3aa5cee4
SOLR-2551 -- Use File.delete instead of File.setWritable to be Java 5 compatible
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136789 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 07:05:29 +00:00
Steven Rowe
6264baa060
SOLR-2452: merged with trunk up to r1136777
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1136783 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 06:10:05 +00:00
Uwe Schindler
edac2e90d2
LUCENE-3208: Renamed protected IndexSearcher.createWeight() to expert public method IndexSearcher.createNormalizedWeight() as this better describes what this method does. The old method is still there for backwards compatibility. Query.weight() was deprecated and simply delegates to IndexSearcher
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136568 13f79535-47bb-0310-9956-ffa450edef68
2011-06-16 17:55:04 +00:00
Yonik Seeley
4c5c3c86e2
weight value sources for pseudo-fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136526 13f79535-47bb-0310-9956-ffa450edef68
2011-06-16 16:20:43 +00:00
Michael McCandless
a1e74fd6c9
LUCENE-3191: add TopDocs.merge, TopGroups.merge, SearchGroup.merge, to make sharding easier
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136080 13f79535-47bb-0310-9956-ffa450edef68
2011-06-15 15:12:48 +00:00
Koji Sekiguchi
3d8fc3de5d
fix luceneMatchVersion in uima test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136027 13f79535-47bb-0310-9956-ffa450edef68
2011-06-15 13:20:09 +00:00
Shalin Shekhar Mangar
6aaaf9ca94
SOLR-2551 -- Check dataimport.properties for write access (if delta-import is supported in DIH configuration) before starting an import
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135954 13f79535-47bb-0310-9956-ffa450edef68
2011-06-15 08:24:04 +00:00
Steven Rowe
f4bfaca2ec
LUCENE-3204: Added attribution to CHANGES.txt entries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135825 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 22:03:08 +00:00
Steven Rowe
72d043e3ec
LUCENE-3204: Include maven-ant-tasks jar in the source tree and use this jar from generate-maven-artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135801 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 21:23:31 +00:00
Steven Rowe
31ae73d63b
Merged with trunk up to r1135758
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1135759 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 19:26:27 +00:00
Noble Paul
7e9aeac79b
SOLR-2206 MailEntityProcessor has mispelled words
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135495 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 11:39:50 +00:00
Steven Rowe
e75ece66b8
SOLR-2590: updated link to Jenkins-built Lucene trunk javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135206 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 18:12:47 +00:00
Yonik Seeley
f3225e0153
SOLR-2136: fix SimpleBoolFunction.equals()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135168 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 16:48:04 +00:00
Uwe Schindler
5e66d65bfd
SOLR-2400: Use int[] for position history in serialization
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135154 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 16:03:20 +00:00
Koji Sekiguchi
0e96bce83e
SOLR-2582: Use uniqueKey for error log in UIMAUpdateRequestProcessor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135011 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 02:37:57 +00:00
Koji Sekiguchi
52e432be3a
SOLR-2581: UIMAToSolrMapper wrongly instantiates Type with reflection
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135009 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 02:21:10 +00:00
Uwe Schindler
c884384d5c
SOLR-2400: Field- and DocumentAnalysisRequestHandler now provide a position history for each token, so you can follow the token through all analysis stages
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1134685 13f79535-47bb-0310-9956-ffa450edef68
2011-06-11 16:46:59 +00:00
Steven Rowe
c98779dd12
SOLR-2452: merge with trunk up to r1134392
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1134403 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 18:17:44 +00:00
Simon Willnauer
cf94c3bd49
removed unused imports
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1134340 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 15:22:01 +00:00
Koji Sekiguchi
739efd5913
SOLR-2579: UIMAUpdateRequestProcessor ignore error fails if text.length() < 100
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1134163 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 01:16:08 +00:00
Yonik Seeley
a54dbc985c
debugging: show when coord is disabled
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133872 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 13:48:11 +00:00
Simon Willnauer
2007a4b4e0
Remove @Version tags from JavaDoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133805 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 11:43:35 +00:00
Ryan McKinley
4f98807406
SOLR-2444: Change Map<String,String> to SolrParams
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133534 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 19:54:47 +00:00
Ryan McKinley
1d2d790bc3
SOLR-2417: updated syntax for [explain]
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133520 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 19:34:18 +00:00
Ryan McKinley
3bec90e9eb
SOLR-705: adding CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133513 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 19:06:48 +00:00
Ryan McKinley
7386b115af
SOLR-1298: Adding missing CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133512 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 18:59:46 +00:00
Ryan McKinley
077cc43fe9
SOLR-2444, SOLR-705 -- Updating Transformers to use LocalParam syntax (surrounded by [ ])
...
adding SHARD_URL as a parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133505 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 18:47:02 +00:00
Ryan McKinley
8f45f3218b
Make JettySolrRunner run of port 8983
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133504 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 18:43:15 +00:00
Robert Muir
50a474b6b6
SOLR-2567: change solr default to TieredMergePolicy
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133486 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 17:59:53 +00:00
Yonik Seeley
d8928bb3c7
SOLR-2444: implement parsing only of augmenters (localParams syntax but using [])
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133457 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 16:34:33 +00:00
Robert Muir
975e125085
SOLR-2576: add deprecation note to 3.x section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133189 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 23:00:12 +00:00
Robert Muir
5a1e1bf4c8
SOLR-2576: DirectSolrSpellChecker was not returning freq info for the original token
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133187 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 22:48:41 +00:00
Yonik Seeley
aa92c15202
build: prevent empty directory in git checkout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133136 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 19:30:46 +00:00
Robert Muir
5cc571ad3f
SOLR-2491: support spellcheck collation w/ grouping
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133043 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 15:16:10 +00:00
Robert Muir
13156d5bd4
SOLR-2571: str->int in DirectSolrSpellChecker example
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132859 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 03:20:54 +00:00
Robert Muir
6b6e5e6553
SOLR-2571: Fix DirectSolrSpellchecker's numeric params to use numeric types, add example and test for thresholdTokenFrequency
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132855 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 02:38:42 +00:00
Ryan McKinley
d280169fef
SOLR-2399: Solr Admin Interface, reworked
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132826 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 22:54:05 +00:00
Robert Muir
bdee0a9764
SOLR-2462: use of spellcheck.collate could result in extremely high memory usage
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132729 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 19:14:48 +00:00
Ryan McKinley
63083944b1
SOLR-2399: fix stopwords and added field sorting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132724 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 18:37:56 +00:00
Steven Rowe
39063eee73
SOLR-2452: merged with trunk up to r1132517
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1132518 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 03:58:37 +00:00
Ryan McKinley
2b6e09ff3f
SOLR-2399: make fluid layout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132475 13f79535-47bb-0310-9956-ffa450edef68
2011-06-05 18:35:06 +00:00
Steven Rowe
be0b3062a3
SOLR-2452: merged with trunk up to r1131485
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1131486 13f79535-47bb-0310-9956-ffa450edef68
2011-06-04 20:08:08 +00:00
Yonik Seeley
1da4ffee6e
SOLR-2136: function queries - add bool type and functions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131228 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 20:48:47 +00:00
Ryan McKinley
582ba3830f
SOLR-2399: Solr Admin Interface, reworked
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131168 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 20:01:33 +00:00
Ryan McKinley
0c25f24550
SOLR-2399: Solr Admin Interface, reworked
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131137 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 18:51:37 +00:00
Yonik Seeley
d90d10e48e
LUCENE-2514: fix NPE in solr's toString when range endpoints are null
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131029 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 13:30:27 +00:00
Steven Rowe
4eeee5c147
SOLR-2452: merged with trunk up to r1130696; finished Solr contrib layout switch (src/main/java/ => src/java/, etc.) in the Maven, Eclipse, and IntelliJ configurations; restored two directories that were dropped as part of the layout switch: solr/contrib/dataimporthandler/src/main/webapp/ => src/webapp/, and solr/contrib/uima/src/main/resources => src/resources/; added jetty.insecurerandom sysprop setting to test-macro in lucene/common-build.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130815 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 21:15:00 +00:00
Robert Muir
80bbaedfe7
LUCENE_3135, SOLR-2378: update CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130619 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 15:54:49 +00:00
Robert Muir
b7277878e8
LUCENE-152: add KStem
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130527 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 12:58:22 +00:00
Robert Muir
5fff60467f
LUCENE-3149: upgrade icu to 4.8
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130439 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 08:58:34 +00:00
Steven Rowe
036078baea
SOLR-2452: merged with trunk up to r1130266. Removed duplicate solr-contrib-uptodate definition in solr/contrib/contrib-build.xml. Fixed directory glob in solr-contrib-uptodate target: .../src/main/java/ -> .../src/java/
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130331 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 22:37:09 +00:00
Robert Muir
8b6be652b2
SOLR-2279: move to beforeClass, so a test doesn't disable it for subsequent tests in the same jvm
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130063 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 09:04:02 +00:00
Robert Muir
402c76d700
SOLR-2279: move to test-framework, and add consistency for IDE users
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130052 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 08:46:52 +00:00
Robert Muir
7f5305ecfc
SOLR-2279: use Lucene's MockDirectoryWrapper in Solr tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130042 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 08:22:23 +00:00
Stanisław Osiński
b893d89f58
SOLR-2561: fixing SimpleXML notice file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129645 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 12:32:52 +00:00
Robert Muir
4715d42d42
LUCENE-3155: improve includes/excludes to explicitly state what is in releases (so no foo.txt or anything else is included)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129453 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 01:36:46 +00:00
Robert Muir
7bf34183d0
LUCENE-3158: put licensing information in the LICENSE.txt file where it belongs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129450 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 01:22:03 +00:00
Robert Muir
c8101d708c
LUCENE-3160: lucene source build doesn't work correctly by itself
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129445 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 00:08:14 +00:00
Robert Muir
42a2a5df7e
LUCENE-3163: remove release dates from CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129427 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 23:11:10 +00:00
Robert Muir
67317f7084
SOLR-2559: all solr contrib CHANGES.txt have 3.2-dev as the release header
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129424 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 22:53:19 +00:00
Robert Muir
6314bd4be9
SOLR-2558: remove apache lucene version from solr changes.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129413 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 22:36:44 +00:00
Steven Rowe
31c83c9d6f
SOLR-2452: Merged with trunk up to r1129202; standardized solr/contrib/* layouts.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1129205 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 14:51:25 +00:00
Michael McCandless
1f693331ff
SOLR-2519: add missing file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128856 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 10:35:04 +00:00
Michael McCandless
de78bb889f
SOLR_2519: move CHANGES entry to the right place
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128855 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 10:31:48 +00:00
Michael McCandless
0bec9a11fd
SOLR-2519: improve defaults for text_* field types
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128854 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 10:27:23 +00:00
Michael McCandless
478414756e
SOLR-2552: make sure each test class starts/ends searcher tracking
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128466 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 21:29:06 +00:00
Michael McCandless
cb9dfc11a1
fix javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128253 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 10:48:09 +00:00
Robert Muir
4dc43afe9d
fix changes entry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128249 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 10:41:22 +00:00
Michael McCandless
a7477fa696
fix javadoc warning
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128246 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 10:38:18 +00:00
Robert Muir
1aceb50817
3.2 changes.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128235 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 10:05:13 +00:00
Ryan McKinley
8883ce572f
SOLR-2399: fix header
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128012 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 18:09:14 +00:00
Ryan McKinley
9038381ab6
SOLR-2399: Making the notice a bit nicer looking
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127987 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 16:33:33 +00:00
Ryan McKinley
bf2531a9ba
SOLR-2399: Adding in progress solr admin interface
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127983 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 16:18:58 +00:00
Simon Willnauer
68a840c2b7
SOLR-2530: Remove Noggit CharArr from FieldType
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127326 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 22:44:36 +00:00
Robert Muir
530b894c60
SOLR-1942: Ability to specify codec per field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127313 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 21:55:28 +00:00
Yonik Seeley
9b31ee389f
SOLR-2539: VectorValueSource.floatVal incorrectly used byteVal on sub-sources
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127301 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 21:32:08 +00:00
Robert Muir
f5048293b5
LUCENE-2995: factor out a shared spellchecking module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126642 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 18:33:53 +00:00
Koji Sekiguchi
0974e2768a
SOLR-2536: add ReloadCacheRequestHandler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126487 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 13:31:03 +00:00
Steven Rowe
674feedec6
SOLR-2452: Merged up to trunk r1126232; adjusted solr/config/analysis-extras/ directory structure to match other solr contribs; updated configuration for maven and intellij idea.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1126234 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 21:45:19 +00:00
Doron Cohen
886e17c842
SOLR-2500: TestSolrProperties sometimes fails with "no such core: core0"
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125932 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 12:00:42 +00:00
Steven Rowe
91c74bb6e7
SOLR-2421: remove unnecessary dependency
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125567 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 20:55:31 +00:00
Stanisław Osiński
a49fccc4b3
SOLR-2448: Updating SimpleXML JAR to version 2.4.1 for consistency with the Maven dependency declaration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125526 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 19:39:42 +00:00
Ryan McKinley
4a0057d6ab
SOLR-2513: remove final from XMLWriter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125497 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 18:34:18 +00:00
Koji Sekiguchi
897ad47877
SOLR-2528: move change log entry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125156 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 22:50:09 +00:00
Koji Sekiguchi
4832ff0359
SOLR-2528: set HtmlEncoder default off in example solrconfig.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125150 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 22:41:19 +00:00
Robert Muir
90f7f3f3b4
SOLR-2531: remove some per-term waste in SimpleFacets
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125011 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 17:37:22 +00:00
Yonik Seeley
66275ea881
SOLR-2521: TestJoin.testRandom fails, improve effective test coverage
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124268 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 13:51:35 +00:00
Yonik Seeley
a320a7929a
SOLR-2520: escape u2029 as well as u2028 to make valid javascript as well as JSON
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103983 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 02:09:33 +00:00
Yonik Seeley
3b45ee8cae
example: remove non-whitespace-delimited fieldtype per request
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103738 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 13:54:44 +00:00
Stanisław Osiński
548806b7f7
SOLR-2448: Upgrade of Carrot2 to version 3.5.0 and a number of related clustering improvements (SOLR-2449, SOLR-2450, SOLR-2505)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103722 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 13:19:46 +00:00
Yonik Seeley
4a8e4d246a
example: first attempt at *_nwd, non-whitespace-delimited field type
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103444 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15 16:20:28 +00:00
Koji Sekiguchi
86faa47fa9
SOLR-2480: add ignoreTikaException flag
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103120 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 15:01:12 +00:00
Michael McCandless
f703f23414
LUCENE-1076: default is TieredMP if version >= 3.2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103094 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 12:45:20 +00:00
Chris M. Hostetter
c503b44b8f
SOLR-2451: Enhance assertJQ to allow individual tests to specify the tolerance delta used in numeric equalities.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1102907 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 22:03:35 +00:00
Koji Sekiguchi
0ec6d7a81b
SOLR-2512: add ignoreErrors flag so that users can ignore exceptions in AE.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1102785 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 15:12:53 +00:00
Grant Ingersoll
ed573a067b
SOLR-2511: slight refactoring to make it easier to override
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1102718 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 13:34:18 +00:00
Yonik Seeley
02bc22d21a
SOLR-2496: add array-of-object JSON format and commitWithin, overwrite request params
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1102058 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 20:02:54 +00:00
Grant Ingersoll
9a34849ecc
SOLR-2502: missed compName
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101159 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 19:25:46 +00:00
Grant Ingersoll
c58d788ab2
SOLR-2384: add all fields info in debug mode
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101136 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 18:30:14 +00:00
Grant Ingersoll
73a31645eb
SOLR-2502: put in start of Join example
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101131 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 18:17:46 +00:00
Koji Sekiguchi
b30e4e4ec8
SOLR-2503: feature value map to dynamicField
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101047 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 14:56:01 +00:00
Uwe Schindler
400639f54e
LUCENE-3065, SOLR-2497: When a NumericField is retrieved from a Document loaded from IndexReader (or IndexSearcher), it will now come back as NumericField. Solr now uses NumericField solely (no more magic).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100526 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07 13:14:38 +00:00
Koji Sekiguchi
9c8fb85445
SOLR-2436: forgot to fix mapping definition in README.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100437 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07 03:36:40 +00:00
Koji Sekiguchi
1a45ff9817
SOLR-2436: fix mapping definition
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100435 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07 03:23:00 +00:00
Robert Muir
2f75783026
LUCENE-3076: add -Dtests.codecprovider
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100175 13f79535-47bb-0310-9956-ffa450edef68
2011-05-06 11:42:24 +00:00
Ryan McKinley
96878534a0
LUCENE-3071: Add ReversePathHierarchyTokenizer and enable skip on PathHierarchyTokenizer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099999 13f79535-47bb-0310-9956-ffa450edef68
2011-05-05 23:30:05 +00:00
Yonik Seeley
be2382efb7
SOLR-2495: json parser could hang on corrupted input and fail to detect long overflow
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099582 13f79535-47bb-0310-9956-ffa450edef68
2011-05-04 20:07:19 +00:00
Uwe Schindler
8b32176c0b
SOLR-2493: SolrQueryParser was fixed to not parse the SolrConfig DOM tree on each instantiation which is a huge slowdown
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099340 13f79535-47bb-0310-9956-ffa450edef68
2011-05-04 07:05:47 +00:00
Yonik Seeley
422f8dea4a
docs: use unix and windows paths in readme
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099039 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 12:46:39 +00:00
Ryan McKinley
294156cbfc
SOLR-2485: remove BaseResponseWriter and Generic*Writer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1098905 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 04:57:12 +00:00
Ryan McKinley
e5256e71e2
SOLR-2484: make SynonymFilterFactory more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1098860 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 23:36:16 +00:00
Ryan McKinley
aa102b38b7
SOLR-2484: make SynonymFilterFactory more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1098800 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 21:40:26 +00:00
Chris M. Hostetter
abc9be2eef
SOLR-2467: Fix <analyzer class="..." /> initialization so any errors are logged properly.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1098760 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 19:38:20 +00:00
Robert Muir
1f67321074
missing svn:eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1097216 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 19:40:18 +00:00
Yonik Seeley
3dd0b7f278
SOLR-2272: Pseudo-join
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096978 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 01:42:05 +00:00
Robert Muir
6381b26dc4
SOLR-2272: revert r1096831
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096835 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 18:22:56 +00:00
Yonik Seeley
1e167ed304
SOLR-2272: re-commit join which was inappropriately reverted
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096831 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 18:15:12 +00:00