Re: hl.usePhraseHighlighter defaults to true but Query form and wiki suggest otherwise

2013-04-03 Thread Mark Miller
nor issues - It seems that the hl.usePhraseHighlighter is enabled by > default, which definitely makes sense but the wiki says it's default value > is "false" and the checkbox is unchecked by default on the Query form. This > gives the impression this parameter defaults to &qu

hl.usePhraseHighlighter defaults to true but Query form and wiki suggest otherwise

2013-04-03 Thread Timothy Potter
Minor issues - It seems that the hl.usePhraseHighlighter is enabled by default, which definitely makes sense but the wiki says it's default value is "false" and the checkbox is unchecked by default on the Query form. This gives the impression this parameter defaults to "false

Re: hl.usePhraseHighlighter

2010-08-12 Thread Chris Hostetter
: Subject: hl.usePhraseHighlighter : References: <1281125904548-1031951.p...@n3.nabble.com> : <960560.55971...@web52904.mail.re2.yahoo.com> : In-Reply-To: <960560.55971...@web52904.mail.re2.yahoo.com> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on M

RE: hl.usePhraseHighlighter

2010-08-10 Thread Ma, Xiaohui (NIH/NLM/LHC) [C]
Thanks so much for your help! It works. I really appreciate it. -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Monday, August 09, 2010 6:05 PM To: solr-user@lucene.apache.org Subject: RE: hl.usePhraseHighlighter > I used text type and found the following

RE: hl.usePhraseHighlighter

2010-08-09 Thread Ahmet Arslan
> I used text type and found the following in schema.xml. I > don't know which ones I should remove. > *** You should remove from both index and query time.

RE: hl.usePhraseHighlighter

2010-08-09 Thread Ma, Xiaohui (NIH/NLM/LHC) [C]
emove. *** *** -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Monday, August 09, 2010 4:32 PM To: solr-user@lucene.apache.org Subject: Re: hl.usePhraseHighlighter > I am trying to do exactly match. For >

Re: hl.usePhraseHighlighter

2010-08-09 Thread Ahmet Arslan
> I am trying to do exactly match. For > example, I hope only get study highlighted if I search > "study", not others (studies, studied and so on). This has nothing to do with highlighting and its parameters. You need to remove stem filter factory (porter, snowball) from your analyzer chain. Re

hl.usePhraseHighlighter

2010-08-09 Thread Ma, Xiaohui (NIH/NLM/LHC) [C]
I am trying to do exactly match. For example, I hope only get study highlighted if I search "study", not others (studies, studied and so on). I didn't find any function for it from SolrQuery. I added following in solrconfig.xml true. Unfortunately I didn't get it work. Please help me out. Th

Re: Solrj + hl.usePhraseHighlighter

2009-01-15 Thread Sachit
Sorry I forgot to detail out the field type "wild_card" definition. -- View this message in context: http://www.nabble.com/Solrj-%2B-hl.usePhraseHighlighter-tp21492830p21492981.html Sent from the Solr - User ma

Solrj + hl.usePhraseHighlighter

2009-01-15 Thread Sachit
Hi all, SolrQuery provides all methods related to highlighting with Solrj client such as setHighlight(), setHighlightFragSize(), etc. But I didn’t find any way to set the hl.usePhraseHighlighter = true to the query. However, I can set the same in my solrconfig.xml but my aim is to this