Commit Graph

570 Commits

Author SHA1 Message Date
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
Mark Robert Miller 0334f5e447 SOLR-1184: Add option to not reopen readers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@781716 13f79535-47bb-0310-9956-ffa450edef68
2009-06-04 12:17:31 +00:00
Shalin Shekhar Mangar 3dead49181 SOLR-1152 -- Snapshoot on ReplicationHandler should acccept location as a request parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779497 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 09:11:12 +00:00
Shalin Shekhar Mangar a6cd8495bb SOLR-458 -- Add equals and hashCode methods to NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779486 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 08:48:29 +00:00
Shalin Shekhar Mangar df9b290629 SOLR-786 -- Refactor DisMaxQParser to allow overriding certain features of DisMaxQParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779469 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 08:00:55 +00:00
Shalin Shekhar Mangar 8499550da6 SOLR-1051 -- Support the merge of multiple indexes as a CoreAdmin and an update command
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779423 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 04:16:41 +00:00
Yonik Seeley 6411bb04d2 upgrade to Lucene 2.9-dev r779312
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779335 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27 21:57:27 +00:00
Grant Ingersoll 5befa38a9e fix CHANGES error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779151 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27 12:48:52 +00:00
Grant Ingersoll eb51d48e82 SOLR-1188: Minor efficiency improvement in TermVectorComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779144 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27 12:34:09 +00:00
Yonik Seeley a66ef33fb1 SOLR-1111: use new Lucene Collector classes to sort per segment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@778893 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26 21:34:53 +00:00
Noble Paul 03a7c58b3e SOLR-1116
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@778600 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26 07:44:39 +00:00
Yonik Seeley ea43e4c997 SOLR-1165: Use Lucene Filters in conjunction with IndexSearcher.search methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777969 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23 17:26:54 +00:00
Shalin Shekhar Mangar b1447effbe SOLR-1149 -- Made QParserPlugin and related classes extendible as an experimental API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777656 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 18:58:38 +00:00
Mark Robert Miller f25771a197 SOLR-1182: Fix bug in OrdFieldSource#equals which could cause a bug with OrdFieldSource caching on OrdFieldSource#hashcode collisions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777577 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 15:30:32 +00:00
Yonik Seeley 7b7f818386 SOLR-1179: add DocSet.getTopFilter()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777285 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 22:11:01 +00:00
Shalin Shekhar Mangar 9f3fe687ac SOLR-1174 -- Fix Logging admin form submit url for multicore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776984 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 07:17:39 +00:00
Noble Paul 6183d72f24 forgot to mention author name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776981 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 07:03:07 +00:00
Noble Paul b17d5bc816 SOLR-1175 disable/enable replication from master
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776978 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 06:58:01 +00:00
Yonik Seeley 06f159e3fb SOLR-1169: SortedIntDocSet
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776750 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 16:11:11 +00:00
Grant Ingersoll d161e54136 SOLR-769: forgot the CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776702 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 13:45:56 +00:00
Noble Paul 8e5044b9f5 SOLR-1121: CoreAdminhandler should not need a core . This makes it possible to start a Solr server w/o a core .
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776266 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 10:45:02 +00:00
Shalin Shekhar Mangar 570fd6e818 Upgraded to Lucene 2.9-dev r776177
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776208 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 06:58:01 +00:00
Mark Robert Miller 202a3311b7 SOLR-825: Enables highlighting for range/wildcard/fuzzy/prefix queries if using hl.usePhraseHighlighter=true and hl.highlightMultiTerm=true.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@775110 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15 12:44:11 +00:00
Yonik Seeley 764b7989a8 SOLR-1166: Speed up docset/filter generation by avoiding top-level score() call and iterating over leaf readers with TermDocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@774946 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14 22:05:40 +00:00
Mark Robert Miller a41d447b4b Upgraded to Lucene 2.9-dev 773862
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@774049 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 19:48:48 +00:00
Yonik Seeley 79414d2b72 SOLR-1078: WDF - treat non-spacing marks,etc like letters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@773085 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08 20:25:07 +00:00