You should probably be looking at which Analyzer you used in solr version
3.x and which one you are using in solr version 4.x.
If there is any change in that you may have to do either of the following:

   - Do a full-import so that documents are created according to your new
   schema
   - Do a search on the previously created documents, considering the way
   your documents are Analysed and Indexed as per solr version 3.x


On Wed, Mar 6, 2013 at 11:56 AM, David Parks <davidpark...@yahoo.com> wrote:

> I just upgraded from solr3 to solr4, and I wiped the previous work and
> reloaded 500,000 documents.
>
> I see in solr that I loaded the documents, and from the console, if I do a
> query "*:*" I see documents returned.
>
> I copied a single word from the text of the query results I got from "*:*"
> but any query I do with a term returns 0 results, even though it's clear
> from the "*:*" query that solr has that document.
>
> Any ideas on where to start looking here?
>
> David
>
>
>

Reply via email to