OpenSearch/plugins
Andy Bristol 23395a9b9f
search as you type fieldmapper (#35600)
Adds the search_as_you_type field type that acts like a text field optimized
for as-you-type search completion. It creates a couple subfields that analyze
the indexed terms as shingles, against which full terms are queried, and a
prefix subfield that analyze terms as the largest shingle size used and
edge-ngrams, against which partial terms are queried

Adds a match_bool_prefix query type that creates a boolean clause of a term
query for each term except the last, for which a boolean clause with a prefix
query is created.

The match_bool_prefix query is the recommended way of querying a search as you
type field, which will boil down to term queries for each shingle of the input
text on the appropriate shingle field, and the final (possibly partial) term
as a term query on the prefix field. This field type also supports phrase and
phrase prefix queries however
2019-03-27 13:29:13 -07:00
..
analysis-icu Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-kuromoji Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-nori Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-phonetic Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-smartcn Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-stempel Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-ukrainian Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
discovery-azure-classic Remove note about Azure ARM plugin (#40219) 2019-03-20 16:31:37 +01:00
discovery-ec2 Bump jackson-databind version for AWS SDK (#39183) 2019-02-20 13:04:50 -05:00
discovery-gce Align docs etc with new discovery setting names (#38492) 2019-02-06 11:34:38 +00:00
examples Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
ingest-attachment Upgrade the bouncycastle dependency to 1.61 (#40017) 2019-03-14 08:54:47 -04:00
mapper-annotated-text search as you type fieldmapper (#35600) 2019-03-27 13:29:13 -07:00
mapper-murmur3 Default include_type_name to false in the yml test harness. (#38058) 2019-02-01 11:44:13 -08:00
mapper-size Default include_type_name to false in the yml test harness. (#38058) 2019-02-01 11:44:13 -08:00
repository-azure Testclusters: convert plugin repository-s3 (#40399) 2019-03-27 08:40:16 +02:00
repository-gcs plugins/repository-gcs: Update google-cloud-storage/core to 1.59.0 (#39748) 2019-03-10 11:04:52 -04:00
repository-hdfs Blob store compression fix (#39073) 2019-02-20 09:24:41 +01:00
repository-s3 Testclusters: convert plugin repository-s3 (#40399) 2019-03-27 08:40:16 +02:00
store-smb Store Pending Deletions Fix (#40345) 2019-03-26 15:30:44 +01:00
transport-nio Add InboundHandler for inbound message handling (#40430) 2019-03-27 12:33:26 -06:00
build.gradle Testclusters: convert plugin repository-s3 (#40399) 2019-03-27 08:40:16 +02:00