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
"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
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
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.
>
>
>
> ________________
>
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
> 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"