I'm really at dead point. 

Mine indeks is 5,6GM and about 8mln documments.
Field i'm using for filter is simple as  hell. 

  <field name="class_name" type="string" indexed="true" stored="true" 
multiValued="false"/>

Can it be that other fields affect my search if i only do filter query?
solr/puls-objects-prod/select?q=*%3A*&fq=class_name:License




mine results:
<int name="QTime">831</int>
<lst name="params">
<str name="q">*:*</str>
<str name="fq">class_name:License</str>
</lst>
</lst>
<result name="response" numFound="8655108" start="0">



--
View this message in context: 
http://lucene.472066.n3.nabble.com/slow-performance-on-simple-filter-tp4135613p4140728.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to