Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
-Original Message- From: Carlos Alexandro Becker Sent: Monday, March 04, 2013 4:09 PM To: solr-user Subject: Re: requestHandler ignoring synonyms I've done this, but I'm not a specialist, so, I see nothing interesting. The log is: https://gist.github.com/**caarlos0

Re: requestHandler ignoring synonyms

2013-03-05 Thread Erik Hatcher
? Suggestion: leave off the DocumentContent: field from the query since it is included in the qf parameter. -- Jack Krupansky -Original Message- From: Carlos Alexandro Becker Sent: Monday, March 04, 2013 4:09 PM To: solr-user Subject: Re: requestHandler ignoring synonyms I've done

Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
Alexandro Becker Sent: Monday, March 04, 2013 4:09 PM To: solr-user Subject: Re: requestHandler ignoring synonyms I've done this, but I'm not a specialist, so, I see nothing interesting. The log is: https://gist.github.com/**caarlos0/4ad53583fb2b30ef0bec https://gist.github.com/caarlos0

Re: requestHandler ignoring synonyms

2013-03-05 Thread Jack Krupansky
adds to your confusion. -- Jack Krupansky -Original Message- From: Carlos Alexandro Becker Sent: Tuesday, March 05, 2013 8:33 AM To: solr-user Subject: Re: requestHandler ignoring synonyms Thanks for your answer Erik! I changed the FieldType to: https://gist.github.com/caarlos0

Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
it, but at this stage of your confusion it only adds to your confusion. -- Jack Krupansky -Original Message- From: Carlos Alexandro Becker Sent: Tuesday, March 05, 2013 8:33 AM To: solr-user Subject: Re: requestHandler ignoring synonyms Thanks for your answer Erik! I changed

Re: requestHandler ignoring synonyms

2013-03-05 Thread Jack Krupansky
: requestHandler ignoring synonyms Hi Jack, Thanks for your answer, and yes, I'm pretty confused. The thing is: This problem is going on in one of my job applications, and I must fix it. Can you give me some tips or links that I should read to clear my mind and understand it? Thanks in advance. On Tue, Mar

Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
are really behaving. -- Jack Krupansky -Original Message- From: Carlos Alexandro Becker Sent: Tuesday, March 05, 2013 8:54 AM To: solr-user Subject: Re: requestHandler ignoring synonyms Hi Jack, Thanks for your answer, and yes, I'm pretty confused. The thing is: This problem

Re: requestHandler ignoring synonyms

2013-03-04 Thread Jack Krupansky
04, 2013 2:16 PM To: solr-user Subject: requestHandler ignoring synonyms I have a request handler like this: requestHandler name=/defaultSearch class=solr.SearchHandler !-- Adds filters to all queries-- lst name=appends str name=fq-DELETED:true/str /lst lst name=defaults

Re: requestHandler ignoring synonyms

2013-03-04 Thread Carlos Alexandro Becker
type with analyzer, and the query response with debugQuery=true. The parsed query string should have query-time synonyms expanded. -- Jack Krupansky -Original Message- From: Carlos Alexandro Becker Sent: Monday, March 04, 2013 2:16 PM To: solr-user Subject: requestHandler ignoring

Re: requestHandler ignoring synonyms

2013-03-04 Thread Jack Krupansky
: requestHandler ignoring synonyms I've done this, but I'm not a specialist, so, I see nothing interesting. The log is: https://gist.github.com/caarlos0/4ad53583fb2b30ef0bec Thanks. On Mon, Mar 4, 2013 at 5:05 PM, Jack Krupansky j...@basetechnology.comwrote: You can simply test whether synonyms