ApacheCon meetup

2013-02-19 Thread Nico Krijnen
Any other Lucene/Solr enthusiasts attending ApacheCon in Portland next week? Maybe we can pick a time and place to grab a few beers and exchange some ideas and user knowledge. -- Nico Krijnen - To unsubscribe, e-mail: java-user

Re: folder path prefix filtering

2008-08-05 Thread Nico Krijnen
case it gets a lot simpler: we can add an extra field for what we call "zone" and use just a term query, no need for a prefix or wildcard anymor, and thus no more max clause count errors. Kind regards, Nico Krijnen On 5 aug 2008, at 15:31, Erick Erickson wrote: This situation is

folder path prefix filtering

2008-08-05 Thread Nico Krijnen
ng a PrefixFilter wrapped in a CachingWrapperFilter instead of a query. Before we start implementing I'd like to check if anyone here may have some more experience with queries like this or may have a better suggestion on how to approach