Re: Help: nothing is searchable in Solr

2012-02-02 Thread Yuhao
against all of them now. I'm learning a lot as I go :) From: Erick Erickson To: solr-user@lucene.apache.org; Yuhao Sent: Thursday, February 2, 2012 1:56 PM Subject: Re: Help: nothing is searchable in Solr You're getting confused between defaul

Re: Help: nothing is searchable in Solr

2012-02-02 Thread Erick Erickson
"text", which gets populated by calling for each > document field.  However I'm not sure if this is the best way. > > > > > ________________ >  From: Erick Erickson > To: solr-user@lucene.apache.org; Yuhao > Sent: Wednesday, February 1, 2012 7:57 PM > Subj

Re: Help: nothing is searchable in Solr

2012-02-02 Thread Yuhao
xt", which gets populated by calling for each document field.  However I'm not sure if this is the best way. From: Erick Erickson To: solr-user@lucene.apache.org; Yuhao Sent: Wednesday, February 1, 2012 7:57 PM Subject: Re: Help: nothing is searc

Re: Help: nothing is searchable in Solr

2012-02-01 Thread Erick Erickson
sults.  For example, *33* finds 7 results, but it does > NOT find the doc with id=335. > > > The results are interesting because I definitely have many indexed fields > with [a-zA-Z] characters, but nothing at all is found. > > > > ________________ >  

Re: Help: nothing is searchable in Solr

2012-02-01 Thread Yuhao
s with [a-zA-Z] characters, but nothing at all is found. From: Ahmet Arslan To: solr-user@lucene.apache.org; Yuhao Sent: Wednesday, February 1, 2012 5:59 PM Subject: Re: Help: nothing is searchable in Solr > For example, I defined a field called "Entrez

Re: Help: nothing is searchable in Solr

2012-02-01 Thread Ahmet Arslan
> For example, I defined a field called "Entrez ID" in my > schema.xml file: > >     type="string" index="true" stored="true" required="true" > /> It could be the typo: index="true" should be indexed="true"