Michael McCandless
|
48c3220021
|
LUCENE-1487: improve javadoc for FieldCacheTermsFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738862 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 14:13:35 +00:00 |
Michael McCandless
|
994ae0e18a
|
LUCENE-1487: add FieldCacheTermsFilter, to filter by multiple terms on single-valued fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738622 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-28 21:05:26 +00:00 |
Michael Busch
|
13d5245314
|
LUCENE-1528: Add support for Ideographic Space to the queryparser.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738592 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-28 19:24:28 +00:00 |
Michael McCandless
|
1bc276f689
|
go back to http:// for checking out back compat tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738345 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-28 02:51:37 +00:00 |
Michael McCandless
|
96e0aaf49e
|
LUCENE-1483: switch to newly added MultiReaderHitCollector for all core collectors, that is aware of segment transitions during searching, to improve performance of searching and warming
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738219 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-27 20:15:21 +00:00 |
Uwe Schindler
|
f1ab1aee64
|
Implement a shortcut, when range has min>max. In this case a static empty SortedVIntList is returned.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738182 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-27 18:12:34 +00:00 |
Uwe Schindler
|
153acfd064
|
LUCENE-1530: Support inclusive/exclusive for TrieRangeQuery/-Filter, remove default trie variant setters/getters
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738109 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-27 15:15:24 +00:00 |
Michael McCandless
|
c6f6f01643
|
LUCENE-1316: don't call synchronized IndexReader.isDeleted when scoring MatchAllDocsQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@737513 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-25 14:38:43 +00:00 |
Michael McCandless
|
c10a419fa4
|
setting tag so back-compat tests run against fixed sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@737273 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-24 00:36:59 +00:00 |
Michael McCandless
|
4764105ff4
|
LUCENE-1527: open reader non-readOnly for doing deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@737175 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 20:33:51 +00:00 |
Uwe Schindler
|
7ef048e01c
|
Optimize the test index as preparation for LUCENE-1483, because the statistics on visited terms in TrieRangeQuery/-Filter only work correctly for optimized indexes (as the count is reset on each query execution. So the new multisegment-search must have a one-segment index to only execute the query one time)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@737079 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 16:44:17 +00:00 |
Michael McCandless
|
d545a46df5
|
LUCENE-1525: add missing maven dependencies for contrib/{benchmark,highlighter}; fix svn eolstyle to native
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@736340 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-21 16:59:39 +00:00 |
Michael McCandless
|
8a5dce7ac3
|
LUCENE-1523: make Directory.isOpen protected
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@736039 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-20 17:05:36 +00:00 |
Mark Robert Miller
|
3382933ff4
|
remove unused import
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@735586 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-19 00:11:03 +00:00 |
Mark Robert Miller
|
8bf2fda5bd
|
LUCENE-1224: Short circuit FuzzyQuery.rewrite when input token length is small compared to minSimilarity.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@735517 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-18 18:24:14 +00:00 |
Michael McCandless
|
8c58de6092
|
LUCENE-1521: fix 2 more cases of int overflow
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@735043 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 16:18:33 +00:00 |
Michael McCandless
|
e91fb48db1
|
LUCENE-1520: re-use single byte[] for all fields when testing norms
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@734974 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 11:11:24 +00:00 |
Michael McCandless
|
5c948da5fb
|
LUCENE-1520: prevent OOM in CheckIndex with large segment that has many fields w/ norms
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@734967 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 10:48:11 +00:00 |
Michael McCandless
|
888af0337d
|
LUCENE-1519: upcast to long to prevent overflow
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@734415 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-14 15:09:57 +00:00 |
Uwe Schindler
|
88e19ab531
|
Trie encoded fields do not need norms (as they are only used for filtering with TrieRangeFilter or for sorting)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@734414 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-14 15:09:25 +00:00 |
Michael McCandless
|
03d6b2aa24
|
LUCENE-1479: if date is missing, don't skip the doc; just don't add 'docdate' field to the doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@733697 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-12 11:37:23 +00:00 |
Uwe Schindler
|
f0300a643e
|
LUCENE-1517: Change superclass of TrieRangeQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@733519 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-11 21:15:24 +00:00 |
Uwe Schindler
|
4905d4404c
|
Small optimization because an Object is not needed here
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@733449 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-11 11:04:56 +00:00 |
Uwe Schindler
|
c2b5e91ddd
|
As suggested by Otis: Convert TABs to spaces, remove @author javadoc tags
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@733443 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-11 10:25:14 +00:00 |
Karl-Johan Wettin
|
d7376608b2
|
LUCENE-1514
ShingleMatrixFilter#next(Token) easily throws a StackOverflowException due to recursive invocation. (Karl Wettin)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@733064 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-09 15:34:52 +00:00 |
Michael McCandless
|
8180700de8
|
LUCENE-1497: minor code cleanups to SimpleHTMLFormatter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@732739 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-08 16:11:19 +00:00 |
Karl-Johan Wettin
|
f991524da8
|
LUCENE-1510
InstantiatedIndexReader#norms methods throws NullPointerException on empty index.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@732661 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-08 09:28:42 +00:00 |
Ryan McKinley
|
3f72bc813f
|
remove unused imports and @author tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@732410 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-07 17:47:26 +00:00 |
Ryan McKinley
|
977c9acc71
|
LUCENE-1512 -- adding GeoHash implementaion
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@732400 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-07 17:10:58 +00:00 |
Michael McCandless
|
d666ae5eda
|
LUCENE-1502: a few small cleanups to CharArraySet
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@732141 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-06 22:01:35 +00:00 |
Ryan McKinley
|
43609e891d
|
LUCENE-1504 -- SerialChainFilter should use DocSet API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@732031 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-06 18:13:06 +00:00 |
Michael McCandless
|
873fbbc1f1
|
LUCENE-1509: don't return dup file names from IndexCommit.getFileNames
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@731747 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-05 22:31:04 +00:00 |
Michael McCandless
|
0b3705a012
|
remove 2 invalid tests of modified utf8 null byte
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@731727 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-05 21:11:44 +00:00 |
Grant Ingersoll
|
c40a7d8397
|
minor javadoc edits
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@731152 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-04 01:29:16 +00:00 |
Ryan McKinley
|
4978391e93
|
LUCENE-1508 -- using the tierPrefix constructors by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730662 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-02 03:21:23 +00:00 |
Ryan McKinley
|
0958d83354
|
LUCENE-1508 -- make the field prefix configurable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730658 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-02 02:52:30 +00:00 |
Ryan McKinley
|
1f585f0357
|
LUCENE-1387 -- expose getLat/getLng from DistanceQueryBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730653 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-02 00:51:26 +00:00 |
Michael Busch
|
c9e7642bae
|
Fix pom.xml.template of spatial search contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730552 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-01 15:02:48 +00:00 |
Otis Gospodnetic
|
72725a0b58
|
- Small documentation mods.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730207 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-30 18:20:43 +00:00 |
Ryan McKinley
|
0afd451f24
|
LUCENE-1503 -- refactor spatial Query/Filter classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730205 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-30 18:00:56 +00:00 |
Ryan McKinley
|
581c82ccbe
|
LUCENE-1387 -- adding locallucene as new spatial contrib package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730067 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-30 07:37:17 +00:00 |
Michael McCandless
|
eb64661216
|
LUCENE-1495: fix TaskSequence.toString to show time-limited configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728751 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-22 19:37:58 +00:00 |
Michael McCandless
|
5c8ea7a321
|
LUCENE-1499: enforce IndexFileNameFilter as singleton
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728746 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-22 19:21:40 +00:00 |
Michael McCandless
|
51f9b759fa
|
LUCENE-1495: fix time-based test to reduce change of false failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728425 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-21 11:07:28 +00:00 |
Michael McCandless
|
7abe0311bc
|
LUCENE-1444: fix broken site links in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728262 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-20 09:43:06 +00:00 |
Michael McCandless
|
bdc42e5342
|
LUCENE-1495: allow TaskSequence to run for certain time
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728252 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-20 08:45:09 +00:00 |
Michael McCandless
|
4561cb369d
|
add comments from Doug describing how BooleanScorers work
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@727475 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-17 19:16:10 +00:00 |
Michael McCandless
|
d3987d9ed4
|
LUCENE-1484: remove synchronization on SegmentReader.document by using ThreadLocal to maintain thread-private clones of FieldsReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@727338 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-17 10:36:30 +00:00 |
Michael McCandless
|
74e097f8eb
|
LUCENE-1493: allow setting top number of hits to collect with search.num.hits
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@727063 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-16 15:09:46 +00:00 |
Michael McCandless
|
09f661c48c
|
LUCENE-1492: add optional readOnly param to OpenReader task
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@727029 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-16 11:44:01 +00:00 |