Commit Graph

7821 Commits

Author SHA1 Message Date
Simon Willnauer 0808b44445 Added testcase for prefix getter on JakartaRegexpCapabilities. During LUCENE-2072 dev the prefix method did always return null due to a bug in jakarta-regexp-1.5. This testcase mainly prevents other from simply upgrading as long as this bug has not been fixed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883141 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 20:30:30 +00:00
Grant Ingersoll 4da546cc29 SOLR-1567: Upgrade to Tika 0.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883095 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 16:18:49 +00:00
Uwe Schindler 2e244caa17 LUCENE-2088: add extra test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883079 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 13:59:47 +00:00
Uwe Schindler a78e306082 merge this one also to 3.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883075 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 13:22:11 +00:00
Uwe Schindler 5e307da9d3 LUCENE-2088: AttributeSource.addAttribute should only accept interfaces, the missing test leads to problems with Token.TOKEN_ATTRIBUTE_FACTORY
This also fixes the package.html error Shai mentioned.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883074 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 13:18:10 +00:00
Uwe Schindler d838d7bf3a LUCENE-2087: Remove recursion in NumericRangeTermEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882977 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 19:49:54 +00:00
Uwe Schindler 254e3e9293 Improvement in NumericRangeTermEnum to reuse the term and not intern the field name everytime. It also throws UnsupportedOperationException in endEnum() method, which is not used, and should not be used by client code/subclasses (undefined behaviour).
Also adds a test for the TermEnum.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882888 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 12:01:29 +00:00
Noble Paul 4d65be52cc SOLR-1539
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882852 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 07:56:14 +00:00
Noble Paul ff1ceb4aa8 SOLR-1522
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882838 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 07:38:51 +00:00
Koji Sekiguchi 7aeed67afe update URL version of Lucene API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882828 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 02:32:17 +00:00
Uwe Schindler 52d8057021 this is never called, but should be the other way round
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882807 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 00:47:49 +00:00
Grant Ingersoll 7a9c7583e9 SOLR-1582: fix binary field copyField handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882734 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 22:10:57 +00:00
Michael McCandless f3b9bea18d LUCENE-2086: resolve deletes-by-term in term sorted order for better performance
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882672 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 18:37:42 +00:00
Grant Ingersoll f9353351cc fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882667 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 18:16:14 +00:00
Michael McCandless 85fbeddf44 LUCENE-2079: more improvements to contrib/benchmark for testing NRT
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882648 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 17:23:34 +00:00
Mark Robert Miller 4244f6c13a Remove QueryWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882619 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 15:55:00 +00:00
Yonik Seeley 1ac71a2aaf SOLR-1574: simplify specification of builtin functions, add many from java Math
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882596 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 15:09:37 +00:00
Michael McCandless 0a1cce0f63 LUCENE-2076: Rename FSDir.getFile -> getDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882591 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 14:59:23 +00:00
Uwe Schindler 961a41144d update CHANGES entries for 3.0 (cleanup, add missing JIRA issues,...)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882464 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 09:39:43 +00:00
Mark Robert Miller 613aca9471 dont call doExplain twice
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@882374 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 01:04:29 +00:00
Grant Ingersoll 451034b2e9 add a bit of javadocs to the constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882175 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19 15:26:07 +00:00
Grant Ingersoll 14ea535151 add a bit of javadocs to the constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882173 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19 15:20:10 +00:00
Grant Ingersoll 52283c86f8 SOLR-1302: clean up some docs, handle null geohash such that if one of the entries is null, treat it as infinite distance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881986 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 23:02:38 +00:00
Uwe Schindler c62fb270d6 remove unneeded TermGenerator in MTQWF (no longer Filter.bits()). This is a small speed improvement.
I will apply this to 3.0, too, if a new RC comes.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881984 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 23:01:05 +00:00
Yonik Seeley 05b4be62ec SOLR-1572: ConcurrentLRUCache Integer.MAX_INT to Long
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881906 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 20:00:34 +00:00
Robert Muir 03f6d7a649 LUCENE-2080: Improve Version javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881819 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 16:06:06 +00:00
Noble Paul cb500c0534 SOLR-1547 TemplateTransformer should copy array/list more intelligently
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881766 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 13:24:06 +00:00
Noble Paul 6e8521565c SOLR-1525
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881755 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 12:57:57 +00:00
Noble Paul 47bff0322c SOLR-1525 allow DIH to refer to core properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881724 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 11:22:17 +00:00
Yonik Seeley 752faad70b SOLR-1432: default impl of new ValueSource.getValues() should use old
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881642 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 01:06:37 +00:00
Yonik Seeley c30cf86921 simplify/shorten builtin functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881607 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 23:04:17 +00:00
Uwe Schindler ac2a7f5112 fix changes file in contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881550 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 21:50:15 +00:00
Yonik Seeley 95f0843af7 SOLR-1553: extended dismax parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881547 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 21:47:38 +00:00
Yonik Seeley 1cfb5a2fe3 SOLR-1553: extended dismax parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881546 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 21:46:38 +00:00
Robert Muir 169ccf4790 LUCENE-2073: add info about upgrading JVM,unicode
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881466 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 19:55:02 +00:00
Yonik Seeley 2886626aea minor optimization, replace /2 with *.5 - multiplication is an order of magnitude faster than division
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881378 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 17:05:40 +00:00
Uwe Schindler c0991044a7 RAT complains about missing license header
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881373 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 16:55:19 +00:00
Yonik Seeley 4d27b2e264 move from numbers to bullets in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881371 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 16:53:20 +00:00
Yonik Seeley 603d6d8a7e add override annotations, fix geohash hashcode, simplify other hashcodes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881364 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 16:45:22 +00:00
Grant Ingersoll 2650c93595 SOLR-1302: more distance functions and helpers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881340 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 15:36:25 +00:00
Yonik Seeley 29109d47ff add way to get literal string w/o DocValues, add missing override, remove unused name()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881333 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 15:21:17 +00:00
Grant Ingersoll 90d04523f4 cleanup unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881324 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 15:11:34 +00:00
Grant Ingersoll 54d763c162 SOLR-1569: allow literal strings in functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881319 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 15:07:24 +00:00
Uwe Schindler 73e2f9cd29 LUCENE-2074: First step until we resolve this issue. This just adds the warning, also added to 3.0. We will update the Flex version to 1.5 resolve this in 3.1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881315 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 14:59:42 +00:00
Grant Ingersoll addbda8f67 SOLR-1302: clean up hashcode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881308 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 14:47:25 +00:00
Uwe Schindler 9606a8e131 LUCENE-2077: changes-to-html: better handling of bulleted lists in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@881213 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 09:40:51 +00:00
Grant Ingersoll aed363f621 SOLR-1302: append instead of concat
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881093 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 02:06:43 +00:00
Grant Ingersoll 3e1933134d SOLR-1302: javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881090 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 01:53:47 +00:00
Grant Ingersoll ac3a479def SOLR-1302: slight refactoring for common code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@881037 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 23:14:00 +00:00
Yonik Seeley fa5fb127ab javadoc: added example of frange as a filter query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@880987 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 22:02:59 +00:00