Releases: o19s/splainer-search
Releases · o19s/splainer-search
2.13.0
2.12.0
2.12.0 (2021-12-17)
- Links to individual Documents generated for Solr search engines (
doc._url()
) have faceting turned on for ALL of the fields listed. This may be a feature to help you understand about a single document, however I don't quite have a use case that makes sense. @jeffryedvm showed me it taking 30 seconds to query a single Solr doc due to what was blindly being faceted on, and opened o19s/quepid#442.
v2.11.0
2.10.0 solr query params
v2.9.0
v2.8.0
v2.7.0 - The understand your query parsing release!
2.7.0 (2021-07-28)
- Introduce to
searchFactory
the propertyparsedQueryDetails
that stores details about the query
being processed by the search engine. Works with Solr and Elasticsearch. - Using Querqy with Solr? We now return the
querqy.infoLog
details in theparsedQueryDetails
property. - Upgrade JavaScript dependencies to be closer to what are used in the Quepid project.