Robert Muir
|
c4f4beb27e
|
LUCENE-5468: hunspell2 -> hunspell (with previous options and tests)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1572718 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 20:19:27 +00:00 |
Robert Muir
|
b2b86dd8ad
|
LUCENE-5468: convert affixes to FST
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1572666 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 17:53:30 +00:00 |
Robert Muir
|
cdec14902b
|
LUCENE-5468: encode affix data as 8 bytes per affix, before cutting over to FST
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1572660 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 17:19:15 +00:00 |
Robert Muir
|
9896e610d3
|
LUCENE-5468: don't create unnecessary objects
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1572643 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 16:19:21 +00:00 |
Robert Muir
|
d7cc408585
|
LUCENE-5468: make Affix fixed-width
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571844 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 22:29:27 +00:00 |
Robert Muir
|
caaa01d220
|
LUCENE-5468: Stem -> CharsRef
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571807 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 20:07:05 +00:00 |
Robert Muir
|
48f5564450
|
LUCENE-5468: remove redundant 'append' in Affix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571802 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 19:44:32 +00:00 |
Robert Muir
|
10f548d205
|
LUCENE-5468: deduplicate patterns used by affix condition check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571788 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 19:18:09 +00:00 |
Robert Muir
|
803226ece4
|
LUCENE-5468: sort dictionary data with offline sorter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571356 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 17:11:07 +00:00 |
Robert Muir
|
7f6a40e157
|
LUCENE-5468: factor OfflineSorter out of suggest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571321 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 15:45:07 +00:00 |
Robert Muir
|
ad20d99b35
|
break out this class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571305 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 14:53:21 +00:00 |
Robert Muir
|
e541984b62
|
remove treemap (TODO: refactor the sorter and use that)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571154 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 06:04:28 +00:00 |
Robert Muir
|
2e0fc562bc
|
LUCENE-5468: commit current state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571137 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 04:41:03 +00:00 |
Robert Muir
|
6a4e1e3a92
|
create branch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5468@1571136 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 04:40:07 +00:00 |
Uwe Schindler
|
efbd2b9d82
|
Disable 2 tests not working on windows (they are not run from ANT because of another assume, but eclipse tries to run them - no security manager).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571111 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 22:50:44 +00:00 |
Uwe Schindler
|
97fc4a3e55
|
LUCENE-5467: Add "ant clean-jars" to make a complete renewal with IVY resolve possible.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571109 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 22:25:52 +00:00 |
Shawn Heisey
|
f473a11126
|
SOLR-5647: fix lib paths in example-schemaless
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571076 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 19:46:54 +00:00 |
Mark Robert Miller
|
67bf89f7aa
|
SOLR-5765: Fix bungled CHANGES merge.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571025 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 16:42:54 +00:00 |
Uwe Schindler
|
ee4657c091
|
Update license sha1 and eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570985 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 08:28:17 +00:00 |
Mark Robert Miller
|
9ca2fbe6bc
|
SOLR-5764: Set eol-style on test resources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570955 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 02:22:02 +00:00 |
Mark Robert Miller
|
f4d9a90451
|
SOLR-5765: Update jar checksums.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570953 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 02:13:28 +00:00 |
Mark Robert Miller
|
78e550441c
|
SOLR-5765: Update to SLF4J 1.7.6.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570951 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 02:08:52 +00:00 |
Mark Robert Miller
|
4fd914a81a
|
tests: harden against slow envs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570946 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 01:43:37 +00:00 |
Uwe Schindler
|
00339db708
|
SOLR-5764: More improvements.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570937 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 22:34:19 +00:00 |
Uwe Schindler
|
94db09410f
|
SOLR-5764: Make error message of SolrTestCaseJ4.getFile() more readable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570931 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 21:55:59 +00:00 |
Uwe Schindler
|
3e0353ffab
|
SOLR-5764: Add workaround to make Maven work (shared test-files does not seem to be included when the test-jar dependency is resolved).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570928 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 21:14:38 +00:00 |
Uwe Schindler
|
955282775c
|
SOLR-5764: Fix recently added tests to not use absolute paths to load test-files, use SolrTestCaseJ4.getFile() and getResource() instead; fix morphlines/map-reduce to not duplicate test resources and fix dependencies among them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570898 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 20:02:13 +00:00 |
Noble Paul
|
ee4460edf9
|
SOLR-3854 urlScheme property should be whitelisted
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570797 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 06:48:16 +00:00 |
Noble Paul
|
225459815c
|
SOLR-5762 broke backward compatibility of Javabin format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570793 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 06:19:16 +00:00 |
Steven Rowe
|
35a0cb3a2d
|
Fix CHANGES.txt to reflect the twisted evolution and current state of the Admin UI "Files" conf directory File Browser. Moved issue descriptions to the 5.0 section for the trunk-only - but currently disabled (see SOLR-5539) - ability to create and modify files in the conf dir.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570764 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 00:33:47 +00:00 |
Steven Rowe
|
114ce52b03
|
LUCENE-5465: Solr Contrib map-reduce breaks Manifest of all other JAR files by adding a broken Main-Class attribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570738 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 22:47:52 +00:00 |
Michael McCandless
|
7ec6bd843b
|
improve distance facets example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570645 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 17:57:41 +00:00 |
Steven Rowe
|
38b30d4fcb
|
SOLR-5729: intellij config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570626 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 16:37:13 +00:00 |
Steven Rowe
|
ea8dd388ad
|
LUCENE-5454: intellij config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570624 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 16:34:25 +00:00 |
Martijn van Groningen
|
fabdb72cd8
|
Fixed typo in CHANGES.txt for issue LUCENE-5399 and moved that issue under optimizations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570569 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 13:49:25 +00:00 |
Michael McCandless
|
79f0a57874
|
LUCENE-5461: fix thread hazard in ControlledRealTimeReopenThread causing a possible too-long wait time when a thread was waiting for a specific generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570559 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 12:39:15 +00:00 |
Adrien Grand
|
fef5221747
|
Merge change entry from 4.x (no other files are changed since this only impacted the Lucene 3.x codec).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570244 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 15:52:29 +00:00 |
Robert Muir
|
736adc4756
|
LUCENE-5454: SortField for SortedSetDV
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570031 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 01:21:17 +00:00 |
Mark Robert Miller
|
42f445b035
|
tests: remove this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570001 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 00:06:21 +00:00 |
Benson Margulies
|
cf725744e0
|
LUCENE-5449: patch up CHANGES.txt(s) to reflect backports.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569975 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 23:34:02 +00:00 |
Mark Robert Miller
|
6cacf1554c
|
tests: raise tests timeouts for solrserver
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569955 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 23:05:09 +00:00 |
Mark Robert Miller
|
c5d84044bc
|
tests: boost poll length
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569925 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 21:31:29 +00:00 |
Mark Robert Miller
|
5a08413cd6
|
tests: raise poll timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569921 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 21:27:39 +00:00 |
Mark Robert Miller
|
6abd6fecfd
|
SOLR-5729, SOLR-5605: Set EOL style for new checksum files - clean up some unused checksum files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569920 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 21:22:07 +00:00 |
Mark Robert Miller
|
8dda84ca74
|
tests: raise default connection timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569891 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 20:03:08 +00:00 |
Robert Muir
|
dddbcdffb1
|
LUCENE-5453: some trivial refactoring to postingshighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569851 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:44:02 +00:00 |
Mark Robert Miller
|
3ecc6d8d01
|
SOLR-5729: Remove CHANGES entry in trunk, went into 4.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569845 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:36:57 +00:00 |
Adrien Grand
|
d03dd4e6e7
|
LUCENE-5457: Expose SloppyMath earth diameter table
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569835 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:28:53 +00:00 |
Steven Rowe
|
05ee89ea9d
|
LUCENE-5447: Fully patch StandardTokenizerImpl.jflex, to bring parity with rules in UAX29URLEmailTokenizerImpl.jflex; add tests that fail without this fix and succeed with it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569831 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:22:16 +00:00 |
Mark Robert Miller
|
7dcba673e6
|
SOLR-5729: Update jar checksums.
SOLR-5605: Update jar checksums.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569822 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:14:40 +00:00 |