Hi,

So, will search time be the same for the case when fields are indexed only vs  
the case when they are indexed and stored?

 

 Thanks.
Alex.

 

-----Original Message-----
From: Otis Gospodnetic <otis.gospodne...@gmail.com>
To: solr-user <solr-user@lucene.apache.org>
Sent: Fri, Mar 15, 2013 8:09 pm
Subject: Re: structure of solr index


Hi,

I think you are asking if the original/raw content of those fields will be
read.  No, it won't, not for the search itself.  If you want to
retrieve/return those fields then, of course, they will be read for the
documents being returned.

Otis
--
Solr & ElasticSearch Support
http://sematext.com/





On Fri, Mar 15, 2013 at 2:41 PM, <alx...@aim.com> wrote:

> Hi,
>
> I wondered if solr searches on indexed fields only or on entire index? In
> more detail, let say I have fields id,  title and content, all  indexed,
> stored. Will a search send all these fields to memory or only indexed part
> of these fields?
>
> Thanks.
> Alex.
>
>
>

 

Reply via email to