Re: Question about OR operator

2012-10-05 Thread Jorge Luis Betancourt Gonzalez
Thanks a lot for all the replies, Chris it worked out with this mm value: If this version of solr is affected with the bug you pointed out, shouldn't fail with this value as well? Greetings! On Oct 4, 2012, at 8:48 PM, Jorge Luis Betancourt Gonzalez wrote: > Hi Chris: > > I'm using solr 3.6

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Hi Chris: I'm using solr 3.6.1, is the bug present in this version? Greetings! On Oct 4, 2012, at 6:11 PM, Chris Hostetter wrote: > > : GRAVE: java.lang.NumberFormatException: For input string: " > : 100 > : " > : at > java.lang.NumberFormatException.forInputString(NumberFormatExc

Re: Question about OR operator

2012-10-04 Thread Chris Hostetter
: GRAVE: java.lang.NumberFormatException: For input string: " : 100 : " : at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) : at java.lang.Integer.parseInt(Integer.java:470) : at java.lang.Integer.(Integer.java:636) : at org.apac

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Thanks for the quick response, I got the same response, what I'm trying to accomplish is to get straight OR between all the clauses or terms in my query, the value I should use is 0 right? 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO,

Re: Question about OR operator

2012-10-04 Thread Otis Gospodnetic
Try 0% instead of just 0. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Thu, Oct 4, 2012 at 1:50 PM, Jorge Luis Betancourt Gonzalez wrote: > This is the error: > > GRAVE: java.lang.NumberFormatException:

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
This is the error: GRAVE: java.lang.NumberFormatException: For input string: " 100 " at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:470) at java.lang.Integer.(Integer.java:636)

Re: Question about OR operator

2012-10-04 Thread Otis Gospodnetic
What's the error Jorge? Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Thu, Oct 4, 2012 at 1:36 PM, Jorge Luis Betancourt Gonzalez wrote: > Hi: > > Thanks for all the replies, right now I have this in my

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Hi: Thanks for all the replies, right now I have this in my mm parameter: 2<-1 5<-2 6<90% I'm trying to get an straight OR between all the terms in my query, should I set the mm parameter to 1? because this gave an error. Greetings! On Oct 4, 2012, at 11:06 AM, Jorge

Re: Question about OR operator

2012-10-04 Thread Otis Gospodnetic
Hi Jorge, Have a look at http://wiki.apache.org/solr/ExtendedDisMax#mm_.28Minimum_.27Should.27_Match.29 Have a look at http://wiki.apache.org/solr/CommonQueryParameters#Debugging for info about &debugQuery=true and friends. Otis -- Search Analytics - http://sematext.com/search-analytics/index.h

Re: Question about OR operator

2012-10-04 Thread Jack Krupansky
From: Jorge Luis Betancourt Gonzalez Sent: Thursday, October 04, 2012 11:06 AM To: solr-user@lucene.apache.org Subject: Question about OR operator Hi: I'm having an issue with solr 3.6.1 and I'm sensing that is a lack of understanding. I'm building a search engine, using of cour

Re: Question about OR operator

2012-10-04 Thread Torben Honigbaum
Hi Jorge, maybe I've defined in your schema.xml Torben Am 04.10.2012 um 17:06 schrieb Jorge Luis Betancourt Gonzalez: > Hi: > > I'm having an issue with solr 3.6.1 and I'm sensing that is a lack of > understanding. I'm building a search engine, using of course solr to store > th

Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Hi: I'm having an issue with solr 3.6.1 and I'm sensing that is a lack of understanding. I'm building a search engine, using of course solr to store the inverted index, so far so good. When I search for a term, let's say "java" I get 761 results, then querying the index with a "php" term give