Yesterday I released version 0.0.6 of the experimental highlighter Elasticsearch plugin. If anyone other then me is using it you should upgrade.
Fixed a bug where it'd fail if you found more then 8 distinct terms. Fixed caching of the query interpretation. In the presence of fuzzy and wildcard queries this should speed things up a ton. Sped up many types of queries by using an automaton to detect terms rather then rewriting them against the terms dictionary. This cuts highlighting time for those queries on decently large indexes pretty substantially. I don't really have a clear figure how much because it depends on the index and the queries. You can play with it on a testing site if you'd like: https://test2.wikipedia.org/w/index.php?title=Special%3ASearch&profile=default&search=cube+block+OR+time&fulltext=Search Nik -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAPmjWd3AFjbSGW-BW-MPuDQ9JtMbcR6%2B4GRpfgrUKUmEntaHXA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
