Re: searching documents in solr

2010-05-27 Thread Lance Norskog
.com/file/n847355/schema.xml schema.xml > -- > View this message in context: > http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p847355.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Lance Norskog goks...@gmail.com

Re: searching documents in solr

2010-05-26 Thread dotriz
Here is my schema.xml file http://lucene.472066.n3.nabble.com/file/n847355/schema.xml schema.xml -- View this message in context: http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p847355.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: searching documents in solr

2010-05-26 Thread dotriz
document with title new1. Here is output of the solr ( I am searching from admin area of solr ) 0 1 on 0 *new1 2.2 10 Any ideas? -- View this message in context: http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p847339.html Sent from the

Re: searching documents in solr

2010-05-26 Thread Lance Norskog
6:47 -0400 > : From: Erick Erickson > : 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 s

Re: searching documents in solr

2010-05-26 Thread Chris Hostetter
es you got, there would be no ambiguity. : Date: Wed, 26 May 2010 10:26:47 -0400 : From: Erick Erickson : 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 o

Re: searching documents in solr

2010-05-26 Thread Erick Erickson
On Wed, May 26, 2010 at 9:14 AM, MitchK 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.4720

Re: searching documents in solr

2010-05-26 Thread MitchK
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

searching documents in solr

2010-05-26 Thread M.Rizwan
Hi All, I have a strange problem. I have 3 documents in my solr index. Title is default search field. 3 documents have titles *new1*, *new2*, *new3* respectively. Now if I search for **new1* .. it does not return anything but if I search for **new* .. it returns all 3 documents Why is it behavin