RE: How to loop through all the entries for a field

2009-10-22 Thread adviner
Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > > >> -Original Message- > >> From: adviner [mailto:eric.advinc...@gmail.com] > >> Sent: Thursday, October 22, 2009 11:20 PM >

Re: How to loop through all the entries for a field

2009-10-22 Thread adviner
map.Title = term.Text(); control.Items.Add(map); termEnum.Next(); } thanks for all the help adviner wrote: > > How do you know if your on your last term? I tried it and it does work > but continues. How do you know to check if

Re: How to loop through all the entries for a field

2009-10-22 Thread adviner
k that you're still > where you want to be. > > > Best > Erick > > On Thu, Oct 22, 2009 at 11:52 AM, adviner > wrote: > >> >> I have a field in called BookTitle. I want to loop through all the >> entries >> without doing a search. I

How to loop through all the entries for a field

2009-10-22 Thread adviner
I have a field in called BookTitle. I want to loop through all the entries without doing a search. I just want to get the list of BookTitle's that is in this field: I tried IndexReader but MaxDocs() doesnt work because it returns everything and I have other fields in their which is allot bigger