Re: Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-04 Thread Gustavo Falco
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

Re: Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-04 Thread Gustavo Falco
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

Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-03 Thread Gustavo Falco
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

Re: How can I force the threshold for a fuzzy query?

2011-10-27 Thread Gustavo Falco
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 &

How can I force the threshold for a fuzzy query?

2011-10-27 Thread 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