To add to he excellent advise so far: when asking a question, please be explicit and show actual URLs used when querying solr, and actaul responses recieved (or if you are using a client library: show the code)
In your specific example: you are using astrix characters ("*") in an odd way, making it impossibly for me to guess wether you are actually trying to do wildcard type queries or not (at first they seemed like you were using them to denote emphasis, but then you have an uneven number in some examples), If you had posted the REAL urls you had tried, and the responses you got, there would be no ambiguity. : Date: Wed, 26 May 2010 10:26:47 -0400 : From: Erick Erickson <erickerick...@gmail.com> : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: searching documents in solr : : Your almost certainly using an analyzer that splits on or : throws out numbers. Here's a good place to start, not to : mention the SOLR admin analyzer page: : http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters : : <http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters>hth : Erick : : On Wed, May 26, 2010 at 9:14 AM, MitchK <mitc...@web.de> wrote: : : > : > Hi dotriz, : > : > to answer such questions it would be beneficial for us, if you can provide : > some schema.xml-information. : > : > Kind regards : > - Mitch : > -- : > View this message in context: : > http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p844847.html : > Sent from the Solr - User mailing list archive at Nabble.com. : > : -Hoss