. ;-)
Pablo.
-Message d'origine-
De : stac...@gmail.com [mailto:stac...@gmail.com] De la part de Stanislaw
Osinski
Envoyé : vendredi 12 août 2011 11:00
À : solr-user@lucene.apache.org
Objet : Re: Clustering not working when using 'text' field as snippet.
Hi Pablo,
The reason clu
Hi Pablo,
The reason clustering doesn't work with the "text" field is that the field
is not stored:
For clustering to work, you'll need to keep your documents' titles and
content in stored fields.
Staszek
On Fri, Aug 12, 2011 at 10:28, Pablo Queixalos wrote:
> Hi,
>
>
>
>
>
> I am using s
Hi,
I am using solr-3.3.0 and carrot² clustering which works fine out of the box
with the examples doc and default solr configuration (the 'features' Field is
used as snippet).
I indexed my own documents using the embed ExtractingRequestHandler wich by
default stores contents in the '