CachingWrapperFilter vs FieldCacheTermsFilter

2011-01-05 Thread entdeveloper
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

Re: PrefixQuery vs wildcardquery

2009-09-28 Thread entdeveloper
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