Michael McCandless
bd6f012511
make sure to release write lock in IndexWriter if we hit IOException during construction
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@476345 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 22:34:17 +00:00
Michael McCandless
7e3c1bfb0d
Optimization: call System.arraycopy instead of manual for loop copying
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@476110 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 11:18:11 +00:00
Wolfgang Hoschek
2b1dd87818
better memory estimate
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@476065 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 07:29:44 +00:00
Wolfgang Hoschek
fb8fd8b8ce
cosmetics
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@476060 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 06:34:13 +00:00
Wolfgang Hoschek
2d5f3b0c87
better memory estimate
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@476056 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 06:17:59 +00:00
Wolfgang Hoschek
34e917af03
better memory estimate
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475844 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 18:16:27 +00:00
Wolfgang Hoschek
9a116a8b99
better memory estimate
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475843 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 18:13:56 +00:00
Mark Harwood
ca0804ca4f
Updated docs - Added entry to changes.txt for the new QueryParser use of ConstantScoreRangeQuery, added entry to whoweare docs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475629 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 08:18:20 +00:00
Mark Harwood
bb00247904
QueryParser changed to default to use of ConstantScoreRangeQuery for range queries.
...
Added useOldRangeQuery property to QueryParser to allow selection of old RangeQuery class if required.
Updated Junit tests.
Updated javadocs for RangeQuery to reflect the new default behaviour in QueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475435 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 21:26:09 +00:00
Michael McCandless
d94dfccdbf
Adding myself to committers list
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475423 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 21:09:42 +00:00
Grant Ingersoll
423c1b4c9c
Commit benchmark code. Thanks to Doron Cohen for updates
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475222 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 13:09:33 +00:00
Simon Willnauer
5627c6201c
Webarchive packageing prepared for including IoC metadata descriptors
...
- including configured IoC descriptors in war distribution
- improved dependency fetching (on demand)
- fixed some spelling errors
Hessian Webservice support
- created hessian servlet as a generic http interface for provided services
- Interface def., Impl. and Tests
- services can be exposed via HessianSkeletonProvider by defining a mapping key, Interface and an implementation instance.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@474244 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 10:51:04 +00:00
Simon Willnauer
ebf6f78719
Class could not be resolved due to wrong spelling (after refactoring)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@474243 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 10:47:33 +00:00
Simon Willnauer
b09de376e4
Changed Build management to create jar files for core and IoC Container.
...
Added Changes.txt file to document changes in build management, api, history and bug fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@473722 13f79535-47bb-0310-9956-ffa450edef68
2006-11-11 15:03:13 +00:00
Yonik Seeley
7ca20ee19f
new ASF licenses header
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@472959 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 16:21:50 +00:00
Simon Willnauer
d2d7d3eca6
Third party jar will be fetched by the dependecy fetching ant tasks during build process
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@472609 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 19:44:50 +00:00
Simon Willnauer
fe4025e0b6
Externalized some Ant-Tasks and Macros to fetch third patry libs via http from http://www.ibiblio.org/
...
-- Refactoring GData-Server -- Apache Hivemind integration
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@472602 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 19:25:49 +00:00
Simon Willnauer
daedf1c3bb
Fetching third patry libs via http from http://www.ibiblio.org/
...
-- Refactoring GData-Server -- Apache Hivemind integration
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@472601 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 19:24:55 +00:00
Simon Willnauer
d7a514f722
Trivial changes fixed misspelled class name
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471887 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 21:40:19 +00:00
Grant Ingersoll
861a964ce4
initial checkin of build and dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471623 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 03:05:23 +00:00
Grant Ingersoll
32a0134487
initial check in of benchmark directory structure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471622 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 03:04:05 +00:00
Grant Ingersoll
456025b8d5
Added a line on how contributions can be made with a link to the Wiki page.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471616 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 02:24:01 +00:00
Grant Ingersoll
6a36e71604
http://issues.apache.org/jira/browse/LUCENE-706
...
Changed 22 to 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471614 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 02:20:39 +00:00
Yonik Seeley
4a5ace9a4e
remove incorrect javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@470109 13f79535-47bb-0310-9956-ffa450edef68
2006-11-01 21:35:32 +00:00
Yonik Seeley
c0d330c041
Lazy skipping on proximity file: LUCENE-687
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@469289 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 22:00:31 +00:00
Yonik Seeley
eea8ea91b4
new test: LUCENE-695
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@469271 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 20:53:11 +00:00
Yonik Seeley
a20830e78f
new test: LUCENE-528
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@469269 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 20:52:24 +00:00
Otis Gospodnetic
a0339b4ea6
- Create the index if it doesn't exist; CamelCased spellindex var
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@468580 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 23:00:36 +00:00
Chris M. Hostetter
1a5ac808c8
LUCENE-569: Fixed bug in ordered SpanNearQueries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@468554 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 22:03:53 +00:00
Otis Gospodnetic
7abe11514a
- LUCENE-489: Add support for leading wildcard characters to QueryParser.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@468291 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 06:17:24 +00:00
Otis Gospodnetic
38d2797fa3
- Some Emacs meta-Q action
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@468289 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 06:11:56 +00:00
Yonik Seeley
4dfdd6a0af
new IndexWriter.addIndexesNoOptimize(): LUCENE-528
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@468177 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 22:47:15 +00:00
Yonik Seeley
19bf841c27
Improve BufferedIndexInput.readBytes() performance: LUCENE-695
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@468172 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 22:25:44 +00:00
Otis Gospodnetic
1eb10aba44
- LUCENE-657: Made FuzzyQuery non-final and the inner ScoreTerm class, protected.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@467853 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 03:49:58 +00:00
Yonik Seeley
e1b804ff9a
added nested conjunction tests: LUCENE-693
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@467843 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:51:25 +00:00
Yonik Seeley
7eca52679f
factor boost into hashCode and equals to pass generic tests: LUCENE-698
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@467559 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 04:24:10 +00:00
Yonik Seeley
71c3f0332d
ensure Scorer.skipTo() is interchangeable with next(): LUCENE-696
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@467558 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 04:20:34 +00:00
Yonik Seeley
bc23956ebb
ConjunctionScorer tests: LUCENE-693
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@467539 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 01:46:15 +00:00
Otis Gospodnetic
59d5576068
- Removed tabs and extra spaces
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@466016 13f79535-47bb-0310-9956-ffa450edef68
2006-10-20 07:09:06 +00:00
Yonik Seeley
d969f3ce2e
help TestThreadSafe fail faster
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465996 13f79535-47bb-0310-9956-ffa450edef68
2006-10-20 05:13:32 +00:00
Yonik Seeley
c270fa8a2f
test demonstrating problem cloning active IndexInput in LazyField: LUCENE-690
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465995 13f79535-47bb-0310-9956-ffa450edef68
2006-10-20 05:10:49 +00:00
Yonik Seeley
247a4e2f4c
unsafe use of IndexInput.clone(): LUCENE-690
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465958 13f79535-47bb-0310-9956-ffa450edef68
2006-10-20 03:08:02 +00:00
Yonik Seeley
936b7ba82a
fix sharing of native locks by diff dirs: LUCENE-678
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465882 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 21:03:22 +00:00
Yonik Seeley
901c8c379c
DisjunctionSumScorer performance improvement: LUCENE-365
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465114 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 00:56:08 +00:00
Otis Gospodnetic
b75358ebc9
- LUCENE-544 - allow per-field boosts to be specified.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465081 13f79535-47bb-0310-9956-ffa450edef68
2006-10-17 22:26:57 +00:00
Yonik Seeley
3c35b82cb0
ConjunctionScorer performance increase: LUCENE-443
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465043 13f79535-47bb-0310-9956-ffa450edef68
2006-10-17 20:50:52 +00:00
Yonik Seeley
70472ad2cd
NativeFSLockFactory: LUCENE-678
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@464611 13f79535-47bb-0310-9956-ffa450edef68
2006-10-16 18:28:02 +00:00
Yonik Seeley
cb4f27f25f
data corruption reading lazy loaded fields: LUCENE-683
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@464313 13f79535-47bb-0310-9956-ffa450edef68
2006-10-15 22:37:52 +00:00
Daniel Naber
32b1946cc1
LUCENE-684: improve javadoc of deleDocuments(Term), thanks to Paul Elschot
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@464201 13f79535-47bb-0310-9956-ffa450edef68
2006-10-15 14:22:51 +00:00
Daniel Naber
323328ca97
clarify change entry a bit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@464200 13f79535-47bb-0310-9956-ffa450edef68
2006-10-15 14:18:56 +00:00