Ryan McKinley
|
c9fbd0e2d8
|
SOLR-1602 - move XMLWriter to response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898157 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 02:35:34 +00:00 |
Ryan McKinley
|
6f278e589f
|
SOLR-1602 -- step 1. Adding new 'response' package and refactoring all response things to this package. NOTE, this will break back-compatibility depricated versions of the moved 1.4 files are added back.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898152 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 02:19:56 +00:00 |
Chris M. Hostetter
|
fd6a62e6dd
|
SOLR-1590: Javadoc for XMLWriter#startTag
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898127 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 00:11:23 +00:00 |
Chris M. Hostetter
|
36249c7416
|
SOLR-1588: Removed some very old dead code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898124 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 00:03:03 +00:00 |
Chris M. Hostetter
|
42e8d5c2c7
|
SOLR-1538: Reordering of object allocations in ConcurrentLRUCache to eliminate (an extremeely small) potential for deadlock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898119 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-11 23:50:01 +00:00 |
Yonik Seeley
|
10ce9576e3
|
try removing to get patch to work
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898060 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-11 20:53:28 +00:00 |
Grant Ingersoll
|
36beb9e059
|
Add support for LongToEnglish doc/query maker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@898055 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-11 20:29:40 +00:00 |
Robert Muir
|
0ad2f181aa
|
remaining eol-style and inconsistent newlines fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@897712 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 21:53:13 +00:00 |
Robert Muir
|
7d5844740e
|
LUCENE-2200: final classes had non-overriding protected members
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@897707 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 21:09:58 +00:00 |
Simon Willnauer
|
673e368bf7
|
LUCENE-2199: ShingleFilter skipped over tri-gram shingles if outputUnigram was set to false
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@897672 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 18:06:19 +00:00 |
Yonik Seeley
|
d4b18fa9c5
|
tabs begone
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897662 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 17:20:36 +00:00 |
Robert Muir
|
cfb822be6d
|
adding missing eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@897649 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 15:38:25 +00:00 |
Koji Sekiguchi
|
2df8e5d5f5
|
SOLR-1268: ignore undefined field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 10:29:08 +00:00 |
Robert Muir
|
5e8e5a0f05
|
LUCENE-2194: Improve the efficiency of Snowball
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@897449 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-09 13:34:11 +00:00 |
Koji Sekiguchi
|
f6d7daf239
|
SOLR-1268: Incorporate FastVectorHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897383 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-09 04:57:20 +00:00 |
Koji Sekiguchi
|
bfbcc89705
|
fix svn properties in core package
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897366 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-09 01:50:48 +00:00 |
Koji Sekiguchi
|
f325bcd692
|
SOLR-1653: PatternReplaceCharFilter should receive a Pattern object instead of pattern String
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897357 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-09 00:45:45 +00:00 |
Michael McCandless
|
4fb13e4a59
|
LUCENE-2190: add CustomScoreQuery.setNextReader so subclass knows when we advance to a new sub-reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896962 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-07 18:52:23 +00:00 |
Uwe Schindler
|
be9e1bf1bd
|
LUCENE-2196, LUCENE-2108: add java.io.Closeable to Spellchecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896933 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-07 17:30:39 +00:00 |
Noble Paul
|
543395125a
|
SOLR-1704 . move google collections from clustering to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896759 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-07 05:49:45 +00:00 |
Uwe Schindler
|
ab02bbf53f
|
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896661 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-06 20:43:15 +00:00 |
Mark Robert Miller
|
27f67473d5
|
TokenSources.getTokenStream() does not assign positionIncrement.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896624 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-06 19:08:36 +00:00 |
Grant Ingersoll
|
38e673759b
|
Support long.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896455 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-06 14:36:35 +00:00 |
Noble Paul
|
6292fe589c
|
added an extra getChild() method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896380 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-06 10:49:00 +00:00 |
Simon Willnauer
|
c19d78dd4e
|
LUCENE-2147: Improve Spatial Utility like classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896240 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 22:03:48 +00:00 |
Robert Muir
|
36ba04585e
|
fix javadoc header
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896112 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 16:16:01 +00:00 |
Noble Paul
|
6331869d2f
|
removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896042 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 14:03:36 +00:00 |
Uwe Schindler
|
fd8ff081ae
|
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895969 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 10:03:32 +00:00 |
Noble Paul
|
ca76f3b50c
|
SOLR-1697 PluginInfo should load plugins w/o class attribute also
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895909 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 05:38:27 +00:00 |
Michael McCandless
|
03a361c224
|
LUCENE-2079: fix BG thread priority to actually take effect
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895755 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 19:37:45 +00:00 |
Grant Ingersoll
|
fc9a0a78c9
|
some useful constants
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895750 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 19:29:41 +00:00 |
Michael McCandless
|
3f0577a92a
|
small fixes to IW's infoStream output
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895704 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 17:09:11 +00:00 |
Grant Ingersoll
|
33df44a6ef
|
SOLR-1302: some slight refactoring for more reusable distance calculations
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895701 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 16:59:56 +00:00 |
Grant Ingersoll
|
23216e7844
|
javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895662 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 15:27:27 +00:00 |
Grant Ingersoll
|
5838738379
|
javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895660 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 15:27:06 +00:00 |
Grant Ingersoll
|
f6ac4ff2bb
|
SOLR-1692: fix produceSummary issue with Carrot2 clustering
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895640 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 14:28:59 +00:00 |
Michael McCandless
|
957c4499cf
|
disable test that's cuasing build to hang, until we fix it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 12:11:54 +00:00 |
Robert Muir
|
d22b7a98cd
|
LUCENE-2185: add @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895342 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-03 10:31:42 +00:00 |
Robert Muir
|
cdac1f7113
|
LUCENE-2084: remove Byte/CharBuffer wrapping for collation key generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895341 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-03 09:22:40 +00:00 |
Robert Muir
|
a949836869
|
LUCENE-2034: Refactor analyzer reuse and stopword handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@895339 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-03 08:48:17 +00:00 |
Yonik Seeley
|
e9e86f2a47
|
SOLR-1586: add solr-internal tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894477 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 20:30:53 +00:00 |
Grant Ingersoll
|
911f5c5597
|
small cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894362 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 11:56:17 +00:00 |
Uwe Schindler
|
5e77ec9845
|
LUCENE-2182: DEFAULT_ATTRIBUTE_FACTORY was failing to load implementation class when interface was loaded by a different class loader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894348 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 10:54:27 +00:00 |
Ryan McKinley
|
4fbcdb8cf7
|
SOLR-1586 - typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894308 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 03:56:34 +00:00 |
Grant Ingersoll
|
ed5949c38c
|
SOLR-1586: added GeoHashField and SpatialTileField. Refactored CoordinateFieldType a bit for sharing with SpatialTileField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894301 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 02:58:46 +00:00 |
Simon Willnauer
|
45ffab1cd5
|
Revert all of wrong s/iff/if changes in committed revision 894224.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894286 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 00:34:47 +00:00 |
Simon Willnauer
|
bcc1117fbf
|
fixed trivial spelling issues in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894224 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-28 18:52:19 +00:00 |
Grant Ingersoll
|
a9b50cb5e4
|
SOLR-1131: put the vector/multi VS into the function package
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894217 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-28 18:38:35 +00:00 |
Robert Muir
|
2685859da2
|
add missing @override annotations
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894202 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-28 16:46:09 +00:00 |
Grant Ingersoll
|
2593733ce4
|
SOLR-1131: change toMultiVS to vector
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894183 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-28 14:41:18 +00:00 |