Depending upon the structure of your index, FieldSelector can make a dramatic difference in your query speed. I wrote up some data peculiar to my setup, I think if you search FieldSelector on the Wiki you can find it.
Best Erick On Mon, Feb 16, 2009 at 7:00 AM, <[email protected]> wrote: > Hi, > > what kind of fields loads IndexSearcher.Document doc(int i)? Only those > with > Field.Store.YES? > I'm asking because I do not need to load the tokens - should I use a > FieldSelector or are these fields not loaded? > > Thank you > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
