Re: Deleting * and Re-index after schema change

2010-01-13 Thread Erik Hatcher
I'd look at the DataImportHandler console and try using some debugging there to track down why only one document. I suspect it's a configuration issue of your SQL query not picking up everything you expect. Erik On Jan 12, 2010, at 9:33 AM, Lee Smith wrote: Hi Erik Done as sugg

Re: Deleting * and Re-index after schema change

2010-01-12 Thread Lee Smith
Dont worry my bad. I made a mistake in my dataimport to all have the same ID ! All working now thank you On 12 Jan 2010, at 14:33, Lee Smith wrote: > Hi Erik > > Done as suggested and still only showing 1 Document > > Doing a *:* give me 1 document > > Cant understand why ? > > On 12 Jan

Re: Deleting * and Re-index after schema change

2010-01-12 Thread Lee Smith
Hi Erik Done as suggested and still only showing 1 Document Doing a *:* give me 1 document Cant understand why ? On 12 Jan 2010, at 14:25, Erik Hatcher wrote: > What does a search of *:* give you? > > As far as your steps, delete the index folder *before* restarting Solr, not > after. That

Re: Deleting * and Re-index after schema change

2010-01-12 Thread Erik Hatcher
What does a search of *:* give you? As far as your steps, delete the index folder *before* restarting Solr, not after. That might be the issue. Erik On Jan 12, 2010, at 9:23 AM, Lee Smith wrote: Am I doing this right. I have made changes to my schema so as per guide I done the f