Clinton Gormley
08f8e77b8f
[DOCS] Added fuzzy options to completion suggester
2013-09-04 23:20:55 +02:00
Clinton Gormley
047c86e3b2
[DOCS] Added wildcard template matching
2013-09-04 23:20:55 +02:00
Clinton Gormley
9f5d0b6e89
[DOCS] Added a few clarifications to the docs from the issues list
2013-09-04 23:20:55 +02:00
Clinton Gormley
94be785726
[DOCS] Added multi-index open/close
2013-09-04 23:20:55 +02:00
Clinton Gormley
6568dae12c
[DOCS] Added "elastics" client for javascript
2013-09-04 23:20:55 +02:00
Clinton Gormley
5b60506b2e
[DOCS] Added highlighting to the phrase suggester
2013-09-04 23:20:54 +02:00
Clinton Gormley
53ad7330fc
[DOCS] Added docs for term vectors
2013-09-04 23:20:54 +02:00
Clinton Gormley
eac2b3a52e
[DOCS] Fixed typo
2013-09-04 23:20:54 +02:00
Clinton Gormley
393c28bee4
[DOCS] Removed outdated new/deprecated version notices
2013-09-03 21:28:31 +02:00
Clinton Gormley
69d1d35fc1
[DOCS] Fixed an out of sequence header in the Groovy docs
2013-09-03 16:28:44 +02:00
Clinton Gormley
17234fe454
[DOCS] link: prefix not required when using {ref} attributes
2013-09-03 16:16:15 +02:00
Clinton Gormley
e6127fc082
[DOCS] Chunk depth now configurable, so [float] not required
2013-09-03 16:15:50 +02:00
Simon Willnauer
eb2fed85f1
Add 'min_input_len' to completion suggester
...
Restrict the size of the input length to a reasonable size otherwise very
long strings can cause StackOverflowExceptions deep down in lucene land.
Yet, this is simply a saftly limit set to `50` UTF-16 codepoints by default.
This limit is only present at index time and not at query time. If prefix
completions > 50 UTF-16 codepoints are expected / desired this limit should be raised.
Critical string sizes are beyone the 1k UTF-16 Codepoints limit.
Closes #3596
2013-09-03 10:26:37 +02:00
Clinton Gormley
ca4b85edef
Added IDs to the community clients docs, to control HTML page names
2013-09-01 12:58:17 +02:00
Boaz Leskes
e807c99f27
Fixed a typo in the config of light finnish stemmer (old last_finish is still supported for backward compatibility)
...
Closes #3594
2013-08-29 10:15:40 +02:00
Clinton Gormley
822043347e
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00