Commit Graph

10806 Commits

Author SHA1 Message Date
Christopher John Male 08b8b9b789 LUCENE-3267: Consolidated Lucene core's function impls into new module. Removed remainder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141747 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 23:20:31 +00:00
Steven Rowe eefdc42de9 put back missing '+'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141701 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 20:21:18 +00:00
Steven Rowe 0267596873 LUCENE-3239: require Java 1.6 in the Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141698 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 20:18:13 +00:00
Dawid Weiss 796fa6def3 JavaDoc warnings squashed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141689 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 19:52:31 +00:00
Dawid Weiss dab351a096 Changing the licensing from CC-SA (approved by Apache anyway, but we don't want any issues) to MPL (we've got an agreement from Marcin Milkowski; the license statement has been updated in Morfologik's repository too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141673 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 19:16:32 +00:00
Dawid Weiss 29b09032d3 LUCENE-2341: integrating morfologik (Polish stemming/ morphosyntactic dictionary) as an analysis module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141671 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 19:12:54 +00:00
Robert Muir cec86dbc06 LUCENE-3264: crank up faceting module tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141629 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 17:16:36 +00:00
Steven Rowe 842d97edac fixed parent pom relative path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141628 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 17:14:27 +00:00
Simon Willnauer a3af18cdea removed invalid nocommits & some minor cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/LUCENE2793@1141607 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 16:16:27 +00:00
Michael McCandless 9285e08bce LUCENE-3260: fix wrong result from MultiTermsEnum.next() after seekExact
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141593 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 16:05:42 +00:00
Simon Willnauer e9937378c9 LUCENE-2793: next iteration on IOContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/LUCENE2793@1141592 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 16:03:28 +00:00
Mark Robert Miller b5be90974b SOLR-2193, SOLR-2565: The default Solr update handler has been improved so
that it uses fewer locks, keeps the IndexWriter open rather than closing it
  on each commit (ie commits no longer wait for background merges to complete), 
  works with SolrCore to provide faster 'soft' commits, and has an improved API 
  that requires less instanceof special casing. 

  You may now specify a 'soft' commit when committing. This will
  use Lucene's NRT feature to avoid guaranteeing documents are on stable storage in exchange
  for faster reopen times. There is also a new 'soft' autocommit tracker that can be
  configured.

 SolrCores now properly share IndexWriters across SolrCore reloads.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141542 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 13:59:59 +00:00
Uwe Schindler 988b53e499 Facets: Remove stupid array->List method and use Array.asList in example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141518 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 12:53:13 +00:00
Robert Muir 295706f9f8 LUCENE-3239: remove use of slow Arrays.copyOf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141510 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 12:42:17 +00:00
Simon Willnauer b843dfe839 LUCENE-3239: Drop Java 5 support on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141501 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 12:14:36 +00:00
Simon Willnauer 5ce2c2844a LUCENE-3239: Drop Java 5 support on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141489 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 11:40:55 +00:00
Doron Cohen e1d37f5e09 LUCENE-3142: benchmark/stats package is obsolete and unused - remove it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141465 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 10:00:52 +00:00
Simon Willnauer 966a298278 Update CHANGES.TXT for SOLR-2625
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141406 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:36:02 +00:00
Simon Willnauer 9debf4f381 cleaned up some if statements and added a test that selects TV options at random
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141400 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:09:04 +00:00
Steven Rowe 49661530e9 LUCENE-3171: Added Maven configuration for the new join module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141399 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:05:28 +00:00
Steven Rowe cfcf3a249d Put join in its place in the alphabetically sorted module lists.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141396 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:03:59 +00:00
Steven Rowe 0fbde9db5c Fixed dist-maven dependencies to be (jar-core,jar-src,javadocs) (since those are the artifacts to be copied and rechristened as maven artifacts). Not sure why this ever worked before as (compile-core,jar-src)... The new facet module was failing on 'ant generate-maven-artifacts' (from a clean'd checkout); this change fixes the problem.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141395 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:02:36 +00:00
Steven Rowe f69dedc1d2 LUCENE-3171: fix IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141371 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 03:09:26 +00:00
Christopher John Male 2266c70ce4 LUCENE-3256: Consolidated CustomScoreQuery and BoostedQuery into Queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141366 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 02:31:22 +00:00
Steven Rowe a2cb2aa37a build,dist,*.iml,pom.xml -> svn:ignore property
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141343 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 00:30:34 +00:00
Steven Rowe b7a6e29f1e Added *.iml and pom.xml to svn:ignore property
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141342 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 00:29:36 +00:00
Steven Rowe 20312da0aa LUCENE-3079: fixed Maven build for new facet module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141336 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 23:55:02 +00:00
Steven Rowe 9852331d40 LUCENE-3079: finished IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141323 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 23:17:18 +00:00
Michael McCandless b0cadddc64 add toString()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141295 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 22:31:27 +00:00
Robert Muir 4291f52c70 LUCENE-3079: faceting module (port to trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141246 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 21:02:07 +00:00
Michael McCandless 4401ef4dae LUCENE-3079: fix MemoryCodec to always set BytesRef.bytes when returning payload
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141218 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 19:46:14 +00:00
Michael McCandless 2b8ef42a5c LUCENE-3171: fixup CHANGES, add missing @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141170 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 17:14:13 +00:00
Michael McCandless 2f50268803 fix UOE exc in base Query.createWeight to include this.toString in its message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141167 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 17:13:02 +00:00
Simon Willnauer 904e3f73bf LUCENE-3216: keep doc values in memory during indexing while merge directly to the target file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141100 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 13:39:32 +00:00
Dawid Weiss f85c4e7c88 Reverting 1141022 (needs to wait for 1.6 support).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141032 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 10:00:36 +00:00
Dawid Weiss d188d3df90 LUCENE-2341: integrating morfologik (Polish stemming/ morphosyntactic dictionary) as an analysis module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141022 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 09:24:14 +00:00
Robert Muir 216e696809 LUCENE-3175: re-enable accidentally disabled slow-wrapping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140989 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 07:59:33 +00:00
Simon Willnauer b13294bf0a LUCENE-3175: optimized slow tests to run faster if not TESTS_NIGHTLY
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140980 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 07:11:13 +00:00
Robert Muir fed96d4fc6 delegate these methods for completeness, in case delegate overrides them (the huper stuff in bufferedindexinput is being tested in a roundabout way with CFS)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140952 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 03:31:08 +00:00
Christopher John Male a993ae9032 LUCENE-3249: Moved FunctionQuery impls to new Queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140906 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 23:32:27 +00:00
Yonik Seeley e5addc06d3 SOLR-2626, LUCENE-2831: fix offset bug in cutover to AtomicReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140859 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 21:39:01 +00:00
Michael McCandless 4a3b510739 LUCENE-3171: add modules/join to enable joining parent + child documents when indexed as a doc block
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140851 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 21:20:18 +00:00
Robert Muir 2745612a4c LUCENE-3175: @nightly OnJRECrash, and optimize some slower tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140848 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 21:08:53 +00:00
Michael McCandless 5327a55ff7 also check all CHANGES.txt files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140836 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 20:51:05 +00:00
Michael McCandless 4e92af1537 when merging TopDocs, the most hits we can produce is the sum of how many hits we actually received
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140827 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 20:27:12 +00:00
Steven Rowe 75d6001f0e SOLR-2452: merged with trunk up to r1140790
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1140809 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 19:42:31 +00:00
Yonik Seeley abdb8e0e2f SOLR-2429: don't need to check deletions when iterating over filter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140786 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 18:53:39 +00:00
Michael McCandless 5b56b5ee98 LUCENE-3254: fix isSparse logic in BitVector; add version header to saved BitVector (*.del) files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140720 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 16:46:57 +00:00
Uwe Schindler 71d4dc370b LUCENE-3191: Fix SlowCollatedStringComparator and add tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140713 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 16:30:55 +00:00
Steven Rowe 8e94c0c216 LUCENE-3240: fixed the maven build; added standard svn:ignore property value for modules/queries/ dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140697 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 16:05:51 +00:00