Yonik Seeley
4140f73774
LUCENE-2831: fix isTopLevel
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055695 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 01:03:00 +00:00
Yonik Seeley
5e009c8a17
tests: start w/ absolute path to find solr root
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055659 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 21:57:30 +00:00
Michael McCandless
84b4473205
LUCENE-2756: add de morgan test (against IS w/ ES)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055652 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 21:39:42 +00:00
Yonik Seeley
9557559df0
LUCENE-2831: use int[] instead of AtomicInteger
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055638 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 21:04:28 +00:00
Simon Willnauer
36b17aab62
LUCENE-2831: Revise Weight#scorer & Filter#getDocIdSet API to pass Readers context
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055636 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 20:47:08 +00:00
Michael McCandless
acd9519e59
LUCENE-2837: small code cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055595 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 19:27:51 +00:00
Michael McCandless
c29b449d42
LUCENE-2837: fixup jdocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055575 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 18:45:25 +00:00
Michael McCandless
24e41ab20a
remove some unnecessary MultiFields usage
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055501 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 16:07:26 +00:00
Steven Rowe
650443ce4e
update intellij idea configuration to remove lucene/contrib/remote
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055474 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 14:49:26 +00:00
Robert Muir
cc23ccf3c4
add note about java 6 requirement
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055470 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 14:28:52 +00:00
Doron Cohen
6dda353532
LUCENE-2837 fix also dot.classpath for eclipse.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055437 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 12:14:36 +00:00
Michael McCandless
568785de21
cleanup: don't track flushedFiles when we can just compute that from the SegmentInfo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055435 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 11:44:29 +00:00
Michael McCandless
87274d00ac
LUCENE-2837: collapse Searcher/Searchable into IndexSearcher; remove contrib/remote, MultiSearcher; absorb ParallelMultiSearcher into IndexSearcher as optional ExecutorService to ctor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055416 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 11:16:40 +00:00
Michael McCandless
570e19e579
LUCENE-2751: fix thread safety issue with FieldCacheImpl.get
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055409 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 11:02:24 +00:00
Michael McCandless
d53692d45a
fix Test2BTerms so optimize in the end always makes one segment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055408 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 11:01:04 +00:00
Michael McCandless
1cab313a2b
LUCENE-2843: add variable gap terms index writer/reader, using FST to hold the index
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055405 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 10:52:04 +00:00
Robert Muir
c26fd7564a
LUCENE-2391: improve Spellchecker indexing speed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055285 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 03:16:56 +00:00
Robert Muir
4061877e43
LUCENE-2845: fix javadocs task
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055276 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 02:52:42 +00:00
Robert Muir
3bc38af949
add the start to a top-level README.txt (feel free to improve!)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055245 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 23:54:19 +00:00
Steven Rowe
bf8278184f
Move description from the 'copy-idea-files' target to the 'idea' target, so that it gets mentioned when the user runs 'ant -projecthelp'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055244 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 23:44:23 +00:00
Robert Muir
a0b91aed6e
LUCENE-2771: add MultiNorms (forgot to svn add)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055243 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 23:38:30 +00:00
Robert Muir
6efd29bd9d
LUCENE-2771: remove norms() from non-atomic IndexReaders
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055238 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 23:11:37 +00:00
Robert Muir
0bfee2fb2c
LUCENE-2836: add FieldCacheRewriteMethod
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055130 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 18:22:51 +00:00
Steven Rowe
1e1780b7ae
update intellij idea configuration for modules/benchmark
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055053 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 14:19:46 +00:00
Robert Muir
f90b2d520f
add svn:ignore for benchmark's build directory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055028 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 13:17:13 +00:00
Robert Muir
2c9eb33e1c
update eclipse classpath for modules/benchmark
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054998 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 12:42:58 +00:00
Robert Muir
f012c2d44d
LUCENE-2845: move contrib/benchmark to modules/benchmark
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054995 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 12:28:10 +00:00
Yonik Seeley
fad6912a46
SOLR-1930: fully move from Field to Fieldable in interfaces
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054794 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 22:10:19 +00:00
Yonik Seeley
3fa3cf5493
SOLR-1930: fully move from Field to Fieldable in interfaces
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054763 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 21:30:50 +00:00
Mark Robert Miller
64e6e196ac
update comment about queries silently failing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054713 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 19:19:56 +00:00
Michael McCandless
eaf2af80a2
pulsing codec was failing to forward finishDoc to the wrapped codec
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054500 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 23:51:38 +00:00
Steven Rowe
317d3abbbe
LUCENE-2611: When the CWD is solr/build/tests/, the hack in SolrTestCaseJ4.determineSourceHome() fails while running the Solr module tests because of classpath ordering: the CWD is checked first to locate the solr/conf/ dir; this succeeds, but the relative path used for the CWD excludes its ancestry, so the source home can't be navigated to without converting to absolute, which determinSourceHome() does not do.
...
This change works around the issue by making the CWD for the Solr module tests be solr/build/tests/solr/, which does not contain solr/conf/, so the remainder of the classpath is searched, and the absolute classpath element .../solr/build/tests/ allows the source home to be located.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054464 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 19:45:59 +00:00
Uwe Schindler
adfabc3df7
LUCENE-2838: ConstantScoreQuery now directly supports wrapping a Query instance for stripping off scores
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054406 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 13:47:59 +00:00
Robert Muir
05a4d05c77
SOLR-2303: remove unnecessary (and problematic) log4j jars in contribs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054405 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 13:42:03 +00:00
Steven Rowe
039d75fc9e
LUCENE-2611: removing solr/contrib/analysis-extras/src/test/test-files/ after copying it up one level
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054375 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 10:04:00 +00:00
Steven Rowe
c1c09c7776
LUCENE-2611: Re-sync IntelliJ config in dev-tools/idea/; Move both solr/src/test/test-files/ and solr/contrib/analysis-extras/src/test/test-files/ up one level; Set the IntelliJ Java language level on all Solr modules to 6.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054374 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 10:01:17 +00:00
Robert Muir
f627181f8c
LUCENE-2611: add eclipse setup (ant eclipse)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054172 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 21:08:18 +00:00
Yonik Seeley
691e982dce
tests: supress exception
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054166 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 20:35:23 +00:00
Yonik Seeley
8fb5053a84
SOLR-1930: remove Config and ResourceLoader deprecations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054165 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 20:18:04 +00:00
Robert Muir
cf43718bca
SOLR-2299: enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054164 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 20:17:20 +00:00
Yonik Seeley
ffef43df4f
SOLR-1930: remove some CoreContainer deprecations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054157 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 18:36:14 +00:00
Yonik Seeley
2bf47f6bc7
SOLR-1930: remove some SolrConfig deprecations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054153 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 18:08:42 +00:00
Steven Rowe
bb65710fa4
Fix typos in not-yet-released sections
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054150 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 17:51:47 +00:00
Yonik Seeley
9f72957010
SOLR-1930: remove SolrCore deprecations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054149 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 17:50:45 +00:00
Steven Rowe
deb1e81db0
Fix typos in not-yet-released sections
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054147 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 17:47:06 +00:00
Steven Rowe
f0270072c4
LUCENE-2611: CHANGES.txt entry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054143 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 17:32:53 +00:00
Yonik Seeley
2d796fae1a
SOLR-1930: remove doLegacyUpdate, use DirectSolrConnection for tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054124 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 15:05:41 +00:00
Yonik Seeley
c918763e9b
SOLR-1930: remove IndexSchema deprecations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054039 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 01:41:45 +00:00
Yonik Seeley
e855000828
SOLR-1930: remove solr servlet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054016 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 22:58:46 +00:00
Robert Muir
d55a467fbd
enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054015 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 22:54:16 +00:00