Martijn van Groningen
|
aa2a8c66cc
|
lucene 4: Upgraded UidFieldTests class.
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
f796fe8d5e
|
lucene 4: fix cases where number values are not stored
|
2012-11-12 13:44:39 +01:00 |
Martijn van Groningen
|
5c0ef796e8
|
lucene 4: Upgraded BoostMappingTests + SimpleMapperTests
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
cefe2ba870
|
lucene 4: fix fuzzy query test
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
bec0ffa623
|
lucene 4: make sure to apply doc boost only once per field name
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
7ecfa9c35f
|
lucene 4: caching should pass acceptDocs
still work left on streamlining filters
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
c60f20413b
|
lucene 4: support doc level boost
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
b492320e2f
|
lucene 4: switch directory not used
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
dca88a9b7c
|
lucene 4: use field type in UidField
|
2012-11-12 13:44:39 +01:00 |
Shay Banon
|
faf3e0e857
|
lucene 4: comment on adding DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS
|
2012-11-12 13:44:38 +01:00 |
Shay Banon
|
e9f8d0c722
|
lucene 4: extrace Lucene#readSegmentsInfo, and use it where applicable
|
2012-11-12 13:44:38 +01:00 |
Shay Banon
|
0660e20c47
|
lucene 4: cleanup terms/uid filter
|
2012-11-12 13:44:38 +01:00 |
Shay Banon
|
79368bb221
|
lucene 4: fix visitors to use constants for field names
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
6ca6407468
|
lucene 4: Re-fixed issue in SourceScoreOrderFragmentsBuilder and SourceSimpleFragmentsBuilder.
|
2012-11-12 13:44:38 +01:00 |
Simon Willnauer
|
a3de9e521d
|
lucene 4: replaced TrimFilter and WordDelimiterFilter with lucene versions
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
e33ae96b38
|
lucene 4: added overloaded method. To fix issue in SourceScoreOrderFragmentsBuilder and SourceSimpleFragmentsBuilder.
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
38dc19d8bc
|
lucene 4: Fixed compile error.
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
673712c0b2
|
lucene 4: Upgraded IndexedGeoBoundingBoxFilter & InMemoryGeoBoundingBoxFilter.
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
d42d153c48
|
lucene 4: Upgraded GeoDistanceRangeFilter, GeoPolygonFilter.
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
415cfa2e89
|
lucene 4: Upgraded GeoDistanceFilter, MatchedFiltersFetchSubPhase.
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
ba1b870580
|
lucene 4: Upgraded CacheKeyFilter.
|
2012-11-12 13:44:38 +01:00 |
Martijn van Groningen
|
3298ad2235
|
lucene 4: Upgraded UidField. (version can be stored later as doc values)
|
2012-11-12 13:44:37 +01:00 |
Martijn van Groningen
|
968b012911
|
lucene 4: Upgraded *ValueGeoPointFieldData and GeoDistanceDataComparator.
|
2012-11-12 13:44:37 +01:00 |
Martijn van Groningen
|
09fe15488d
|
lucene 4: Upgraded ScanContext.
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
41325113f0
|
lucene4: switched from Field.Index to boolean indexed in ParseContext.includeInAll()
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
daf347e67e
|
lucene4: replace IndexCommit.getVersion() with IndexCommit.getGeneration()
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
787b7a3900
|
lucene4: more unit test cleanup
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
5ad40205c2
|
lucene4: remove DocumentBuilder and FieldBuilder
|
2012-11-12 13:44:37 +01:00 |
Shay Banon
|
594598f493
|
close the index input in any case when computing length
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
bb76542068
|
lucene4: unit tests cleanup
|
2012-11-12 13:44:37 +01:00 |
Martijn van Groningen
|
5a553a1924
|
lucene 4: Upgraded AndFilter, NotDeletedFilter, NotFilter, OrFilter, TermFilter, XBooleanFilter. Left a live docs and accepted docs unhandled (used null) for. I added a note at all places.
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
6b4e483f55
|
lucene4: fixed unit.index.mapper, unit.index.query and unit.index.store test (with exception of document boost and similarity issues)
|
2012-11-12 13:44:37 +01:00 |
Igor Motov
|
5d7ef8f585
|
lucene4: fixed SortParseElement
|
2012-11-12 13:44:37 +01:00 |
Martijn van Groningen
|
1a46179c4e
|
lucene 4: Upgraded AndFilter, FilteredCollector, LimitFilter, MatchAllDocsFilter and MatchNoDocsFilter.
|
2012-11-12 13:44:36 +01:00 |
Martijn van Groningen
|
e75c732bdd
|
lucene 4: Upgraded MatchNoDocsQuery.
|
2012-11-12 13:44:36 +01:00 |
Martijn van Groningen
|
ddc3eb3415
|
lucene 4: Upgraded MultiPhrasePrefixQuery.
|
2012-11-12 13:44:36 +01:00 |
Martijn van Groningen
|
da551e8847
|
lucene 4: Upgraded o.e.common.lucene.search.function package.
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
6bbe37f876
|
lucene4: fixed integration tests that got broken by switch from String to Text in Facet terms
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
edb4fe18e0
|
lucene4: fixed index.merge.policy
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
f57efcf6c8
|
lucene4: finish org.elasticsearch.common.compress cleanup
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
93906903b6
|
lucene4: switched setNextReader from IndexReader to AtomicReaderContext
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
25d03a6a7d
|
lucene4: upgraded ScoreDocQueue
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
5cd9da4565
|
lucene4: fixed TransportNodesListShardStoreMetaData
|
2012-11-12 13:44:36 +01:00 |
Chris Male
|
27481800bc
|
lucene 4: Upgraded FieldMapper.fuzzyQuery to use new FuzzyQuery API
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
be424c4564
|
lucene4: fixed SwitchDirectory and CompressedDirectory (except fileLength method)
|
2012-11-12 13:44:36 +01:00 |
Igor Motov
|
e8092fe290
|
lucene4: org.apache.lucene.search.vectorhighlight package cleanup
|
2012-11-12 13:44:35 +01:00 |
Igor Motov
|
639b1323b8
|
lucene4: upgrade CustomMemoryIndex to Lucene 4
|
2012-11-12 13:44:35 +01:00 |
Martijn van Groningen
|
4178d48470
|
lucene 4: Fixed import issue.
|
2012-11-12 13:44:35 +01:00 |
Chris Male
|
724fadd2cd
|
lucene 4: Converted Analyzers in MapperService
|
2012-11-12 13:44:35 +01:00 |
Martijn van Groningen
|
9f45b683d6
|
lucene 4: Fixed TERM_FACTORY usage in VersionFetchSubPhase class.
|
2012-11-12 13:44:35 +01:00 |