understand what "a single index per entity" is. How many
> cores do
> > > you
> > > have total? For not very many records, I'd put everything in a
> > > single index and
> > > use filterqueries to restrict views.
> > > 3> I gues
cords, I'd put everything in a
> single index and
> use filterqueries to restrict views.
> 3> I guess this relates to <2>. And I'd use a single core. If, for
> some reason, you decide
> that you need multiple indexes, use several cores with ONE Solr
> rathe
Hi guys!
I have a couple of questions that I hope someone could help me with:
1) Recently I've implemented Solr in my app. My use case is not
complicated. Suppose that there will be 50 concurrent users tops. This is
an app like, let's say, a CRM. I tell you this so you have an idea in terms
of ho
parser and reset that value if it is too fuzzy.
> look for protected Query newFuzzyQuery(Term term, float
> minimumSimilarity, int prefixLength) there you can change the actual
> value used for minimumSimilarity
>
> simon
>
>
> On Thu, Oct 27, 2011 at 4:54 PM, Gustavo Falco
&
Hi guys,
I'm new to Solr (as you may guess for the subject). I'd like to force the
threshold for fuzzy queries to, say, 0.7. I've read that fuzzy queries are
expensive, but limiting it's threshold to a number near 1 would help.
So my question is: Is this possible to configure in some of the xml
c