8075 Commits

Author SHA1 Message Date
Erik Hatcher
363527dbe0 Use generic url_for_solr prefix, allowing one global config change for a core path or different Solr mapping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955905 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 09:33:42 +00:00
Erik Hatcher
5d964485d4 Add autosuggest using terms component. Fixed a couple of Velocity warnings too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955825 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 03:30:20 +00:00
Erik Hatcher
3bc809304d Add link to XML format to footer, why not, even taking debug mode into account
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955809 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 01:11:05 +00:00
Erik Hatcher
b6015f4ba4 Update link to Luke
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955798 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:29:33 +00:00
Erik Hatcher
44355bd648 Remove contrib/velocity directory as it has been moved to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955797 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:26:22 +00:00
Erik Hatcher
e2b625af45 SOLR-1957: Move VelocityResponseWriter from contrib to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955796 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:24:41 +00:00
Yonik Seeley
04765f68d1 LUCENE-2378: add ability to populate BytesRef instances while filling PagedBytes, and make UnInvertedField's TermIndex use this to share a byte[]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955785 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 23:23:22 +00:00
Michael McCandless
9fed2f7e13 LUCENE-2378: fix silly perf regression
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955769 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 22:31:50 +00:00
Uwe Schindler
7d208167c2 restore one entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955615 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:33:25 +00:00
Uwe Schindler
09de7f36dd Update changes after release of 2.9.3/3.0.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955613 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:28:35 +00:00
Erik Hatcher
371556ab95 LUCENE-2490: fix for renamed Ant property in previous commit that was not completely done
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955569 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:28:02 +00:00
Michael McCandless
d22876971e LUCENE-2501: strengthen this testcase a bit, but I still can't get it to fail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955547 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 10:54:23 +00:00
Michael McCandless
8c10e9badb fix false failure: test was converting invalid UTF8 to UTF16 through 2 different APIs (java & Lucene) and then asserting result is equal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955545 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 10:48:20 +00:00
Michael McCandless
3ffe87df60 fix false failure in random test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955525 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 09:34:06 +00:00
Michael McCandless
10a240656f LUCENE-2502: remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955518 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 09:07:04 +00:00
Yonik Seeley
ed1f977916 SOLR-1885 and SOLR-1711: release connections to prevent hang
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955471 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 03:05:46 +00:00
Ryan McKinley
6b212ad3bb LUCENE-2490 -- ant generate-maven-artifacts will build lucuen and solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955464 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 02:25:11 +00:00
Michael McCandless
c91bddb26b LUCENE-2380: hard cutover of all preflex APIs to flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955257 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 15:17:32 +00:00
Robert Muir
5a661500c1 LUCENE-2413: directory and package fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955203 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:33:29 +00:00
Robert Muir
aa6afe1c4e correct eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955201 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:30:49 +00:00
Yonik Seeley
98b1313d34 LUCENE-2380: add getTermsEnum for FieldCache entry and use it for fieldcache merging in Solr faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954904 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 14:15:58 +00:00
Yonik Seeley
3915a393f3 SOLR-1932: New relevancy function queries: termfreq, tf, docfreq, idf, norm, maxdoc, numdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954640 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:54:54 +00:00
Yonik Seeley
9427cad502 tests: convert to junit4 and fix bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954609 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 19:45:44 +00:00
Chris M. Hostetter
36ca32598f SOLR-1870: the javabin format no longer throws a ClassCastException when SolrInputDocuments contain field values that implement Iterable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954336 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 01:03:16 +00:00
Shai Erera
5d7197b306 testNoSegmentFile failed on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953988 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 10:58:16 +00:00
Shai Erera
1cf9b74a22 LUCENE-2497: fix a bug that was introduced in LUCENE-2480
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953986 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 10:47:35 +00:00
Koji Sekiguchi
51f649e353 SOLR-1948: PatternTokenizerFactory should use parent's args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953925 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 01:49:06 +00:00
Chris M. Hostetter
a0d0ae4f21 SOLR-1750 cleanup, renamed/moved class, and eliminated overlapping functionality with SystemInfoHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953886 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 21:46:58 +00:00
Uwe Schindler
d0e4a7eab9 fix typo and move to right place (until release)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953714 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 15:10:45 +00:00
Uwe Schindler
857abc17b4 SOLR-1943: Disable clustering contrib, part #2 (until build system fixed to do contrib-crawl)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953691 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 13:09:09 +00:00
Michael McCandless
7fe6c0fb24 remove accidental System.out.println
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953634 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:51:03 +00:00
Michael McCandless
390fbf21d2 LUCENE-2496: don't throw NPE on trying to CREATE over a corrupt index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953628 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:45:04 +00:00
Simon Willnauer
db1cb0bcb5 LUCENE-2494: use CompletionService in ParallelMultiSearcher instead of simple polling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953407 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 17:27:53 +00:00
Uwe Schindler
608f816434 LUCENE-2484: Remove deprecated TermAttribute. Use CharTermAttribute and TermToBytesRefAttribute instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952616 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 11:27:55 +00:00
Uwe Schindler
dec4309ee3 SOLR-1943: Disable clustering contrib for now inn trunk, until problem with circular dependency is solved
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952613 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 11:22:46 +00:00
Michael McCandless
e3707c247a JDK1.5 does not let you @Override interface methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952432 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07 20:57:28 +00:00
Michael McCandless
07fc03e401 LUCENE-2489: move PerFieldCodecWrapper to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951785 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 22:36:06 +00:00
Michael McCandless
9c034e2b0e LUCENE-2487: IndexReader subclasses must implement flex API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951760 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 20:31:36 +00:00
Yonik Seeley
a6a9e5fce8 LUCENE-2380: fix bug where each term was written twice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951737 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 16:16:18 +00:00
Michael McCandless
26ea856e1b fix silly thread hazard w/ MultiBits; add unit test; small cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951732 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 15:53:30 +00:00
Michael McCandless
27b2e1054c LUCENE-2486: incRef the doc store files so we can load them when opening the reader for warming
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951521 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 18:42:15 +00:00
Michael McCandless
39edb867b2 LUCENE-2380: align for both doc->ord and ord->value, when fasterButMoreRAM is true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951520 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 18:39:16 +00:00
Michael McCandless
6ffc159b40 SOLR-1900: fix MultiFields/DocsEnum usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951518 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 18:26:29 +00:00
Uwe Schindler
89cda5401c remove useless property
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951397 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 13:06:10 +00:00
Michael McCandless
5189558edb don't suppress CMS exception details
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951355 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 10:46:54 +00:00
Yonik Seeley
efaaed44bd LUCENE-2380: work on faceting speedups after fieldcache conversion - store BytesRef per seg instead of looking it up each comparison
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951210 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 23:43:01 +00:00
Yonik Seeley
a11fa9f0f5 SOLR-1900: remove last use of TermDocs in SolrIndexSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951209 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 23:40:34 +00:00
Robert Muir
f7673b59f1 SOLR-1938: make ElisionFilterFactory user-friendly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951126 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 19:34:08 +00:00
Michael McCandless
ff01172f46 SimpleFacets was always using threaded executor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951109 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 18:46:40 +00:00
Michael McCandless
46acc0cbb3 LUCENE-2380: cutover to shared byte[] (BytesRef) instead of String, in FieldCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951104 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 18:38:05 +00:00