Commit Graph

1121 Commits

Author SHA1 Message Date
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
Yonik Seeley 252c86beb9 SOLR-2444: change fl=key=a to fl=key:a
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1088820 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 23:23:59 +00:00
Michael McCandless db6d7ed780 turn off debug sop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1088052 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 15:51:56 +00:00
Michael McCandless 0810107d1f LUCENE-3003: refactor UnInvertedField into Lucene core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1088049 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 15:32:31 +00:00
Dawid Weiss e9bee5e152 SOLR-2378: Ignoring benchmark test (enabled accidently in cleanup commit).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087995 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 10:52:48 +00:00
Ryan McKinley fd34f487c0 adding comment pointing to SOLR-2443
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087922 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 22:29:07 +00:00
Ryan McKinley 0532102563 SOLR-2433 -- Make FieldProperties bit masks protected
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087913 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 22:01:10 +00:00
Yonik Seeley 22a945609f SOLR-1298: enable returning float functions via fl, fix bug with default name of function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087902 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 21:25:14 +00:00
Steven Rowe 7175a8502b Added changes entry for SOLR-2061
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087723 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 14:46:12 +00:00
Steven Rowe 0c7a172d4f SOLR-2061: Generate jar containing test classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087722 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 14:41:09 +00:00
Dawid Weiss ce06cfb088 SOLR-2378: Cleaning up the benchmark code a little, committing right in without the patch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087649 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 11:13:10 +00:00
Yonik Seeley 4997068dc5 site: sync news w/ announcement better, and add links
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087446 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 21:31:08 +00:00
Robert Muir 74c9b8887f SOLR-2338: improved per-field similarity integration into schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087430 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 20:13:22 +00:00
Grant Ingersoll 937ee38c7f LUCENE-3006: fail on javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087426 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 19:56:47 +00:00
Steven Rowe 47190d3323 LUCENE-3006: die javadoc warnings die
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087319 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 14:36:05 +00:00
Grant Ingersoll 82f0640b49 update site for 3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087314 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 14:29:09 +00:00
Grant Ingersoll d112c045e6 alias for javadocs/javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087087 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 21:34:43 +00:00
Grant Ingersoll 9fdc41f0f8 sync CHANGEs for 3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087056 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 19:37:38 +00:00
Koji Sekiguchi 787b6019bf SOLR-2445: remove standard request handler and change the default qt to blank in form.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086821 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 02:17:31 +00:00
Ryan McKinley 9d1854b390 LUCENE-3001 -- moving TrieFieldHelper out of lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086710 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:11:00 +00:00
Ryan McKinley 591f3b5ea9 LUCENE-3001 -- moving TrieFieldHelper out of lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086708 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:09:59 +00:00