You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "suman.holani" <su...@zapak.co.in> on 2011/02/17 11:39:25 UTC

fields : stored and indexed

Hello,

 

I am little confused on the stored and index part of lucene

 

How it actually stores the indexed field and stored field

Is it that for every field indexed , all the store fields added .I mean do
we create diff indexes for every indexed field ,replicating the stored field
in each of them.

 

 

I have read that less the number of fields in document , more will b the
faster search would be.The number of fields is actual number of fields or
the indexed fields?

So , in that case if we use  STORE.YES and INDEX.NO  for major non
searchable fields ,will searching  be faster.

 

 

 

Regards,

Suman