Re: Solr large boolean filter

2013-06-17 Thread Igor Kustov
Menawhile I'm currently trying to write custom QParser which will use FieldCacheTermsFilter So I'm using query like http://127.0.0.1:8080/solr/select?q=*:*&fq={!mqparser}id:%281%202%203%29 And I couldn't make it work - I just couldn't find a proper constructor and also not sure that i'm filterin

Re: Solr large boolean filter

2013-06-17 Thread Igor Kustov
> Where do the long list of IDs come from? I'm indexing database, so the id list is security access control list. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-large-boolean-filter-tp4070747p4070964.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr large boolean filter

2013-06-15 Thread Igor Kustov
I know i'm not the first one with this problem. I'm currently using solr 4.2.1 with approximately 10 mln documents in the index. The index is updated frequently. The filter_query is just a one big boolean or query by id. fq=id:(1 2 3 4 ... 50950) ids list is always different and not sequentia