: I am trying to do facet search on 3 fields (all multivalued fields) in one
: query. field1 has 2 million distinct values, field2 has 1.5 million distinct
: values, field3 has 50,000 distinct values.
:
: I already set the filterCache to 3,000,000, But the searching speed is still
making your fi
Thank you very much.
On Tue, Feb 17, 2009 at 6:04 PM, Marc Sturlese wrote:
>
> Well doing an optimization after you do indexing will always improve your
> search speed a little bit. But with the new facet algorithm you will note a
> huge improvement ...
> Other things to consider is to just index
Well doing an optimization after you do indexing will always improve your
search speed a little bit. But with the new facet algorithm you will note a
huge improvement ...
Other things to consider is to just index and store the necessary fields,
omitNorms always that is possible... there are many t
Nope, I am using the latest stable version of solr 1.3.0.
Thanks for your tips.
Besides this, Is there any other thing I should do? I am reading some
previous threads about index optimization. (
http://www.mail-archive.com/solr-user@lucene.apache.org/msg05290.html), Will
it improve the facet sea
Have you tired with a nightly build with the new facet algorithm (it is
activated by default)?
http://www.nabble.com/new-faceting-algorithm-td20674902.html
Wang Guangchen wrote:
>
> Hi all,
> I have been experimenting solr faceted search for 2 weeks. But I meet
> performance limitation on face