Peter,
If possible try running a 1.4-snapshot of Solr, the faceting improvements are quite remarkable. However, if you can't run unreleased code, it might be an idea to try reducing the number of unique terms (try indexing surnames only?).
Toby.

On 17 Mar 2009, at 10:01, pcurila wrote:


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.


Toby Cole
Software Engineer

Semantico
E: toby.c...@semantico.com
W: www.semantico.com

Reply via email to