Re: Best approach to Intersect results with big SetString?

2011-09-04 Thread Chris Hostetter
: This works, but i'm concerned about how many terms we could end up : with as the size grows. : : Another possibility could be a Filter that iterates though FieldCache : and checks if each value is in the SetString : : Any thoughts/directions on things to look at? It really all depends on

Best approach to Intersect results with big SetString?

2011-09-01 Thread Ryan McKinley
I have an application where I need to return all results that are not in a SetString (the Set is managed from hazelcast... but that is not relevant) As a fist approach, i have a SerachComponent that injects a BooleanQuery: BooleanQuery bq = new BooleanQuery(true); for( String id :