Re: Solr highlight

2016-02-02 Thread Anil
no df, but hl.fl is * and docId is string field. On 2 February 2016 at 11:01, Zheng Lin Edwin Yeo wrote: > Do you have any setting for "df" and "hl.fl: under your /highlight request > handler in your solrconfig.xml? And which version of Solr are you using? > > Regards, >

Re: Solr highlight

2016-02-01 Thread Anil
HI, Any info on below ? Regards, Anil On 1 February 2016 at 20:53, Anil wrote: > HI, > > We have five shards and 2 replicas and using collection aliases. > > I have set hl=true in my query to search against all fields of solr > document . > > i am searching a text

Re: Solr highlight

2016-02-01 Thread Zheng Lin Edwin Yeo
Do you have any setting for "df" and "hl.fl: under your /highlight request handler in your solrconfig.xml? And which version of Solr are you using? Regards, Edwin On 2 February 2016 at 12:54, Anil wrote: > HI, > > Any info on below ? > > Regards, > Anil > > On 1 February

Solr highlight

2016-02-01 Thread Anil
HI, We have five shards and 2 replicas and using collection aliases. I have set hl=true in my query to search against all fields of solr document . i am searching a text (ex:2010-0561-T-0312) on all fields(q=(2010-0561-T-0312)) , highlights is empty. When I search q=docId:(2010-0561-T-0312), i

RE: Confusion over Solr highlight hl.q parameter

2013-04-03 Thread Van Tassell, Kristian
@lucene.apache.org Subject: Re: Confusion over Solr highlight hl.q parameter (13/04/03 5:27), Van Tassell, Kristian wrote: Thanks Koji, this helped with some of our problems, but it is still not perfect. This query, for example, returns no highlighting: ?q=id:abc123hl.q=text_it_IT:l'assiemehl.fl

RE: Confusion over Solr highlight hl.q parameter

2013-04-02 Thread Van Tassell, Kristian
: Confusion over Solr highlight hl.q parameter (13/03/16 4:08), Van Tassell, Kristian wrote: Hello everyone, If I search for a term “baz” and tell it to highlight it, it highlights just fine. If, however, I search for “foo bar” using the q parameter, which appears in that same document/same

Re: Confusion over Solr highlight hl.q parameter

2013-04-02 Thread Koji Sekiguchi
(13/04/03 5:27), Van Tassell, Kristian wrote: Thanks Koji, this helped with some of our problems, but it is still not perfect. This query, for example, returns no highlighting: ?q=id:abc123hl.q=text_it_IT:l'assiemehl.fl=text_it_IThl=truedefType=edismax But this one does (when it is, in

Re: Confusion over Solr highlight hl.q parameter

2013-03-16 Thread Koji Sekiguchi
(13/03/16 4:08), Van Tassell, Kristian wrote: Hello everyone, If I search for a term “baz” and tell it to highlight it, it highlights just fine. If, however, I search for “foo bar” using the q parameter, which appears in that same document/same field, and use the hl.q parameter to

solr highlight problem

2012-10-12 Thread rayvicky
name test is vicky result:my name test is vicky why missing vicky? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-highlight-problem-tp4013273.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr highlight problem

2012-10-12 Thread Maurizio Cucchiara
? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-highlight-problem-tp4013273.html Sent from the Solr - User mailing list archive at Nabble.com.

Issues with Solr Highlight

2011-09-20 Thread Krlin, Jiri
Our organization is adopting Solr to facilitate our search functionality. One of the features we are employing is Highlights so that we can give the user a list or search results with context in which they appear. We are experiencing 2 issues with the snippets being returned. I have tried

Solr Highlight Component

2011-05-24 Thread Lord Khan Han
Hi , Can I limit the terms that the HighlightComponent uses. My query is generally long and I want specific ones to be highlighted and the rest is not highlighted. Is there an option like the SpellCheckComponent. it uses q unless spellcheck.q if specified. Is a hl.q parameter possible? Or any

Re: Solr Highlight Component

2011-05-24 Thread Koji Sekiguchi
(11/05/24 20:56), Lord Khan Han wrote: Hi , Can I limit the terms that the HighlightComponent uses. My query is generally long and I want specific ones to be highlighted and the rest is not highlighted. Is there an option like the SpellCheckComponent. it uses q unless spellcheck.q if specified.

Re: Solr Highlight Component

2011-05-24 Thread Mike Sokolov
A possible workaround is to re-fetch the documents in your result set with a query that is: +id=(id1 or id2 or ... id20) (highlight query) where id1..20 are the doc ids in your result set would require two round-trips though -Mike On 05/24/2011 08:19 AM, Koji Sekiguchi wrote: (11/05/24