Nik Everett
8e34057bc0
Add support for combining fields to the FVH
...
The Fast Vector Highlighter can combine matches on multiple fields to
highlight a single field using `matched_fields`. This is most
intuitive for multifields that analyze the same string in different
ways. Example:
{
"query": {
"query_string": {
"query": "content.plain:running scissors",
"fields": ["content"]
}
},
"highlight": {
"order": "score",
"fields": {
"content": {
"matched_fields": ["content", "content.plain"],
"type" : "fvh"
}
}
}
}
Closes #3750
2013-12-03 11:10:01 +01:00
Yousef
302c762d5e
Wrong link to Token Filter
2013-12-03 10:39:13 +01:00
Nik Everett
7690b40ec6
Allow string fields to store token counts
...
To use this one you send a string to a field of type 'token_count'. This
makes the most sense with a multi-field.
2013-12-03 09:39:32 +01:00
Alexander Reelsen
6528df2764
[DOCS] Test framework documentation
...
The java test framework using randomized testing is explained with a couple of examples.
2013-12-02 18:01:45 +01:00
Clinton Gormley
7d993fd917
[DOCS] Another cat?v change
2013-12-02 15:30:49 +01:00
Clinton Gormley
5b15ed73fa
[DOCS] Linked cat-pending to cluster-pending
2013-12-02 15:29:47 +01:00
Clinton Gormley
992b2d82b0
[DOCS] Changed the _cat docs to use ?v instead of ?v=true
2013-12-02 15:27:41 +01:00
Clinton Gormley
d9a480c97a
[DOCS] Typos in aggregations
2013-12-02 15:14:25 +01:00
Conrad Pankoff
87246af256
[DOCS] Fixed typos and corrected grammar
2013-12-02 10:08:26 +01:00
uboness
cdc7dfbb2c
Changed the "script_lang" parameter to "lang" in all value source based aggs - to be consistent with all other script based APIs.
2013-12-02 02:01:03 +01:00
Clinton Gormley
bc393b6d79
Changed the minScore comparator from > to >=
...
Closes #4303
2013-11-29 20:29:20 +01:00
uboness
0d6a35b9a7
- Added support for term filtering based on include/exclude regex on the terms agg
...
- Added javadoc to the TermsBuilder
Closes #4267
2013-11-29 13:46:48 +01:00
uboness
afb0d119e4
- Added docs for the value_count aggregation
...
- Fixed typos in the terms facets docs
- Fixed aggregation docs layout
- Added docs for shard_size in term aggregation
2013-11-29 12:35:42 +01:00
Clinton Gormley
b48344f296
[DOCS] Doc'ed cluster pending tasks
2013-11-29 08:21:26 +01:00
Andrew Raines
91999e14ce
Add _cat/pending_tasks.
...
Closes #4251 .
2013-11-29 01:09:06 -06:00
Lee Hinman
9939e81d88
[DOCS] Fix porter stem filter name in other stemming docs
2013-11-28 22:14:47 -07:00
Lee Hinman
fb4e903e35
[DOCS] Fix name of porter stemming token filter
2013-11-28 22:01:19 -07:00
Clinton Gormley
6ce3495029
[DOCS] Fixed a bad link
2013-11-27 17:54:25 +01:00
Clinton Gormley
cdc1935b6e
[DOCS] Documented rest.action.multi.allow_explicit_index
2013-11-27 17:33:09 +01:00
Boaz Leskes
c63d8c4fb5
[Docs] Added _source filtering to documentation
...
Relates to #3301
2013-11-26 19:16:24 +01:00
Britta Weber
dbef64009f
[DOC] add doc for multi term vector api
...
closes #3998
2013-11-26 17:03:14 +01:00
Alexander Reelsen
bf74f49fdd
Updated Analyzing/Fuzzysuggester from lucene trunk
...
* Minor alignments (like setter to ctor)
* FuzzySuggester has a unicode aware flag, which is not exposed in the fuzzy completion request parameters
* Made XAnalyzingSuggester flags (PAYLOAD_SEP, END_BYTE, SEP_LABEL) to be written into the postings format, so we can retain backwards compatibility
* The above change also implies, that these flags can be set per instantiated XAnalyzingSuggester
* CompletionPostingsFormatTest now uses a randomProvider for writing data to check for bwc
2013-11-26 12:52:06 +01:00
Martijn van Groningen
a03556daa0
Added execution option to `range` filter, with the `index` and `fielddata` as values.
...
Deprecated `numeric_range` filter in favor for the `range` filter with `fielddata` as execution.
Closes #4034
2013-11-25 23:43:40 +01:00
uboness
c7f6c5266d
initial commit of the aggregations module
...
Closes #3300
2013-11-24 03:13:08 -08:00
Jun Ohtani
7bbe453273
[DOCS] Added elasticsearch-extended-analyze plugin
2013-11-21 09:48:00 +01:00
Clinton Gormley
7c59ed4087
[DOCS] Fixed duplicate docs ID in delete
2013-11-21 17:38:51 +11:00
Shay Banon
a9880dcbf1
add timeout doc to delete
2013-11-20 12:50:03 -08:00
Matt Weber
a841a422f6
Add a field data based TermsFilter
...
Add FieldDataTermsFilter that compares terms out of
the fielddata cache. When filtering on a large
set of terms this filter can be considerably faster
than using a standard lucene terms filter.
Add the "fielddata" execution mode to the
terms filter parser to enable the use of
the new FieldDataTermsFilter.
Add supporting tests and documentation.
Closes #4209
2013-11-19 19:18:16 +01:00
Andrew Raines
8fabeb1c0b
First pass at cat docs.
2013-11-14 21:37:02 -05:00
Andrew Raines
5c085c1204
Fix misspellings.
2013-11-14 20:10:36 -05:00
Luca Cavanna
0aaa39d00a
Minor improvements to indices filter and query & updated docs
...
Slightly simplified indices filter and query parsers code
Trimmed down tests where possible
2013-11-14 17:25:34 +01:00
Olivier Favre
fa80ca97b2
Indices query/filter skip parsing altogether for irrelevant indices when possible
...
Closes #2416
2013-11-14 17:24:49 +01:00
Igor Motov
510397aecd
Initial implementation of Snapshot/Restore API
...
Closes #3826
2013-11-10 18:26:56 -05:00
Lee Hinman
f7d5d1e5c9
[DOCS] Update store docs to indicate mmapfs is now the default on 64-bit Linux
2013-11-09 11:42:43 -07:00
Clinton Gormley
5af4e02d6c
[DOCS] Fix link to statsd plugin
...
Fixes #4128
2013-11-08 20:29:51 +01:00
Clinton Gormley
7189310764
In ctor of GeoPointFieldMapper, geohash_prefix now implicitly enables geohash option
...
Also improved docs for geopoint type and geohash_cell filte
Closes #3951
2013-11-08 13:52:17 +01:00
Cory G Watson
6bbcc34061
Add wabisabi to Scala clients.
2013-11-08 10:34:14 +01:00
Clinton Gormley
b27976fbed
[DOCS] Fixed the fielddata regex example on core mapping
2013-11-07 17:09:18 +01:00
Clinton Gormley
3465e69e83
[DOCS] Changed all store:yes/no to store:true/false
...
which is how this setting is stored internally
2013-11-07 16:57:18 +01:00
Simon Willnauer
77bc5d5ecf
release [1.0.0.Beta1]
2013-11-06 15:32:43 +01:00
Simon Willnauer
9654631186
Change 'standart' analyzer to use emtpy stopword list by default.
...
The 'default' / 'standard' analyzer can be a trappy default sicne it filters
english stopwords by default. Yet a default should not be dedicated to a certain language
since elasticsearch is used in many different scenarios where a standard analysis chain
with specialization to english full-text might be rather counter productive.
This commit changes the 'standard' analyzer to use an empty stopword list for indices
that are created from 1.0.0.Beta1 version onwards but will maintain backwards compatibiliy
for older indices.
Closes #3775
2013-11-05 21:07:21 +01:00
Shay Banon
7c32269f4f
Dist. Percolation: Use .percolator instead of _percolator for type name
...
Use .percolator as the internal (hidden) type name for percolators within the index. Seems nicer name to represent "hidden" types within an index.
closes #4090
2013-11-05 20:02:59 +01:00
Boaz Leskes
a9fdcadf01
[DOCS] Added documentation for the keep word token filter
2013-11-04 18:38:44 +01:00
Clinton Gormley
356de95840
Added simplified range syntax to query string docs
2013-11-04 18:18:36 +01:00
Karel Minarik
b93dac678f
[DOC] Added a link to the official Ruby client to the "Clients" page
2013-11-04 11:47:14 +01:00
Karel Minarik
7023ef2e3f
[DOCS] Added a basic information about the official Ruby client to documentation
2013-11-04 11:46:36 +01:00
Ben McCann
46edfc484a
[DOCS] Add some documentation about the performance of `_source` usage in scripts.
2013-11-04 11:05:55 +01:00
Igor Motov
c724f0de5d
Initial implementation of ResourceWatcherService
...
Closes #4062
2013-11-03 21:55:54 -05:00
Dan Everton
6df60b7271
[DOC] Improve documentation on search stats groups
...
Document the ability to return all search statistics groups and provide examples of returning search statistics for groups.
2013-11-01 13:53:39 +01:00
Martijn van Groningen
30ab6f841d
[DOCS] Fixed percolate docs errors
2013-11-01 11:44:07 +01:00