Commit Graph

595 Commits

Author SHA1 Message Date
Yonik Seeley 3c9558cd0a upgrade to lucene-2.9-rc2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809010 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 19:58:19 +00:00
Yonik Seeley b995d3d9c0 SOLR-1091: support CESU-8 for jetty in serialized PHP writer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@808988 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 19:02:00 +00:00
Yonik Seeley b4dd3f78f4 SOLR-1362: fix WDF position increment bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@808005 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 13:32:46 +00:00
Shalin Shekhar Mangar 1ece23820f SOLR-1386 -- In build.xml, use longfile="gnu" in tar task to avoid warnings about long file names
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807944 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 09:46:22 +00:00
Noble Paul e1b225318d SOLR-1335 load core properties from a properties file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807914 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 07:46:22 +00:00
Chris M. Hostetter 97269bda04 SOLR-914: General finalize() improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807872 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 04:18:22 +00:00
Ryan McKinley f3b3a29360 SOLR-1377: The TokenizerFactory API has changed to explicitly return a Tokenizer
rather then a TokenStream (that may be or may not be a Tokenizer).  This change 
is required to take advantage of the Token reuse improvements in lucene 2.9.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807338 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 18:58:22 +00:00
Yonik Seeley 5d1bb05f32 SOLR-1156: Sort TermsComponent results by frequency
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807289 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 15:56:32 +00:00
Yonik Seeley c49369b6c8 SOLR-1368: add ms() and sub() functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806374 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 22:05:09 +00:00
Chris M. Hostetter a9101ae07a SOLR-1373: Add Filter query to admin/form.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806303 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:52:30 +00:00
Chris M. Hostetter 48109b3dc6 SOLR-1371: LukeRequestHandler/schema.jsp errored if schema had no uniqueKey field. The new test for this also (hopefully) adds some future proofing against similar bugs in the future. As a side effect QueryElevationComponentTest was refactored, and a bug in that test was found.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806289 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:23:36 +00:00
Koji Sekiguchi 00e1299bd6 SOLR-1370: Show the output of CharFilters in FieldAnalysisRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805880 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:01:12 +00:00
Grant Ingersoll a86d0c24c3 SOLR-1367: Reverted, but kept the simple docList test, with modifications
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805866 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 16:23:24 +00:00
Erik Hatcher 1b289c4f35 SOLR-1372: Enhance FieldAnalysisRequestHandler to accept text from content stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805844 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 15:38:11 +00:00
Noble Paul 27b491ade5 SOLR-1275: Add expungeDeletes to DirectUpdateHandler2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805774 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 12:21:22 +00:00
Grant Ingersoll f93b220b37 SOLR-1367: simple callback for modifying the Document when using the SolrPluginUtils
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805528 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 18:29:10 +00:00
Yonik Seeley bb76127225 SOLR-1353: Implement and use reusable token streams for analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804726 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 17:28:58 +00:00
Yonik Seeley b45440d7c7 upgrade to lucene 2.9-dev r804692
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804700 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 14:45:10 +00:00
Yonik Seeley 6b0f99d6ad SOLR-1360: Prevent PhoneticFilter from producing duplicate tokens, update to new attribute API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803977 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 18:18:22 +00:00
Grant Ingersoll 70039d6ff1 SOLR-1276: Stats Component test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803571 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 15:54:36 +00:00
Koji Sekiguchi 86dd3a6cda SOLR-1343: Added HTMLStripCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802263 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 23:05:05 +00:00
Mark Robert Miller b51b515f6e Upgraded to Lucene 2.9-dev r801856
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801872 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 03:21:06 +00:00
Mark Robert Miller 1b2549e92f SOLR-1342: CapitalizationFilterFactory uses incorrect term length calculations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801845 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 23:54:49 +00:00
Grant Ingersoll ece497f832 SOLR-1237: firstSearcher and newSearcher now identify themselves as such when querying
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801417 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 21:25:06 +00:00
Yonik Seeley d8027f2de0 SOLR-1291 SOLR-1322 SOLR-1325 SOLR-1328 : more trie integration
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800565 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 21:09:05 +00:00
Erik Hatcher 18078af958 SOLR-1317: Fix CapitalizationFilterFactory to work when keep parameter is not specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@799593 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31 12:54:02 +00:00
Shalin Shekhar Mangar 03cf5cdad6 Upgraded to Lucene 2.9-dev r794238.
Other changes include:
    LUCENE-1614 - Use Lucene's DocIdSetIterator.NO_MORE_DOCS as the sentinel value.
    LUCENE-1630 - Add acceptsDocsOutOfOrder method to Collector implementations.
    LUCENE-1673, LUCENE-1701 - Trie has moved to Lucene core and renamed to NumericRangeQuery.
    LUCENE-1662, LUCENE-1687 - Replace usage of ExtendedFieldCache by FieldCache.

SOLR-1241: Solr's CharFilter has been moved to Lucene. Remove CharFilter and related classes from Solr and use Lucene's corresponding code.

SOLR-1261: Lucene trunk renamed RangeQuery & Co to TermRangeQuery.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794328 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 17:21:04 +00:00
Noble Paul 80760df324 SOLR-920 changes did not go into CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794152 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 06:44:41 +00:00
Noble Paul 303b6c3836 SOLR-1129 Support binding dynamic fields to beans in SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794144 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 05:55:46 +00:00
Yonik Seeley 98b4dd2e93 SOLR-284: random cleanups, tests, interface changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793953 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 15:53:05 +00:00
Yonik Seeley 8bb8d6561c SOLR-1266: add WordDelimiterFilter.stemEnglishPossessive option
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793090 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 19:40:33 +00:00
Chris M. Hostetter da8dd622e3 Fix LukeRequestHandler so it doesn't rely on SolrQueryParser and report incorrect stats when field names contain special characters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792751 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 23:50:20 +00:00
Chris M. Hostetter d31c09caf8 SOLR-1257: removed logging.jsp and refrences to it in admin.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792643 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 19:23:59 +00:00
Koji Sekiguchi 1ed4c39835 SOLR-1256: Show the output of CharFilters in analysis.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792370 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 01:35:30 +00:00
Mark Robert Miller 7c5825cf25 SOLR-1145: Add capability to specify an infoStream log file for the underlying Lucene IndexWriter in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791578 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 19:31:37 +00:00
Yonik Seeley 3dfc05b1e0 SOLR-1260: support all DocSet operations in DocSlice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790948 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 15:16:24 +00:00
Mark Robert Miller be491bbb82 SOLR-1243: Admin RequestHandlers should not be cached over HTTP.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790580 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:20:22 +00:00
Mark Robert Miller 613685ac6f SOLR-1242: Human readable JVM info from system handler does integer cutoff rounding, even when dealing with GB. Fixed to round to one decimal place.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788392 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 15:28:53 +00:00
Noble Paul f2343ea987 SOLR-1216
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787212 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 12:05:54 +00:00
Erik Hatcher d48c9f39e8 SOLR-1233: remove /select?qt=/whatever restriction on /-prefixed request handlers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786508 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 13:52:54 +00:00
Noble Paul fdbc44dfc4 SOLR-1214
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786434 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 09:58:58 +00:00
Mark Robert Miller b655f5c32b spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786115 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18 15:13:12 +00:00
Mark Robert Miller 6f4075377c SOLR-1151: add dynamic copy field and maxChars example to example schema.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786105 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18 15:07:56 +00:00
Mark Robert Miller c0f6146779 SOLR-1150: Load Documents for Highlighting one at a time rather than all at once to avoid OOM with many large Documents.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@785218 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 13:53:25 +00:00
Koji Sekiguchi e2ba252765 SOLR-1219: added proxy.setup target
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@785029 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 23:48:11 +00:00
Noble Paul 802a9c7458 SOLR-1215 use double quotes to enclose attributes in solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783715 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 10:04:37 +00:00
Mark Robert Miller 0502d82893 SOLR-243: Add configurable IndexReaderFactory so that alternate IndexReader implementations can be specified via solrconfig.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782660 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 14:56:31 +00:00
Koji Sekiguchi 2eef2dfdc5 SOLR-1207: equals method should compare this and other of DocList in DocSetBase
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782506 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 02:27:06 +00:00
Shalin Shekhar Mangar da44adc820 SOLR-1189 -- Support providing username and password for basic HTTP authentication in Java replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@781977 13f79535-47bb-0310-9956-ffa450edef68
2009-06-05 10:36:43 +00:00
Shalin Shekhar Mangar 9890523577 SOLR-1204 -- Enhance SpellingQueryConverter to handle UTF-8 instead of ASCII only
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@781975 13f79535-47bb-0310-9956-ffa450edef68
2009-06-05 10:23:48 +00:00