Thanks everyone who replied! The FastVectorHighlighter did the trick. Here
is how I configured it:
In solrconfig.xml:
In the requestHandler I added:
on
text
true
100
In schema.xml:
I modified the text field:
I restarted Solr, re-indexed the documents and tested. All phrases are
correctly highli
indexed with options termVectors=true, termPositions=true and
termPositions=true.
Good luck!
Koji
On 2015/12/02 5:36, Teague James wrote:
Hello everyone,
I am having difficulty enabling phrase highlighting and am hoping someone
here can offer some help. This is what I have currently:
Sol
tiguous=true ?
>
> On Tue, Dec 1, 2015 at 3:36 PM, Teague James
> wrote:
>
>> Hello everyone,
>>
>> I am having difficulty enabling phrase highlighting and am hoping someone
>> here can offer some help. This is what I have currently:
Hi,
Did you try hl.mergeContiguous=true ?
On Tue, Dec 1, 2015 at 3:36 PM, Teague James
wrote:
> Hello everyone,
>
> I am having difficulty enabling phrase highlighting and am hoping someone
> here can offer some help. This is what I have currently:
>
> Solr 4.9
> solrcon
Hello everyone,
I am having difficulty enabling phrase highlighting and am hoping someone
here can offer some help. This is what I have currently:
Solr 4.9
solrconfig.xml (partial snip)
xml
explicit
10
Hi Teague,
If you want phrase-unit tagging for highlighter, you need to use
FastVectorHighlighter instead of the ordinary Highlighter.
To turn on FVH, set hl.useFastVectorHighlighter=on when querying.
In addition, when indexing, you need to set termVectors=on, termPositions=on
and termOffsets=on
Hi everyone!
Does anyone have any good examples of generating a contiguous highlight for
a phrase? Here's what I have done:
curl http://localhost/solr/collection1/update?commit=true -H "Content-Type:
text/xml" --data-binary '100blah blah blah knowledge of science blah blah
blah'
Then, using a br
has this bug been fixed? i'm using solr 3.1 and it still seems to be an
issue. if i do a search for "bird house" i still get bird
house returned instead of bird house, which is the desired
result.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Exact-phra
Seems the following is working
query.setHighlight(true).setHighlightSnippets(1);
query.setHighlightSimplePre("");
query.setHighlightSimplePost("");
query.setHighlightFragsize(1000);
query.setParam("hl.fl", "");
also I was reading something about (I
Hi All,
I am trying with Solr Highlighting. I have problem in highlighting phrases
consists of special characters
for example, if I search for a phrase like "united. states. usa" then the
results are displayed matching the exact phrase and also without special
characters means "united states us
On 26.06.2010, at 16:30, Lukas Kahwe Smith wrote:
>
> On 26.06.2010, at 16:22, Koji Sekiguchi wrote:
>
>> (10/06/26 22:19), Lukas Kahwe Smith wrote:
>>> Hi,
>>>
>>> Form googling and looking at jira tickets it seems like phrase highlighting
>>
On 26.06.2010, at 16:22, Koji Sekiguchi wrote:
> (10/06/26 22:19), Lukas Kahwe Smith wrote:
>> Hi,
>>
>> Form googling and looking at jira tickets it seems like phrase highlighting
>> should work out of the box, but even enabling it manually didnt get me the
(10/06/26 22:19), Lukas Kahwe Smith wrote:
Hi,
Form googling and looking at jira tickets it seems like phrase highlighting
should work out of the box, but even enabling it manually didnt get me the
desired result:
http://resolutionfinder.org/search?q=%22security+council%22&=&tm=any&
Hi,
Form googling and looking at jira tickets it seems like phrase highlighting
should work out of the box, but even enabling it manually didnt get me the
desired result:
http://resolutionfinder.org/search?q=%22security+council%22&=&tm=any&s=Search
generates the following
: Brian Whitman [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 02. Juni 2008 15:57
An: solr-user@lucene.apache.org
Betreff: Re: phrase highlighting
On Jun 2, 2008, at 9:51 AM, Stefan Oestreicher wrote:
> (http://www.nabble.com/-jira--Commented:-(SOLR-553)-Highlighter-does-n
> ot-mat
>
On Jun 2, 2008, at 9:51 AM, Stefan Oestreicher wrote:
(http://www.nabble.com/-jira--Commented:-(SOLR-553)-Highlighter-does-not-mat
ch-phrase-queries-correctly-p17234014.html) It deployed without
problems and
the info section in the admin panel correctly (?) reports the solr
version
as "Solr
Hi,
in order to use phrase highlighting I built a war from the current svn
trunk.
(http://www.nabble.com/-jira--Commented:-(SOLR-553)-Highlighter-does-not-mat
ch-phrase-queries-correctly-p17234014.html) It deployed without problems and
the info section in the admin panel correctly (?) reports the
On 19-Sep-07, at 2:39 PM, Marc Bechler wrote:
Hi Mike,
thanks for the quick response.
> It would make a great project to get one's hands dirty
contributing, though :)
... sounds like giving a broad hint ;-) Sounds challenging...
I'm not sure about that--it is supposed to be a drop-in rep
Hi Mike,
thanks for the quick response.
> It would make a great project to get one's hands dirty contributing,
though :)
... sounds like giving a broad hint ;-) Sounds challenging...
Regards from Germany
marc
On 19-Sep-07, at 1:12 PM, Marc Bechler wrote:
Hi out of there,
I just walked through the mailing list archive, but I did not find
an appropriate answer for phrase highlighting.
I do not have any highlighting section (and no dismax handler
definition) in solrconfig.xml. This way (AFAIK
Hi out of there,
I just walked through the mailing list archive, but I did not find an
appropriate answer for phrase highlighting.
I do not have any highlighting section (and no dismax handler
definition) in solrconfig.xml. This way (AFAIK :-)), the standard lucene
query syntax should be
21 matches
Mail list logo