javanna
52be313c69
Merge branch 'master' into feature/query-refactoring
...
Conflicts:
core/src/main/java/org/elasticsearch/index/query/BoolQueryParser.java
core/src/main/java/org/elasticsearch/index/query/IdsQueryParser.java
core/src/main/java/org/elasticsearch/index/query/SimpleQueryStringParser.java
core/src/main/java/org/elasticsearch/index/query/TemplateQueryParser.java
core/src/main/java/org/elasticsearch/index/query/TermsQueryParser.java
core/src/main/java/org/elasticsearch/index/query/functionscore/fieldvaluefactor/FieldValueFactorFunctionParser.java
core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/GND.java
core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/JLHScore.java
core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/NXYSignificanceHeuristic.java
core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/PercentageScore.java
core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/ScriptHeuristic.java
core/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsSignificanceScoreIT.java
2015-09-02 16:00:35 +02:00
xuzha
f46e66e7d0
Remove the experimental indices.fielddata.cache.expire
...
closes #10781
2015-09-01 00:40:04 -07:00
javanna
faf526dccb
Merge branch 'master' into feature/query-refactoring
2015-08-31 13:28:48 +02:00
Clinton Gormley
40dbba4e64
Update settings.asciidoc
...
Added removal of merge and merge throttling settings to breaking changes
2015-08-28 18:31:54 +02:00
Clinton Gormley
0331e444e6
Update mapping.asciidoc
...
Added fielddata format removal to breaking changes docs
2015-08-28 18:12:54 +02:00
Nik Everett
54639478c0
Merge pull request #13180 from nik9000/cat_non_verbose
...
Default _cat verbose to false
2015-08-28 11:59:29 -04:00
Clinton Gormley
a46368310a
Update mapping.asciidoc
...
Add type name length restriction to breaking changes docs.
2015-08-28 17:52:55 +02:00
Nik Everett
8a75d33ee6
Remove migration note about cat verbosity
...
Its no longer true.
2015-08-28 11:24:58 -04:00
javanna
78d097de39
Merge branch 'master' into feature/query-refactoring
...
Conflicts:
core/src/main/java/org/apache/lucene/queryparser/classic/MapperQueryParser.java
core/src/main/java/org/elasticsearch/index/query/AndQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/AndQueryParser.java
core/src/main/java/org/elasticsearch/index/query/BoolQueryParser.java
core/src/main/java/org/elasticsearch/index/query/DisMaxQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/DisMaxQueryParser.java
core/src/main/java/org/elasticsearch/index/query/GeoPolygonQueryParser.java
core/src/main/java/org/elasticsearch/index/query/HasChildQueryParser.java
core/src/main/java/org/elasticsearch/index/query/HasParentQueryParser.java
core/src/main/java/org/elasticsearch/index/query/MoreLikeThisQueryParser.java
core/src/main/java/org/elasticsearch/index/query/MultiMatchQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/NestedQueryParser.java
core/src/main/java/org/elasticsearch/index/query/OrQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/OrQueryParser.java
core/src/main/java/org/elasticsearch/index/query/PrefixQueryParser.java
core/src/main/java/org/elasticsearch/index/query/RegexpQueryParser.java
core/src/main/java/org/elasticsearch/index/query/SpanNearQueryParser.java
core/src/main/java/org/elasticsearch/index/query/SpanOrQueryParser.java
core/src/main/java/org/elasticsearch/index/query/TermQueryParser.java
core/src/main/java/org/elasticsearch/index/query/TermsQueryParser.java
core/src/main/java/org/elasticsearch/index/query/support/InnerHitsQueryParserHelper.java
core/src/test/java/org/elasticsearch/index/query/SimpleIndexQueryParserTests.java
2015-08-28 10:49:28 +02:00
Nik Everett
9eb684da51
Default detect_noop to true
...
detect_noop is pretty cheap and noop updates compartively expensive so this
feels like a sensible default.
Also had to do some testing and documentation around how _ttl works with
detect_noop.
Closes #11282
2015-08-27 10:34:18 -04:00
Dan Tuffery
d8298e1d3a
Update query_dsl.asciidoc
...
Fixed typo.'
2015-08-27 12:47:15 +02:00
Ryan Ernst
fdf8e67de3
Merge branch 'master' into docs/multicast
2015-08-26 19:42:13 -07:00
Ryan Ernst
7a61adf8c4
Add links to multicast and dbq plugins
2015-08-26 19:40:00 -07:00
xuzha
fb2be6d6a1
The name "position_offset_gap" is confusing because Lucene has three
...
similar sounding things:
* Analyzer#getPositionIncrementGap
* Analyzer#getOffsetGap
* IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS and
* FieldType#storeTermVectorOffsets
Rename position_offset_gap to position_increment_gap
closes #13056
2015-08-26 14:56:35 -07:00
Alex Ksikes
0872a6ea39
removes TermsLookup changes as it was used internally
2015-08-26 14:07:55 +02:00
Alex Ksikes
1af0a39221
Refactors TermsQueryBuilder and Parser
...
Refactors TermsQueryBuilder and Parser for #10217 .
This PR is against the query-refactoring branch.
Closes #12042
2015-08-26 13:58:46 +02:00
Christoph Büscher
efadf87371
Merge branch 'master' into feature/query-refactoring
2015-08-26 10:23:03 +02:00
Nik Everett
3f6108ab74
[Mapping] Move position_offset_gap default change
...
Until a couple of hours ago we expected the position_offset_gap to default
to 0 in 2.0 and 100 in 2.1. We decided it was worth backporting that new
default to 2.0. So now that its backported we need to teach 2.1 that 2.0
also defaults to 100.
Closes #7268
2015-08-25 18:01:10 -04:00
Nik Everett
840b4cf0e1
[docs] Fix typo
...
grap -> gap
2015-08-25 15:38:14 -04:00
Nik Everett
4b9664beeb
Mapping: Default position_offset_gap to 100
...
This is much more fiddly than you'd expect it to be because of the way
position_offset_gap is applied in StringFieldMapper. Instead of setting
the default to 100 its simpler to make sure that all the analyzers default
to 100 and that StringFieldMapper doesn't override the default unless the
user specifies something different. Unless the index was created before
2.1, in which case the old default of 0 has to take.
Also postition_offset_gaps less than 0 aren't allowed at all.
New tests test that:
1. the new default doesn't match phrases across values with reasonably low
slop (5)
2. the new default doest match phrases across values with reasonably high
slop (50)
3. you can override the value and phrases work as you'd expect
4. if you leave the value undefined in the mapping and define it on a
custom analyzer the the value from the custom analyzer shines through
Closes #7268
2015-08-25 14:21:50 -04:00
Clinton Gormley
327ceec12d
Docs: Added a networking section to migrating changes and mentioned multicast removal
2015-08-25 17:53:44 +02:00
Ryan Ernst
d5a2d8a64d
Docs: Add migration guide notes for multicast moving to a plugin
...
See #13027
2015-08-24 14:08:09 -07:00
Christoph Büscher
8757af2d92
Merge branch 'master' into feature/query-refactoring
2015-08-24 14:36:46 +02:00
xuzha
f77b349c23
The queue_size value should be shown as an integer,
...
closes #10404
closes #13063
2015-08-24 10:04:55 +02:00
Christoph Büscher
b18e470278
Merge branch 'master' into feature/query-refactoring
2015-08-21 12:27:31 +02:00
Christoph Büscher
345a30a2a7
Merge branch 'master' into feature/query-refactoring
...
core/src/test/java/org/elasticsearch/plugins/PluginManagerIT.java
core/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsSignificanceScoreIT.java
2015-08-20 12:48:05 +02:00
Adrien Grand
6fa258b8fa
Deprecate the `scan` search type.
...
This commit deprecates the `scan` search type in favour of regular scroll
requests sorted by `_doc`.
Related to #12983
2015-08-20 12:47:23 +02:00
Clinton Gormley
36f48ff32f
Docs: Added removal of MVEL to migration docs
2015-08-18 19:14:14 +02:00
javanna
4a3faf1126
Merge branch 'master' into feature/query-refactoring
...
Conflicts:
core/src/main/java/org/elasticsearch/index/query/NotQueryParser.java
core/src/main/java/org/elasticsearch/index/query/TermsQueryBuilder.java
2015-08-18 15:20:16 +02:00
javanna
8e93ac5d5c
Java api: remove execution from TermsQueryBuilder as it has no effect
...
Also introduced ParseField for execution in TermsQueryParser so proper deprecation warnings get printed out when requested.
Closes #12884
2015-08-18 14:57:33 +02:00
javanna
3843ae484d
Merge branch 'master' into feature/query-refactoring
2015-08-18 13:14:03 +02:00
Adrien Grand
a91b3fcbb9
Move the `murmur3` field to a plugin and fix defaults.
...
This move the `murmur3` field to the `mapper-murmur3` plugin and fixes its
defaults so that values will not be indexed by default, as the only purpose
of this field is to speed up `cardinality` aggregations on high-cardinality
string fields, which only requires doc values.
I also removed the `rehash` option from the `cardinality` aggregation as it
doesn't bring much value (rehashing is cheap) and allowed to remove the
coupling between the `cardinality` aggregation and the `murmur3` field.
Close #12874
2015-08-18 11:41:52 +02:00
Alex Ksikes
3ebf7a43f5
Refactors WrapperQueryBuilder and Parser
...
Relates to #10217
Closes #12037
This PR is against the query-refactoring branch.
2015-08-17 21:32:53 +02:00
Alex Ksikes
d62128fc78
Revert "Refactors WrapperQueryBuilder and Parser"
...
This reverts commit afcbd2915d
.
2015-08-17 20:28:16 +02:00
Alex Ksikes
afcbd2915d
Refactors WrapperQueryBuilder and Parser
...
Relates to #10217
Closes #12037
This PR is against the query-refactoring branch.
2015-08-17 19:52:11 +02:00
Christoph Büscher
32dfd249e9
Merge branch 'master' into feature/query-refactoring
...
Conflicts:
core/src/test/java/org/elasticsearch/plugins/PluginManagerIT.java
2015-08-17 10:16:55 +02:00
Clinton Gormley
db1e83884f
Docs: Rewrote the migrating-to-2.0 section
2015-08-14 20:26:18 +02:00
javanna
f8a90edab2
Merge branch 'master' into feature/query-refactoring
...
Conflicts:
core/src/main/java/org/elasticsearch/index/query/TermsLookupQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/TermsQueryBuilder.java
2015-08-14 11:40:49 +02:00
Clinton Gormley
c6c3a40cb6
Docs: Updated annotations for 2.0.0-beta1
2015-08-14 10:51:09 +02:00
Christoph Büscher
b7bfcdc5f8
Merge branch 'master' into feature/query-refactoring
2015-08-12 21:56:03 +02:00
Lee Hinman
79d1568b58
Remove the `node.enable_custom_paths` setting
...
This setting is useless now that we have the `path.shared_data` setting.
Resolves #12776
2015-08-12 12:23:05 -06:00
Jason Tedor
d56dc7899d
Merge pull request #12561 from jasontedor/feature/12560
...
Disallow type names to start with dots for new indices except for .percolator
2015-08-11 23:40:11 -07:00
Jason Tedor
f9da6036a2
Disallow type names to start with dots for new indices except for .percolator
...
This commit will disallow type names to start with dots for version 2 and later indices except for .percolator.
Closes #12560
2015-08-11 23:34:41 -07:00
javanna
ecc5516d32
add type safety for QueryParser
...
QueryParser now explicitly declares the type of QueryBuilder that it creates.
Closes #12773
2015-08-11 15:48:44 +02:00
javanna
a1151e63fb
[DOCS] updated migrate guide with info for plugins
2015-08-10 15:53:01 +02:00
Christoph Büscher
4e936d1964
Merge branch 'master' into feature/query-refactoring
2015-08-10 11:41:09 +02:00
Alexander Reelsen
04d2f3e061
Docs: Mention in migration doc that order to dynamic arguments is important
...
Due to the limited abilities of parsing of dynamic (not configured) arguments
like `http.cors.enabled`, that dont map to a command line argument but will
become configuration, we need to mention explicitely, that those dynamic arguments
must come last.
Also fixed some mentions of a memory index setting, that does not exist anymore.
Closes #12758
2015-08-10 11:33:25 +02:00
Christoph Büscher
99398ad311
Merge branch 'master' into feature/query-refactoring
2015-08-03 11:19:04 +02:00
Michael McCandless
ac2e0fd6a0
Remove delete-by-query core docs
...
We moved delete-by-query from core to a plugin, but forgot to remove the core docs.
Closes #12585
2015-08-01 05:14:46 -04:00
Christoph Büscher
7f28dc14ee
Merge branch 'master' into feature/query-refactoring
2015-07-31 10:56:05 +02:00