> This is definitely a great approach for a database, but it won't work > exactly the same way for an inverted index because the datastructure > is totally different.
Ah, I was afraid of that. I hoped, due to the field being unanalyzed (and the documentation's noted restriction that wildcard queries work only on unanalyzed fields) that the wildcard query would apply to the fetched field contents rather than crawling the whole index. But your theory certainly fits the timings I've been getting. Thanks! -- 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/3d523ff3-5292-4ac5-9ec8-7df8520de58b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
