- Project Release Notes
- …
- XWiki
- Release Notes for XWiki 12.10
- Solr dedicated core improvements
- The base schema now provide a type "text_general" and associated helpers which follow the Solr standard "text_general" type, "a general text field that has reasonable, generic cross-language defaults: it tokenizes with StandardTokenizer, removes stop words from case-insensitive 'stopwords.txt' (empty by default), and down cases. At query time only, it also applies synonyms". This is the easiest way to insert full text search friendly fields in your schema.
- A Solr core initializer can now decide if the data should be stored as cached data or not