Nothing came through showing the filters....

Need analyzer definitions BOTH for indexing and querying, the correlation
between the two is important.

Storing and indexing are orthogonal. When you *index* a field, you are
putting the tokens that come from the input stream into the inverted index,
possibly applying transformations such as lowercasing, splitting various
ways, etc.. The result of *all* these transformations is what is searched
against.

When you *store* a field, the raw data with *no* processing
is put in the index. This data is never used for searching.

So, say you index and store a field. You can think of it as producing
two fields, the searchable tokens and the raw copy of the
data.

HTH
Erick

On Fri, Dec 11, 2009 at 12:48 PM, QBasti <sebastian.f...@gmail.com> wrote:

>
> Hey,
>
> well, the field is stored as well as indexed, and these are the filters
> that
> are used while indexing:
> W
> --
> View this message in context:
> http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26748588.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>

Reply via email to