Yes, you can have multiple indexes with solrcloud, same as with stand
alone. We call them collections.
On Thu, Jul 26, 2012 at 3:40 PM, Daniel Brügge <
daniel.brue...@googlemail.com> wrote:
> Hi Chris,
>
> thanks for the answer.
>
> the plan is that in lots of queries I just need faceted values a
Hi Chris,
thanks for the answer.
the plan is that in lots of queries I just need faceted values and
don't even do a fulltext search.
And on the other hand I need the fulltext search for exactly one
task in my application, which is search documents and returning them.
Here no faceting at all is ne
: My thought was, that I could separate indexes. So for the facet queries
: where I don't need
: fulltext search (so also no indexed fulltext field) I can use a completely
: new setup of a
: sharded Solr which doesn't include the indexed fulltext, so the index is
: kept small containing
: just the
Hi,
I have currently one big sharded Solr setup storing couple of million
documents
with some 'small' fields and one fulltext field in each doc. The latter
blows up the index.
My thought was, that I could separate indexes. So for the facet queries
where I don't need
fulltext search (so also no ind