https://github.com/rnewson/couchdb-lucene
Raw File
Tip revision: 8423f15c345a873bc49da863fafe7212203b7164 authored by Robert Newson on 04 February 2022, 12:46:02 UTC
upgrade httpclient/httpcore
Tip revision: 8423f15
BREAKING_CHANGES
2.0.0

* You must rebuild all indexes
* Removal of porter and snowball analyzers
* BYTE and SHORT removed from sort
* STRING maps to StringField, untokenized
* TEXT maps to TextField, tokenized

0.5.1, 0.6.x

Multiple queries must now be comma-separated (previously the document said "multiple q parameters"). This is due to a JSON encoding problem (a JSON object cannot have non-unique keys).
back to top