Commit Graph

117 Commits

Author SHA1 Message Date
Grant Ingersoll 48b89eb8c8 SOLR-2042: fix woodstox
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@985197 13f79535-47bb-0310-9956-ffa450edef68
2010-08-13 13:44:11 +00:00
Yonik Seeley 80659afa98 SOLR-2036: don't automatically use ram estimator from stats page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984589 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 21:33:28 +00:00
Erik Hatcher 5c000e9997 Upgrade Velocity to 1.6.4, and Velocity Tools to final 2.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983985 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 13:16:33 +00:00
Grant Ingersoll 0fac11b3ae properly reflect the Tika version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983682 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 15:33:45 +00:00
Koji Sekiguchi 6fbdff181a SOLR-2030: FVH uses SolrEncoder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983212 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 11:34:39 +00:00
Koji Sekiguchi ac95528aab SOLR-2021: Add SolrEncoder plugin to Highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981936 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 15:45:07 +00:00
Chris M. Hostetter 66660307d9 SOLR-1240: fixed typo in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980592 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 21:47:14 +00:00
Chris M. Hostetter adaeb656c8 SOLR-1240: Added support for generalized Numerical Range faceting on any numeric (or date) field. Note: this required modifying ConvertedLegacyTest to deal with an expectation about how many fields a specific document has (there are more now because of a copyField i added to the schema)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980555 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 20:05:41 +00:00
Yonik Seeley 6e30869fc9 SOLR-1925: CSVResponseWriter and commons-csv update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979807 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 19:06:39 +00:00
Yonik Seeley da7655c72a SOLR-2015: add boolean attribute autoGeneratePhraseQueries to TextField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979049 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 15:13:05 +00:00
Chris M. Hostetter f521e84c5a SOLR-2008: avoid possible RejectedExecutionException w/autoCommit by making SolreCore close the UpdateHandler before closing the SearchExecutor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965938 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 18:06:39 +00:00
Robert Muir 67d2e87fee SOLR-2003: report (throw exception) rather than replace charset errors in SolrResourceLoader.getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964430 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 13:50:48 +00:00
Koji Sekiguchi 278448babc SOLR-1995: Use proper format for SimpleDateFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964312 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 06:32:22 +00:00
Koji Sekiguchi 2fbf7ec677 SOLR-1791: Fix messed up core names on admin gui
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964306 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 05:37:27 +00:00
Grant Ingersoll d4cc047abf SOLR-1568: Spatial filtering support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962727 13f79535-47bb-0310-9956-ffa450edef68
2010-07-10 00:12:41 +00:00
Chris M. Hostetter 561e520c61 SOLR-1981: Solr will now fail correctly if solr.xml attempts to specify multiple cores that have the same name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962714 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 22:44:35 +00:00
Robert Muir c5bc95a357 SOLR-1984: add HyphenationCompoundWordTokenFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962555 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 15:20:51 +00:00
Koji Sekiguchi 7ad6c0b3b1 SOLR-1985: FastVectorHighlighter: add wrapper class for Lucene's SingleFragListBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961821 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 15:50:13 +00:00
Grant Ingersoll 5ba4331613 SOLR-1556: added per field capabilities to TermVectorComponent, also error msgs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960204 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 11:44:27 +00:00
Grant Ingersoll d69d138e4c SOLR-1966: QueryElevationComponent can now optionally return only the elevated results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959434 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 21:12:23 +00:00
Koji Sekiguchi b2f3f2edff SOLR-1974: add LimitTokenCountFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958303 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27 00:45:12 +00:00
Yonik Seeley 653c7c160b SOLR-1968: reuse termsenum,docsenum when generating cached sets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956977 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 19:00:55 +00:00
Chris M. Hostetter 82ce4b84f0 SOLR-1946: Misc improvements to the SystemInfoHandler: /admin/system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956112 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 19:58:17 +00:00
Erik Hatcher e2b625af45 SOLR-1957: Move VelocityResponseWriter from contrib to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955796 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:24:41 +00:00
Yonik Seeley ed1f977916 SOLR-1885 and SOLR-1711: release connections to prevent hang
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955471 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 03:05:46 +00:00
Yonik Seeley 3915a393f3 SOLR-1932: New relevancy function queries: termfreq, tf, docfreq, idf, norm, maxdoc, numdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954640 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:54:54 +00:00
Chris M. Hostetter 36ca32598f SOLR-1870: the javabin format no longer throws a ClassCastException when SolrInputDocuments contain field values that implement Iterable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954336 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 01:03:16 +00:00
Koji Sekiguchi 51f649e353 SOLR-1948: PatternTokenizerFactory should use parent's args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953925 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 01:49:06 +00:00
Chris M. Hostetter a0d0ae4f21 SOLR-1750 cleanup, renamed/moved class, and eliminated overlapping functionality with SystemInfoHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953886 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 21:46:58 +00:00
Robert Muir f7673b59f1 SOLR-1938: make ElisionFilterFactory user-friendly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951126 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 19:34:08 +00:00
Chris M. Hostetter 510e9b1563 SOLR-1602 wrappup - adding deprecations and warning log messages to response writers in the o.a.s.request package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950835 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 00:24:19 +00:00
Yonik Seeley d9f5941e76 SOLR-1914: write NaN/+-Inf as strings by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950723 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 19:05:54 +00:00
Chris M. Hostetter 7000b05a05 SOLR-1889: The default logic for the 'mm' param of DismaxQParser and ExtendedDismaxQParser has been changed to be determined based on the effective value of the 'q.op' param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950710 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 18:34:11 +00:00
Chris M. Hostetter 9d56e2d62e SOLR-1915 followup - based on feedback in the issue i've renamed the param for controlling wether the score explanations sre structured, undeprecated the existing toString() format, and changed it back to being the default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950667 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 17:19:48 +00:00
Yonik Seeley 8d8c162dc5 escape U+2028 in JSON responses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950125 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 15:47:03 +00:00
Chris M. Hostetter 9276737924 SOLR-1915: DebugComponent now uses a NamedList to model Explanation objects in it's responses instead of Explanation.toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949318 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 23:26:04 +00:00
Yonik Seeley 9d4bd2af41 SOLR-1928: fix terms component index order tiebreak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948299 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 03:02:59 +00:00
Robert Muir 7baa7b17ac SOLR-1923: add caverphone to phoneticfilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948011 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 11:53:55 +00:00
Chris M. Hostetter 8ae84e0122 trunk has been labeled 'version 4.0-dev' for a while now, so making CHANGES.txt reflect that. also updating various old refrences to Java 1.5 since recent changes actually require Java 1.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945897 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 21:30:41 +00:00
Chris M. Hostetter 0ddd505d9a SOLR-1846: Eliminate support for the abortOnConfigurationError ... this also fixes SOLR-1824
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945886 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 21:07:28 +00:00
Robert Muir 824939d7e5 LUCENE-2466: fix locale bugs for tr_TR locale: casing problems in lucene/solr code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945245 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 17:18:10 +00:00
Yonik Seeley 0fb9feb401 SOLR-945: JSON update handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944516 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 23:38:18 +00:00
Chris M. Hostetter 6fd7b91972 SOLR-1908: Fixed SignatureUpdateProcessor to fail to initialize on invalid config. Specificly: a signatureField that does not exist, or overwriteDupes=true with a signatureField that is not indexed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944463 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 20:58:29 +00:00
Grant Ingersoll e85c2774f7 SOLR-1902: fix Tika extraction issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942753 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 14:36:54 +00:00
Chris M. Hostetter 003cc244f8 SOLR-1843: new rootName attribute for <jmx /> configuration ... allows users to override the top level name for MBeans when exposed via JMX.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942292 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 01:51:16 +00:00
Robert Muir f3c25f02d5 SOLR-1865: ignore BOMs in SolrResourceLoader.getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942288 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 00:42:04 +00:00
Yonik Seeley 26f4756511 SOLR-1904: use HashDocSet.exists in facet.enum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@941029 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04 20:39:38 +00:00
Mark Robert Miller a3da442120 SOLR-1891: Make lucene-jars-to-solr fail if copying any of the jars fails, and update clean to remove the jars in that directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@940666 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03 23:07:02 +00:00
Chris M. Hostetter d5e5a2f090 SOLR-397: creation of a facet.date.include param for controlling what range endpoints are inclusive when date faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@940556 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03 18:21:25 +00:00
Yonik Seeley 90526f0ea1 SOLR-1875: Per-segment field faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@939339 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29 15:13:59 +00:00
Chris M. Hostetter 1e7165f73d SOLR-571: autowarmCount on SolrCaches now supports relative percentages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@938708 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27 22:40:55 +00:00
Mark Robert Miller e9e7b1eb0d SOLR-1851: luceneAutoCommit no longer has any effect - remove it from config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932999 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 21:40:38 +00:00
Robert Muir 9a43d0ee41 SOLR-1876: convert all Solr tokenstreams to CharTermAttribute, make all non-final TokenStreams/Analyzers final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932862 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 10:31:34 +00:00
Robert Muir 8804fc542d SOLR-1874: Optimize PatternReplaceFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932752 13f79535-47bb-0310-9956-ffa450edef68
2010-04-10 16:00:45 +00:00
Robert Muir cda9119598 LUCENE-2323: move WikipediaTokenizer to contrib/analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932541 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 18:40:55 +00:00
Robert Muir 47416b3948 SOLR-1740: ShingleFilterFactory improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930163 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 05:00:53 +00:00
Robert Muir 3860c16a66 SOLR-1857: cleanup and sync analysis with Lucene trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929782 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 02:15:27 +00:00
Noble Paul 04dc8c10fd SOLR-1853 Solr 1.4 Replication - Repeater throwing NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929454 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 10:07:18 +00:00
Robert Muir d581f631c4 add CHANGES for SOLR-1706, as it fixed some bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928303 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 23:19:46 +00:00
Yonik Seeley fc98d80345 SOLR-1850: don't copy word set for each KeepWordFilter instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928133 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 03:44:06 +00:00
Yonik Seeley 923c4cddd9 revert SOLR-1848
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928035 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 19:59:59 +00:00
Grant Ingersoll 9ab93f2fcc SOLR-1848: add in static sample queries for the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927977 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 17:33:38 +00:00
Yonik Seeley 214bfc6f5f SOLR-1379: fix term component so fields are map elements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927533 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 18:38:26 +00:00
Yonik Seeley f011f9535b SOLR-1797: fix ResourceLoader thread safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925896 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21 21:05:57 +00:00
Robert Muir c3d33bc62e merge up to solr trunk rev 925091
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925637 13f79535-47bb-0310-9956-ffa450edef68
2010-03-20 17:18:22 +00:00
Yonik Seeley 2a282e21a1 SOLR-1379: Add RAMDirectoryFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@924627 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18 04:02:35 +00:00
Dawid Weiss 42bc0c4616 SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00