Re: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Bruno Mannina
-user@lucene.apache.org Subject: Re: Solr 3.6, Highlight and multi words? ok for qf (i can't test now) but concerning hl.simple.pre hl.simple.post I can define only one color no ? in the sample solrconfig.xml there are several color,

RE: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Reitzel, Charles
Sorry, I've never tried highlighting in multiple colors... -Original Message- From: Bruno Mannina [mailto:bmann...@free.fr] Sent: Wednesday, April 01, 2015 3:43 PM To: solr-user@lucene.apache.org Subject: Re: Solr 3.6, Highlight and multi words? ok for qf (i can't test

Re: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Bruno Mannina
splay/solr/Standard+Highlighter -Original Message- From: Bruno Mannina [mailto:bmann...@free.fr] Sent: Wednesday, April 01, 2015 2:24 PM To: solr-user@lucene.apache.org Subject: Re: Solr 3.6, Highlight and multi words? Dear Charles, Thanks for your answer, please find below my answers. ok it

RE: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Reitzel, Charles
ssage- From: Bruno Mannina [mailto:bmann...@free.fr] Sent: Wednesday, April 01, 2015 2:24 PM To: solr-user@lucene.apache.org Subject: Re: Solr 3.6, Highlight and multi words? Dear Charles, Thanks for your answer, please find below my answers. ok it works if I use "aben" as field in my q

Re: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Bruno Mannina
ome interaction with a stop word filter. If you want a phrase query, wrap it in quotes. 3. Also, be sure that the query and indexing analyzers for the aben field are compatible with each other. -Original Message- From: Bruno Mannina [mailto:bmann...@free.fr] Sent: Wednesday, April 01

RE: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Reitzel, Charles
ith each other. -Original Message- From: Bruno Mannina [mailto:bmann...@free.fr] Sent: Wednesday, April 01, 2015 7:05 AM To: solr-user@lucene.apache.org Subject: Re: Solr 3.6, Highlight and multi words? Sorry to disturb you with the renew but nobody use or have problem with multi-terms

Re: Solr 3.6, Highlight and multi words?

2015-04-01 Thread Bruno Mannina
Sorry to disturb you with the renew but nobody use or have problem with multi-terms and highlight ? regards, Le 29/03/2015 21:15, Bruno Mannina a écrit : Dear Solr User, I try to work with highlight, it works well but only if I have only one keyword in my query?! If my request is plastic AN

Re: Solr 3.6, Highlight and multi words?

2015-03-29 Thread Bruno Mannina
Additional information, in my schema.xml, my field is defined like this: May be it misses something? like termVectors Le 29/03/2015 21:15, Bruno Mannina a écrit : Dear Solr User, I try to work with highlight, it works well but only if I have only one keyword in my query?! If my request

Solr 3.6, Highlight and multi words?

2015-03-29 Thread Bruno Mannina
Dear Solr User, I try to work with highlight, it works well but only if I have only one keyword in my query?! If my request is plastic AND bicycle then only plastic is highlight. my request is: ./select/?q=ab%3A%28plastic+and+bicycle%29&version=2.2&start=0&rows=10&indent=on&hl=true&hl.fl=ti