summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/termvectors/TermVectorsService.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-05Fix term vectors generator with keyword and normalizer (bis)Jim Ferenczi
2017-12-04Fix term vectors generator with keyword and normalizer (#27608)Jim Ferenczi
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-04-14Use sequence numbers to identify out of order delivery in replicas & recovery...Boaz Leskes
2017-04-05Refactor InternalEngine's index/delete flow for better clarity (#23711)Boaz Leskes
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-09-23Remove AnalysisService and reduce it to a simple name to analyzer mapping (#2...Simon Willnauer
2016-09-13Fixed naming inconsistency for fields/stored_fields in the APIs (#20166)Jim Ferenczi
2016-08-26GET operations should not extract fields from `_source`. #20158Adrien Grand
2016-08-24Use _refresh instead of reading from Translog in the RT GET case (#20102)Simon Willnauer
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-07-04Do not catch throwableJason Tedor
2016-07-01Remove some unused codeTanguy Leroux
2016-05-10Mapping cleanups. #18180Adrien Grand
2016-04-21Fix calculation of time of term vectors requestAlexander Kazakov
2016-02-15Add a text field.Adrien Grand
2016-02-11Add a new `keyword` field.Adrien Grand
2016-02-04Make TermVectorService staticSimon Willnauer
2016-02-04Remove DFS support from TermVector APISimon Willnauer
2016-01-29mappings: remove fly weightMartijn van Groningen
2016-01-29term vectors: The term vector APIs no longer modify the mappings if an unmapp...Martijn van Groningen
2016-01-28Make index uuid available in Index, ShardRouting & ShardIdBoaz Leskes
2015-12-23Remove `index_name` back compat.Adrien Grand
2015-12-18Remove wildcard importsRyan Ernst
2015-09-25Move ShardTermVectorService to be on indices level as TermVectorServiceSimon Willnauer