I am using 1.3

> How many terms are in the wasCreatedBy_fct field?   How is that field  
> and its type configured? 
field contains author names and there are lots of them. 

here is type configuration:

<fieldType name="facet" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
</analyzer>
</fieldType>

<field name="wasCreatedBy_fct" type="facet" indexed="true" stored="true"
multiValued="true"/>




-- 
View this message in context: 
http://www.nabble.com/why-is-query-so-slow-tp22554340p22555842.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to