Could someone provide some general guidelines on what scenario is best to use
either the CachingWrapperFilter vs the FieldCacheTermsFilter?
I understand there are certain restrictions, like the FieldCacheTermsFilter
requires there to be a single-valued field for all documents in the index.
But pe
John Seer wrote:
>
> Hello,
>
> Is there any benefit of using one or other for "start with query"?
>
> Which one is faster?
>
>
> Regards
>
It seems that you've answered your own question. If you want a "start with
query", this is exactly what a PrefixQuery is for. WildcardQuery gives yo