Commit Graph

7658 Commits

Author SHA1 Message Date
Mark Robert Miller d3b5dd4e6f initial move of solr to lucene svn - first as a dev branch to get solr on lucene trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk/solr@922942 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 20:20:46 +00:00
Uwe Schindler db067550e8 LUCENE-2037: Added a check for now, that tests in LuceneTestCaseJ4, that all JUnit4 tests have @Test added to all methods with name.startsWith("test"). This helps us during converting tests to JUnit4, as i found lots of tests that simply forgot to add @Test and were never ran.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922887 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 16:31:07 +00:00
Uwe Schindler b13167eefd LUCENE-2318: Remove inconsistent system property code for retrieving temp and data directories inside test cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922886 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 16:19:51 +00:00
Michael McCandless da4849f5d7 LUCENE-2319: fix stale javadoc for IndexReader.doCommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922806 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 10:32:14 +00:00
Uwe Schindler a29e93cb85 LUCENE-2314: forgot .getName() in IAE message, else output is not looking good
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922799 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 09:13:40 +00:00
Uwe Schindler e145b4ed64 LUCENE-2314: Add AttributeSource.copyTo(AttributeSource)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922797 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 09:09:36 +00:00
Yonik Seeley 3c8644bf24 SOLR-1815: solrj preserve order of facet queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@922765 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14 05:54:45 +00:00
Michael McCandless 40aa439bfd LUCENE-2294: fix javadoc link
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922624 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 17:37:18 +00:00
Uwe Schindler e5aada052c fix the missing tempDir in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922602 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 16:48:40 +00:00
Michael McCandless 53c19d660a LUCENE-2294: cutover to IndexWriterConfig object for settings to IW
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922583 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 15:32:48 +00:00
Uwe Schindler da284a7a32 As a first use of previous commit remove verbosity from NRQ tests. To show the term statistics use -Dtests.verbose=true.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922528 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 11:10:28 +00:00
Uwe Schindler 9f7a187392 LUCENE-2313: Add VERBOSE flag to LuceneTestCase(J4)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922525 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 11:05:13 +00:00
Robert Muir 24d4565049 LUCENE-2015: add a static foldToASCII method to ASCIIFoldingFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922277 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 14:34:28 +00:00
Michael McCandless f44f23026f add missing details about file format changes by version
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@922013 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 20:35:57 +00:00
Michael McCandless b51587f72d LUCENE-2294: revert while discussions are going on about default analyzer...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@921532 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 19:45:31 +00:00
Erik Hatcher f8fa54f767 Fix type name mismatch in example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@921514 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 19:06:52 +00:00
Michael McCandless 099ba4e9ea LUCENE-2294: cutover to IndexWriterConfig object for settings to IW (add missing files)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@921485 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 17:55:53 +00:00
Michael McCandless 7641c23cef LUCENE-2294: cutover to IndexWriterConfig object for settings to IW
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@921480 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 17:53:46 +00:00
Mark Robert Miller ebc4ce0b14 SOLR-1674: speed up analysis tests (thanks Robert Muir!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@921427 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 16:19:37 +00:00
Grant Ingersoll ca50eef4ca SOLR-1318: Added ICU4J to extraction and test for Arabic
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@921425 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 16:18:09 +00:00
Robert Muir 8c0dcbb8c3 LUCENE-124: Add a topterms rewrite method that scores terms only by boost value
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@920499 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 20:37:55 +00:00
Michael McCandless d9ff09b759 LUCENE-2300: add CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@920273 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 11:14:40 +00:00
Michael McCandless d3478d38fa LUCENE-2300: don't pool readers on external directories when IW
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@920270 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 11:08:26 +00:00
Uwe Schindler d7b77b3cee LUCENE-2303: Remove code duplication in Token class by subclassing TermAttributeImpl, move DEFAULT_TYPE constant to TypeInterface, improve null-handling for TypeAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@920237 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 09:00:28 +00:00
Yonik Seeley 4f5166fdae SOLR-1798: fix FastLRUCache stats memory leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@919871 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 22:49:24 +00:00
Robert Muir 050c090640 LUCENE-2277: QueryNodeImpl throws ConcurrentModificationException on add(List)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@919869 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 22:41:27 +00:00
Uwe Schindler 3763e7a9be Add tests for open ranges and infinite values to NRQ
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@919731 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 10:07:29 +00:00
Uwe Schindler 6efaaaac3b Fix javadocs of NRQ/NRF
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@919718 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 08:58:41 +00:00
Mark Robert Miller ab9a5ca386 SOLR-1722: small bug - defaultCoreName is looked for at /solr, but should be /solr/cores - also, defaultCoreName should really not default to DEFAULT_DEFAULT_CORENAME
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@919444 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 15:18:00 +00:00
Michael McCandless da0de2c349 add missing space in DirectoryReader.toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@919119 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 18:40:37 +00:00
Michael McCandless 67ed6e1811 LUCENE-2283: use shared byte[] pool to buffer pending stored fields & term vectors during indexing; fixes excessive memory usage for mixed tiny & big docs with many threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@919060 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 16:46:18 +00:00
Chris M. Hostetter 6c10ee2c03 SOLR-1750: SystemInfoRequestHandler added for simpler programmatic access to info currently available from registry.jsp and stats.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@917812 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 00:01:30 +00:00
Koji Sekiguchi 6efeb6196f SOLR-1297: fix for more deep function
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@917547 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 14:27:45 +00:00
Michael McCandless 1793470004 LUCENE-2289: check infoStream != null before calling message
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@917204 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 17:00:14 +00:00
Michael McCandless e4702cafd7 LUCENE-2290: remove unnecessary string concat
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@917203 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 16:59:20 +00:00
Robert Muir 0a1472386a LUCENE-2288: remove more unnecessary snowball object creation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@917161 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 10:41:28 +00:00
Uwe Schindler d333d94922 Improve performance of attribute cloning and clearing by removing synthetic access$nnn()-methods needed for access to private inner class field. Made the State members package private.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@917154 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 10:08:30 +00:00
Robert Muir f447adb549 LUCENE-2286: enable DefaultSimilarity.setDiscountOverlaps by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@917148 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 09:18:18 +00:00
Uwe Schindler efb74380fd LUCENE-2285: Code cleanups to remove compiler warnings in eclipse.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@917019 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27 19:14:01 +00:00
Yonik Seeley 4aa3cad3ee docs: lucene 2.9.2 rc2 became official
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@916954 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27 14:47:33 +00:00
Michael McCandless e358c3f2dd add some infoStream verbosity on details of the returned NRT reader for future debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@916769 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 17:46:25 +00:00
Michael McCandless 21044e1c8f LUCENE-2282: allow public but internal access to oal.index.IndexFileNames API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@916755 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 16:52:39 +00:00
Uwe Schindler 04558dada3 LUCENE-2037: Add support for LuceneTestCase.getName() for backwards compatibility when reporting failed tests. Also removed The InterceptTestCaseEvents class and added as anonymous class (simplified, no reflection)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@916685 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 14:02:08 +00:00
Uwe Schindler 172d8523c0 LUCENE-2037: Remove TestWatchMan from LucenbeTestCaseJ4 extends clause
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@916596 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 07:33:52 +00:00
Robert Muir 2bac855dfc LUCENE-2284: fix MatchAllDocsQueryNode toString() to close its XML tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@916543 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 02:41:06 +00:00
Koji Sekiguchi c831eb9c14 LUCENE-2278: FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@916090 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 02:24:31 +00:00
Chris M. Hostetter bbd02d1cf1 SOLR-1776: DismaxQParser and ExtendedDismaxQParser now use the schema.xml defaultSearchField as the default value for the qf param
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915646 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 03:00:45 +00:00
Chris M. Hostetter d16fe2ecca fix testOldStyleDefaults so that it actually tests the old style defaults -- i broke it with a typo way back in r441175
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915641 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 02:12:55 +00:00
Chris M. Hostetter 83fc525d60 SOLR-1792: Documented peculiar behavior of TestHarness.LocalRequestFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915637 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 02:09:21 +00:00
Michael McCandless 4eef6adaaf LUCENE-2281: add doBeforeFlush; make both do{Before,After}Flush protected
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@915399 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 15:56:37 +00:00