Hi,
I've been thinking how to use big O annotation to show complexity for
different types of queries, like term query, prefix query, phrase query,
wild card and fuzzy query. Any ideas?
thanks,
Zong
>
> Le mer. 11 nov. 2015 à 20:31, search engine a
> écrit :
>
> > Hi,
> >
> > I've been thinking how to use big O annotation to show complexity for
> > different types of queries, like term query, prefix query, phrase query,
> > wild card and fuzzy query. Any ideas?
> >
> > thanks,
> > Zong
> >
>
Hi,
Does Lucene have any dynamic pruning mechanism in place now to make posting
scoring more efficient?
thanks,
Zong