Firstly wild card queries are not analysed by Solr.

Also there is a difference between stored and indexed fields.


Ankit

-----Original Message-----
From: QBasti [mailto:sebastian.f...@gmail.com] 
Sent: Friday, December 11, 2009 11:40 AM
To: solr-user@lucene.apache.org
Subject: Simple Wildcard Search Question


Hey there,

I'm pretty new to SOLR and I tried to understand the essentials of
searching, analyzing etc..
As far as I understand, when I index the string "name01" it gets split into
"name" as well as "01". So when I'm searching for either "name" or "01" oder
"name01", i'm getting the right result.
But since, i think, SOLR stores the string also under "name01", why don't a
get any result when searching for "name0*" oder "name0?"

thanks for any help
QBasti
-- 
View this message in context: 
http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26747482.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to