-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
103 lines (85 loc) · 3.09 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
0.40
#43 Update to Lucene 5.3 from 4.x
#44 Update to Mongo Java Driver 3.0.x
#54 Switch to NRTCachingDirectory
#52 Switch from hierachical facets to doc values based facets
#49 Add fetch REST service
#45 Add choice of document storage in mongo or in index
#55 Update to Hazelcast 3.5
0.31
#28 Add Minimum Should Match Option on Query
#34 Fixed Working Dir Variables in the Bash Scripts to Work on OSX
#35 Add Batch Delete Operation
#37 Add ability to specific default operator for queries (AND / OR)
#38 Allow a single field to be indexed multiple ways using mapper annotations
#42 Allow Annonation Based Mapper to Have Embedded Objects
#25 Upgrade to Lucene 4.10.3
#26 Upgrade to Hazelcast 3.4.1
#27 Upgrade to protobuf-rpc-pro to 3.3
0.30
#9 Refactor API to become more BSON centric to support new features
#10 Add ability to only return certain fields (like solr fl)
#19 Remove index configuration for collection vs. db control
#20 Update lucene 4.10 -> 4.10.1
#21 Update hazelcast 3.2.2 -> 3.3.1
#22 Fix lock handler code
#23 Fix range queries for open ended ranges
#24 Add date analyzer
0.29
#2 Add query result cache
#4 Add ability to specify query fields (like qf in solr)
#5 Enable filter queries (like solr fq)
#6 Fix test cases to not be order dependent
#7 Enable simple rest based query service (to be expanded)
#8 Allow running query with 0 results for faceting
#11 Treat query of no query (null) as :
#13 Allow regex to filter terms
#14 Create Index Ignores Segments For Some Calls in LumongoWorkPool
#15 Facets Lost While Indexing Under Heavy Load With Multiple Threads
#16 Update lucene 4.9 -> 4.10
#17 Command line search program should have a default value for amount
Other Version Updates:
grizzly 2.10.1 added
mongo-java-driver 2.12.2 -> 2.12.3
Build system to gradle 2.0
0.28
Add ability to sort descending from command line util
Update lucene 4.8.1 -> 4.9
Other Version Updates:
protobuf-rpc-pro-duplex 3.2.2 -> 3.2.3
mongo-java-driver 2.12.0 -> 2.12.2
guava 16.0 -> 17.0
hazelcast 3.2 -> 3.2.2
log4j 1.2.16 -> 1.2.17
0.27.1
Update to Lucene 4.8
0.27
Update to Lucene 4.8
0.25
Update to Lucene 4.7.2
Switch to github
...
0.13.2
Launch Script handles quoted arguements correctly
Correctly support numeric types as default analyzers
0.13.1
Minor Bug Fixes
Ability to Fetch From Search Command Line Tool Directly
0.13
Bug #13: Index Readers Not Closed Correctly
Feature #1: Add Faceting Support (initial)
0.12
Fixed Bug #5: Index configuration is not refreshed correctly in segments
Added Feature #20: Add numeric field support
Added Feature #21: Change MongoBlock Caching (requires update in cluster settings)
Added Feature #19: Expose ability to search multiple indexes at once
Fixed Bug #18: Fix Drop Index Code
Fixed Bug #22: Get terms fails if a segment has no terms
Added Feature #6: Get terms should return document frequency
Added Feature #17: Ability to run non-realtime query
0.11
Fixed Bug #14: Associated Documents Missing Index
Added Feature #15: Add ability to load large associated documents
Fixed Bug #16: Associated Documents Stored Without Indexed Documents Issue Deletes
0.10
Initial Release