>Which version of solr are you using ?

Currently testing with 3.1

> NGrams could be an option but could you give us the field definition in
> your schema ? The words count in this field index ?

I wont share the complete schema but i can summarize it:

For testing, we have around 30 fields used to give us what we need from
documents that can be everything from 1 line to several MB`s of plain text,
and due to this size we have limited the copyfields to a maxmimum of 10 000
characters to limit the index size a bit.

We did a quick test of n-grams, the issue then was that the index grew from
around 90G and until the disk got full at 300G. (We tested more data/fields,
therefore the larger index)

The fact that a n-gram index becomes so large is a bit problematic.

Another interesting note: Even when i use the queryFilter to limit documents
to search in, the query is extremely slow (30s++ etc).

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Performance-with-search-terms-starting-and-ending-with-wildcards-tp2802561p2802686.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to