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,
> Edwin
>
> On 2 February
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 2016 at 20:53, Anil wr
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 (ex:2010-0561-T-0312) on all
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 c
M
To: solr-user@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 highlight
(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:abc123&hl.q=text_it_IT:l'assieme&hl.fl=text_it_IT&hl=true&defType=edismax
>
> But this one does (whe
6:14 PM
To: solr-user@lucene.apache.org
Subject: Re: 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
(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
>
> title: my 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.
>
ppets(2);
query.setHighlightFragsize(500);
title: my 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.
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 every
A possible workaround is to re-fetch the documents in your result set
with a query that is:
+id=(id1 or id2 or ... id20) ()
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 20:56), Lord Khan H
(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.
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 o
14 matches
Mail list logo