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
Robert Muir
36de6a9ef0
SOLR-2272: revert r1096610
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096764 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 14:35:23 +00:00
Yonik Seeley
cf2b0d322b
SOLR-2272: pseudo-join
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096610 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 21:34:30 +00:00
Koji Sekiguchi
6a85962022
SOLR-2436: move uimaConfig to under the uima's update processor in solrconfig.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096315 13f79535-47bb-0310-9956-ffa450edef68
2011-04-24 11:48:43 +00:00
Yonik Seeley
d566917576
SOLR-1566: fix json formatting to indent at start of each doc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1096046 13f79535-47bb-0310-9956-ffa450edef68
2011-04-22 21:19:17 +00:00
Yonik Seeley
8be940dc1f
minor: improve err msg
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095976 13f79535-47bb-0310-9956-ffa450edef68
2011-04-22 18:12:02 +00:00
Yonik Seeley
9db2ff41ae
SOLR-2383: /browse improvements: generalize range and date facet display
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095950 13f79535-47bb-0310-9956-ffa450edef68
2011-04-22 15:39:07 +00:00
Chris M. Hostetter
1c75ae2fbb
SOLR-2461: QuerySenderListener and AbstractSolrEventListener are now public
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095545 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 22:46:06 +00:00
Chris M. Hostetter
afe7a54112
SOLR-2394: don't assume 'standard' exists in the web ui
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095526 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 21:48:46 +00:00
Uwe Schindler
20f261ca14
SOLR-2474: The helper TokenStreams in analysis.jsp and AnalysisRequestHandlerBase did not clear all attributes so they displayed incorrect attribute values for tokens in later filter stages
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095521 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 21:35:05 +00:00
Chris M. Hostetter
affaa37983
SOLR-1709: Distributed support for Date and Numeric Range Faceting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095517 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 21:29:13 +00:00
Mark Robert Miller
1773808025
SOLR-2324: SolrCloud solr.xml parameters are not persisted by CoreContainer.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095455 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 16:38:51 +00:00
Mark Robert Miller
9d901879b3
SOLR-2105: Rename RequestHandler param 'update.processor' to 'update.chain'.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095432 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 15:11:38 +00:00
Mark Robert Miller
ec366d2c52
LUCENE-2939: Highlighter should try and use maxDocCharsToAnalyze in WeightedSpanTermExtractor when adding a new field to MemoryIndex as well as when using CachingTokenStream
...
SOLR-2390: Performance of usePhraseHighlighter is terrible on very large Documents, regardless of hl.maxDocCharsToAnalyze
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095260 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 03:43:27 +00:00
Mark Robert Miller
a440c8c018
SOLR-2333: The "rename" core admin action does not persist the new name to solr.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095120 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19 15:44:05 +00:00
Yonik Seeley
2b87910440
SOLR-2403: fix facet.mincount>0 && facet.sort=index errors, add some algorithmic improvements, introduce more random testing for distrib faceted testing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1094214 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17 22:24:45 +00:00
Yonik Seeley
77e4b65134
fix SolrDocumentList.toString() maxScore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1094163 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17 16:02:37 +00:00
Yonik Seeley
b2530b74aa
SOLR-2409: edismax: treat invalid fieldnames as a literal
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1094014 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 16:51:11 +00:00
Yonik Seeley
00e6bc2e41
build: move license validation to only happen with test, not with compile
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092851 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 00:50:56 +00:00
Yonik Seeley
28332fff50
SOLR-2466: set HttpClient retryCount to 0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092848 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 00:25:29 +00:00
Yonik Seeley
e88cd9a1c8
doc: keep CHANGES in sync w/ 3x
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092841 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 23:01:50 +00:00
Yonik Seeley
0742b30b72
SOLR-2469: remove saveCommitPoint for replicate on startup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092812 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 21:13:42 +00:00
Chris M. Hostetter
a5d2b89dff
SOLR-2468: fix test added by SOLR-2335 that doesn't work on windows (double-quote in file name)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092451 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14 19:32:41 +00:00
Robert Muir
c3f6331639
LUCENE-3016: add analyzer for Latvian
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092396 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14 17:07:10 +00:00
Robert Muir
9b8cfb80b5
SOLR-2468: ignore test for now to unbreak build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092394 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14 16:56:23 +00:00
Dawid Weiss
191706df70
SOLR-2378: A new, automaton-based, implementation of suggest (autocomplete)
...
component, offering an order of magnitude smaller memory consumption
compared to ternary trees and jaspell and very fast lookups at runtime.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092136 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14 11:16:43 +00:00
Yonik Seeley
ac87b66237
docs: credit, fix utf8
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091814 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13 15:05:19 +00:00
Yonik Seeley
f777daef3d
SOLR-1566: fix /browse wrt pseudo fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091797 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13 14:24:12 +00:00
Otis Gospodnetic
34533ad635
- Corrected termInfosIndexDivisor to setTermIndexDivisor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091638 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13 03:39:19 +00:00
Chris M. Hostetter
961a548a2a
rip out excessive logging that was originally ment to be nocommit anyway (see r1085618)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091522 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 17:58:20 +00:00
Chris M. Hostetter
5e04c0bab9
SOLR-2335: New field(...) function syntax for refering to complex field names (containing whitespace or special characters)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091516 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 17:40:22 +00:00
Yonik Seeley
3309b5c585
SOLR-2432: fix useFilterForSortedQuery which was broken by LUCENE-2831
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1090913 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 00:12:29 +00:00
Dawid Weiss
19ae952e80
SOLR-2378: Making fields of LookupResult public final (everything else is accessible and you can't get access to the actual suggestions, this makes no sense).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1089798 13f79535-47bb-0310-9956-ffa450edef68
2011-04-07 10:10:52 +00:00
Uwe Schindler
c914b3066a
SOLR-2455: Prevent double submit of forms in admin interface
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1089335 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 07:43:16 +00:00