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
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
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
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
Robert Muir
dc328b0714
add placeholder to stop eclipse whining
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140658 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 14:45:55 +00:00
Simon Willnauer
5937246af2
speed up testcase if TESTS_NIGHTLY=false
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140635 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 14:23:53 +00:00
Simon Willnauer
95028899b6
speed up testcase if TESTS_NIGHTLY=false
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140626 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 13:59:24 +00:00
Simon Willnauer
c7bd833255
LUCENE-3253: TestIndexwriterWithThreads#testCloseWithThreads hangs if a thread hit an exception before indexing its first document
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140574 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 12:44:33 +00:00
Simon Willnauer
0afcbd7625
removed unnecessary / unused ctor on VarStraightBytesImpl
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140521 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 11:06:09 +00:00
Simon Willnauer
4a0ca45b4d
added build directory to svnignore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140500 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 09:40:46 +00:00
Simon Willnauer
aff519123c
LUCENE-3251: Directory#copy leaks file handles
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140498 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 09:39:13 +00:00
Christopher John Male
9e74a6a295
Fixed all IntelliJ project dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140408 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 02:52:53 +00:00
Christopher John Male
b760a81471
LUCENE-3250: Removed wordnet and misc deps on analysis-common in idea and maven
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140401 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 02:22:34 +00:00